aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-13[ORC] Refactor definition-generation, add a generator for static libraries.Lang Hames1-5/+83
2019-06-07[ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames1-2/+1
2019-05-20[ORC] Remove some unreachable code.Lang Hames1-4/+1
2019-04-30[ORC] Allow JITDylib definition generators to return Errors.Lang Hames1-2/+3
2019-04-20Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames1-5/+7
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-31ADT/STLExtras: Introduce llvm::empty; NFCMatthias Braun1-1/+1
2018-10-23[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames1-2/+2
2018-10-23Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner1-2/+3
2018-10-23[ORC] Change how non-exported symbols are matched during lookup.Lang Hames1-3/+2
2018-10-15[ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames1-3/+3
2018-10-15[ORC] Switch to DenseMap/DenseSet for ORC symbol map/set types.Lang Hames1-7/+7
2018-10-15[ORC] Simplify naming for JITDylib definition generators.Lang Hames1-8/+12
2018-10-13[ORC] During lookup, do not match against hidden symbols in other JITDylibs.Lang Hames1-1/+4
2018-10-09[ORC] Promote and rename private symbols inside the CompileOnDemand layer,Lang Hames1-0/+6
2018-10-01[ORC] Add convenience methods for creating DynamicLibraryFallbackGenerators forLang Hames1-0/+9
2018-09-30[ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.Lang Hames1-39/+0
2018-08-17[ORC] Rename VSO to JITDylib.Lang Hames1-7/+8
2018-06-26[ORC] Don't call isa<> on a null value.Lang Hames1-1/+1
2018-06-26[ORC] Fix a missing return value.Lang Hames1-0/+2
2018-06-26[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.Lang Hames1-3/+147
2018-03-15[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames1-1/+1
2015-04-02[Orc] Add support classes for inspecting and running C++ static ctor/dtors, andLang Hames1-0/+102