summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Replace decltype with a concrete type to make MSVC happy.Lang Hames2017-09-291-2/+2
* Fix -Werror build.Evgeniy Stepanov2017-09-281-5/+5
* [ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.Lang Hames2017-09-281-0/+8
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-16/+16
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-041-19/+21
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-221-28/+28
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-2/+2
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-091-13/+16
* [RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag.Lang Hames2017-04-041-1/+7
* [Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.Lang Hames2017-02-201-0/+247
OpenPOWER on IntegriCloud