summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Add a getRequestedSymbols method to MaterializationResponsibility.Lang Hames2018-05-311-0/+56
* [ORC] Remove the optional MaterializationResponsibility argument from lookup.Lang Hames2018-05-211-2/+2
* [ORC] Consolidate materialization errors, and generate them in VSO'sLang Hames2018-05-171-76/+19
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-161-185/+356
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [ORC] Add a MaterializationResponsibility class to track responsibility forLang Hames2018-04-161-52/+43
* [ORC] Merge VSO notifyResolutionFailed and notifyFinalizationFailed in toLang Hames2018-04-161-2/+2
* [ORC] Plumb error notifications through the VSO interface.Lang Hames2018-04-121-6/+167
* [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames2018-04-021-7/+4
* [ORC] Join materialization thread in unit testBenjamin Kramer2018-03-231-5/+6
* [ORC] Rename SymbolSource to MaterializationUnit, and make the materializationLang Hames2018-03-201-47/+58
* [ORC] Add a 'lookup' convenience function for finding symbols in a list of VSOs.Lang Hames2018-03-141-0/+77
* [ORC] Switch to shared_ptr ownership for SymbolSources in VSOs.Lang Hames2018-02-211-2/+2
* [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.Lang Hames2018-02-141-7/+10
* [ORC] Refactor the various lookupFlags methods to return the flags map via theLang Hames2018-01-251-23/+21
* [ORC] Add a LambdaSymbolResolver convenience class and docs for SymbolResolver.Lang Hames2018-01-241-0/+66
* [ORC] Add a lookupFlags method to VSO.Lang Hames2018-01-211-0/+50
* [ORC] Re-apply r321838 again with a workaround for a bug present in the libcxxLang Hames2018-01-101-0/+211
* [ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of theLang Hames2018-01-061-57/+0
* [ORC] More debugging output to track down tester failures.Lang Hames2018-01-061-0/+6
* [ORC] Temporarily adding some redundant asserts / debug output to aid inLang Hames2018-01-061-0/+1
* [ORC] Fix a think-o in the current AsynchronousSymbolQuery test.Lang Hames2018-01-061-1/+1
* [ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while ILang Hames2018-01-051-0/+50
* [ORC] Re-revert r321838: Tests are still failing.Lang Hames2018-01-051-226/+0
* [ORC] Re-apply r321838 - Addition of new ORC core APIs.Lang Hames2018-01-051-0/+226
* Revert r321838 -- It broke some of the builders.Lang Hames2018-01-051-226/+0
* [ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, AsynchronousSymbolQuery andLang Hames2018-01-051-0/+226
OpenPOWER on IntegriCloud