summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/JITLink
Commit message (Expand)AuthorAgeFilesLines
* [unittests] Fix "comparison of integers of different signs" warningsMiloš Stojanović2020-01-141-5/+4
* [JITLink] Move block ownership from LinkGraph to Section.Lang Hames2019-10-301-3/+57
* [JITLink] Remove relocation unit tests.Lang Hames2019-10-304-698/+0
* [JITLink] Add missing include, explicitly qualify STLExtras functions.Lang Hames2019-10-301-6/+7
* [JITLink] Add a utility for splitting blocks at a given index.Lang Hames2019-10-302-0/+121
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+3
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-043-103/+108
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-152-4/+4
* [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.Lang Hames2019-04-222-3/+3
* [JITLink] Add dependency on MCParser to unit test after rL358818Fangrui Song2019-04-211-0/+1
* [JITLink] Add dependencies on MCDissassembler and Target to unit test.Lang Hames2019-04-211-0/+2
* [JITLink] Add check to JITLink unit test to bail out for unsupported targets.Lang Hames2019-04-203-19/+52
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-204-0/+667
OpenPOWER on IntegriCloud