summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Add support for emulated TLS to ORCv2.Lang Hames2020-01-291-5/+7
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-4/+7
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-6/+6
* [ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames2019-06-071-12/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-131-6/+12
* [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames2018-10-231-4/+6
* Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner2018-10-231-5/+3
* [ORC] Change how non-exported symbols are matched during lookup.Lang Hames2018-10-231-3/+5
* [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit andLang Hames2018-10-161-7/+6
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-151-193/+139
* Remove some unnecessary constructor arguments.Lang Hames2018-09-051-4/+4
* [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames2018-08-281-1/+2
* [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