summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Switch to shared_ptr ownership for SymbolSources in VSOs.Lang Hames2018-02-211-48/+59
* [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.Lang Hames2018-02-141-18/+19
* [ORC] Refactor the various lookupFlags methods to return the flags map via theLang Hames2018-01-251-4/+3
* [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames2018-01-221-1/+4
* [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
* [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-101-0/+317
* [ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of theLang Hames2018-01-061-84/+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-051-0/+67
* [ORC] Re-revert r321838: Tests are still failing.Lang Hames2018-01-051-323/+0
* [ORC] Re-apply r321838 - Addition of new ORC core APIs.Lang Hames2018-01-051-0/+323
* Revert r321838 -- It broke some of the builders.Lang Hames2018-01-051-322/+0
* [ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, AsynchronousSymbolQuery andLang Hames2018-01-051-0/+322
OpenPOWER on IntegriCloud