OSDN Git Service

[ORC] Simplify VSO::lookupFlags to return the flags map.
[android-x86/external-llvm.git] / unittests / ExecutionEngine / Orc / RTDyldObjectLinkingLayerTest.cpp
2018-07-20 Lang Hames[ORC] Simplify VSO::lookupFlags to return the flags...
2018-05-16 Lang Hames[ORC] Rewrite the VSO symbol table yet again. Update...
2018-04-02 Lang Hames[ORC] Create a new SymbolStringPool by default in Execu...
2018-03-28 Lang Hames[ORC] Fix ORC on platforms without indirection support.
2018-02-21 Lang Hames[ORC] Switch RTDyldObjectLinkingLayer to take a unique_...
2018-02-14 Lang Hames[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr...
2018-02-14 Lang Hames[ORC] Switch to shared_ptr ownership for AsynchronousSy...
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
2018-02-06 Lang Hames[ORC] Start migrating ORC layers to use the new ORC...
2018-02-03 Lang Hames[ORC] Rename NullResolver to NullLegacyResolver.
2017-09-29 Lang Hames[ORC] Replace decltype with a concrete type to make...
2017-09-28 Evgeniy StepanovFix -Werror build.
2017-09-28 Lang Hames[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyL...
2017-07-07 Lang Hames[ORC] Errorize the ORC APIs.
2017-07-04 Lang Hames[Orc] Remove the memory manager argument to addModule...
2017-06-22 Lang Hames[ORC] Switch the object layer API from addObjectSet...
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-05-09 Lang Hames[ExecutionEngine] Make RuntimeDyld::MemoryManager respo...
2017-04-04 Lang Hames[RuntimeDyld] Make RuntimeDyld honor the ProcessAllSect...
2017-02-20 Lang Hames[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingL...