summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-19/+27
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-041-34/+25
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-231-1/+1
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-231-1/+1
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-231-1/+1
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-221-93/+82
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-091-1/+1
* [Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.Lang Hames2017-02-201-2/+2
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-14/+15
* Fix warning in ObjectTransformLayerTest.Justin Lebar2016-07-131-1/+2
* [Unittest] Clean up formatting, NFCJoseph Tremoulet2016-02-031-55/+54
* ObjectTransformLayerTest.cpp: Rework r258633. [-Winconsistent-missing-override]NAKAMURA Takumi2016-01-231-1/+1
* ObjectTransformLayerTest.cpp: Fix a warning. [-Wredundant-move]NAKAMURA Takumi2016-01-231-1/+1
* ObjectTransformLayerTest.cpp: Fix a warning. [-Winconsistent-missing-override]NAKAMURA Takumi2016-01-231-1/+1
* [ORC] Update ObjectTransformLayer signatureJoseph Tremoulet2016-01-231-6/+69
* [Orc] Removing traces of takeOwnershipOfBuffers left after r251560.Lang Hames2015-12-071-27/+0
* Don't use std::make_unique.Benjamin Kramer2015-06-251-8/+9
* [ORC] Add ObjectTransformLayerJoseph Tremoulet2015-06-251-0/+301
OpenPOWER on IntegriCloud