summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Add support for emulated TLS to ORCv2.Lang Hames2020-01-295-14/+17
* [unittests] Fix "comparison of integers of different signs" warningsMiloš Stojanović2020-01-141-5/+4
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-283-94/+124
* [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
* [Orc][test] Fix -DBUILD_SHARED_LIBS=on buildFangrui Song2019-10-291-0/+1
* Break out OrcError and RPCChris Bieneman2019-10-292-2/+2
* [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
* [Orc] Address the remaining move-capture FIXMEsBenjamin Kramer2019-09-131-2/+1
* [ORC][RPC] Join server thread before checking condition in unit test.Lang Hames2019-09-061-2/+2
* [ORC] Add a missing #include atomic.Lang Hames2019-09-061-0/+1
* [ORC] Make sure RPC channel-send is called in blocking calls and responses.Lang Hames2019-09-062-1/+44
* Skip MCJIT unit tests if LLVM is not configured for native compilationDavid Blaikie2019-09-031-1/+7
* [ORC] Make sure that queries on emitted-but-not-ready symbols fail correctly.Lang Hames2019-08-261-0/+54
* [ORC] Fix an overly aggressive assert.Lang Hames2019-08-261-0/+29
* [ORC] Remove query dependencies when symbols are resolved.Lang Hames2019-08-231-1/+25
* [ORC] Fix a FIXME: Propagate errors to dependencies.Lang Hames2019-08-232-52/+255
* [cmake] Link in LLVMPasses due to dependency by LLVMOrcJIT; NFCHubert Tong2019-08-191-0/+1
* [ORC] Re-introduce self-dependence accidentally dropped from a unit test.Lang Hames2019-08-161-0/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1510-57/+57
* [ORC] Refactor definition-generation, add a generator for static libraries.Lang Hames2019-08-131-8/+28
* [ORC] Remove some old debugging output from a unit test.Lang Hames2019-08-031-2/+0
* [ORC] Change the locking scheme for ThreadSafeModule.Lang Hames2019-08-021-1/+1
* [ORC] Add deprecation warnings to ORCv1 layers and utilities.Lang Hames2019-07-175-64/+73
* [ORC] Rename MaterializationResponsibility resolve and emit methods toLang Hames2019-06-132-36/+36
* [ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames2019-06-073-151/+102
* [ORC] Fix an ambiguous call in a unit test.Lang Hames2019-04-301-1/+2
* [ORC] Allow JITDylib definition generators to return Errors.Lang Hames2019-04-302-5/+25
* [ORC] Remove symbols from dependency lists when failing materialization.Lang Hames2019-04-252-1/+39
* [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-205-0/+668
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-012-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1927-108/+81
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-139-81/+112
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-12/+9
* [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames2018-10-232-34/+48
* Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner2018-10-232-37/+32
* [ORC] Change how non-exported symbols are matched during lookup.Lang Hames2018-10-232-32/+37
* [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit andLang Hames2018-10-162-8/+7
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-156-437/+437
* [ORC] Simplify naming for JITDylib definition generators.Lang Hames2018-10-151-11/+8
* [ORC] During lookup, do not match against hidden symbols in other JITDylibs.Lang Hames2018-10-131-26/+34
* [ORC] Consume unhandled errors in unit test.Lang Hames2018-10-071-0/+2
* [ORC] Add a 'remove' method to JITDylib to remove symbols.Lang Hames2018-10-061-0/+86
OpenPOWER on IntegriCloud