summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Simplify VSO::lookupFlags to return the flags map.Lang Hames2018-07-201-3/+2
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-161-1/+1
* [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames2018-04-021-8/+4
* [ORC] Fix ORC on platforms without indirection support.Lang Hames2018-03-281-2/+2
* [ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> ratherLang Hames2018-02-211-18/+9
* [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into aLang Hames2018-02-141-17/+20
* [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.Lang Hames2018-02-141-2/+3
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-091-14/+16
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-061-28/+51
* [ORC] Rename NullResolver to NullLegacyResolver.Lang Hames2018-02-031-1/+1
* [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