summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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