summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc
Commit message (Expand)AuthorAgeFilesLines
...
* [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into aLang Hames2018-02-142-7/+8
* [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.Lang Hames2018-02-145-35/+39
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-092-105/+56
* [ORC] Use explicit constructor calls to fix a builder error atLang Hames2018-02-061-3/+3
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-064-86/+251
* [ORC] Rename NullResolver to NullLegacyResolver.Lang Hames2018-02-031-2/+3
* [ORC] Refactor the various lookupFlags methods to return the flags map via theLang Hames2018-01-252-5/+6
* [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames2018-01-223-1/+80
* [ORC] Add a lookupFlags method to VSO.Lang Hames2018-01-211-0/+20
* [ORC] More cleanup. NFC.Lang Hames2018-01-211-3/+3
* [ORC] Cleanup. NFC.Lang Hames2018-01-211-2/+1
* [ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames2018-01-192-10/+9
* [ORC] Revert r322913 while I investigate an ASan failure.Lang Hames2018-01-192-9/+10
* [ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames2018-01-192-10/+9
* [ExecutionEngine] Rename JITSymbol::isStrongDefinition to isStrong.Lang Hames2018-01-161-3/+3
* [ORC] Add a stub ExecutionSession and VModuleKey type.Lang Hames2018-01-121-0/+6
* [ORC] Re-apply r321838 again with a workaround for a bug present in the libcxxLang Hames2018-01-102-0/+318
* [ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of theLang Hames2018-01-062-85/+0
* [ORC] Yet more debugging output to diagnose test failures.Lang Hames2018-01-061-1/+4
* [ORC] Temporarily adding some redundant asserts / debug output to aid inLang Hames2018-01-061-0/+14
* [ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while ILang Hames2018-01-053-2/+89
* [ORC] Re-revert r321838: Tests are still failing.Lang Hames2018-01-053-345/+2
* [ORC] Re-apply r321838 - Addition of new ORC core APIs.Lang Hames2018-01-053-2/+345
* Revert r321838 -- It broke some of the builders.Lang Hames2018-01-053-344/+2
* [ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, AsynchronousSymbolQuery andLang Hames2018-01-053-2/+344
* Remove redundant includes from lib/ExecutionEngine.Michael Zolotukhin2017-12-131-1/+0
* [ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.Lang Hames2017-09-281-1/+1
* [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.Lang Hames2017-09-172-32/+92
* [ORC] Fix a typo.Lang Hames2017-09-151-1/+1
* [ORC] Add a pair of ORC layers that forward object-layer operations via RPC.Lang Hames2017-09-051-0/+2
* [ORC] Add an Error return to the JITCompileCallbackManager::grow method.Lang Hames2017-09-031-6/+9
* [Orc] Add a comment about member variable dependencies to OrcMCJITReplacement.Lang Hames2017-08-311-0/+3
* [Orc] Fix member variable ordering issue in OrcMCJITReplacement.Lang Hames2017-08-301-2/+3
* Untabify.NAKAMURA Takumi2017-08-281-3/+3
* [ORC] Add case statements for AArch64 to the local stub and callback managerLang Hames2017-08-151-0/+13
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-074-47/+116
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-042-12/+18
* Attempt to fix Orc JIT test timeoutsReid Kleckner2017-06-291-5/+5
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-234-27/+69
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-233-51/+27
* [ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses.Lang Hames2017-06-231-2/+2
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-233-27/+51
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-222-42/+29
* [ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...Eugene Zelenko2017-06-192-30/+53
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-3/+3
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-091-3/+2
* [ORC] Add RPC and serialization support for Errors and Expecteds.Lang Hames2017-04-131-0/+3
* [ORC] Add missing file from r300155.Lang Hames2017-04-131-0/+55
* [ORC] Use native Errors rather than converted std::error_codes for ORC RPC.Lang Hames2017-04-132-19/+5
* [Orc] Make orcError return an error_code rather than Error.Lang Hames2017-04-061-6/+3
OpenPOWER on IntegriCloud