summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Fix argv handling in runAsMain / lli.Lang Hames2020-01-111-1/+1
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [ORC] Add a runAsMain utility function to ExecutionUtils.Lang Hames2019-12-021-0/+26
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-48/+36
* Second attempt to add iterator_range::empty()Jordan Rose2019-10-071-1/+1
* [Orc] Silence static analyzer dyn_cast<ConstantInt> null dereference warning....Simon Pilgrim2019-09-241-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [ORC] Refactor definition-generation, add a generator for static libraries.Lang Hames2019-08-131-5/+83
* [ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames2019-06-071-2/+1
* [ORC] Remove some unreachable code.Lang Hames2019-05-201-4/+1
* [ORC] Allow JITDylib definition generators to return Errors.Lang Hames2019-04-301-2/+3
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-5/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ADT/STLExtras: Introduce llvm::empty; NFCMatthias Braun2018-10-311-1/+1
* [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames2018-10-231-2/+2
* Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner2018-10-231-2/+3
* [ORC] Change how non-exported symbols are matched during lookup.Lang Hames2018-10-231-3/+2
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-151-3/+3
* [ORC] Switch to DenseMap/DenseSet for ORC symbol map/set types.Lang Hames2018-10-151-7/+7
* [ORC] Simplify naming for JITDylib definition generators.Lang Hames2018-10-151-8/+12
* [ORC] During lookup, do not match against hidden symbols in other JITDylibs.Lang Hames2018-10-131-1/+4
* [ORC] Promote and rename private symbols inside the CompileOnDemand layer,Lang Hames2018-10-091-0/+6
* [ORC] Add convenience methods for creating DynamicLibraryFallbackGenerators forLang Hames2018-10-011-0/+9
* [ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.Lang Hames2018-09-301-39/+0
* [ORC] Rename VSO to JITDylib.Lang Hames2018-08-171-7/+8
* [ORC] Don't call isa<> on a null value.Lang Hames2018-06-261-1/+1
* [ORC] Fix a missing return value.Lang Hames2018-06-261-0/+2
* [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.Lang Hames2018-06-261-3/+147
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-151-1/+1
* [Orc] Add support classes for inspecting and running C++ static ctor/dtors, andLang Hames2015-04-021-0/+102
OpenPOWER on IntegriCloud