summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Simplify LLJIT::Create by removing the ExecutionSession parameter.Lang Hames2018-09-101-6/+6
* [ORC] Make RuntimeDyldObjectLinkingLayer2 take memory managers by unique_ptr.Lang Hames2018-09-061-1/+1
* [ORC] Add an addObjectFile method to LLJIT.Lang Hames2018-08-281-0/+7
* [ORC] Rename VSO to JITDylib.Lang Hames2018-08-171-8/+8
* [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.Lang Hames2018-07-201-42/+5
* [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.Lang Hames2018-06-261-0/+171
OpenPOWER on IntegriCloud