summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Add support for emulated TLS to ORCv2.Lang Hames2020-01-291-1/+2
* [ORC] Add deprecation warnings to ORCv1 layers and utilities.Lang Hames2019-07-171-14/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-151-12/+12
* [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames2018-04-021-2/+1
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-151-1/+2
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-141-2/+1
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-141-1/+2
* [ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> ratherLang Hames2018-02-211-7/+4
* [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into aLang Hames2018-02-141-6/+6
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-091-42/+34
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-061-21/+22
* [ORC] Rename NullResolver to NullLegacyResolver.Lang Hames2018-02-031-2/+2
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-1/+0
* [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