summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Add deprecation warnings to ORCv1 layers and utilities.Lang Hames2019-07-171-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-061-6/+4
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-1/+1
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-041-1/+1
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-231-4/+4
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-231-4/+4
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-231-4/+4
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-1/+2
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-4/+6
* [orc] Add a trivial unit test to get the ball rollingDavid Blaikie2015-02-231-0/+30
OpenPOWER on IntegriCloud