summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/OrcError.cpp
Commit message (Expand)AuthorAgeFilesLines
* Break out OrcError and RPCChris Bieneman2019-10-291-115/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ORC] Plumb error notifications through the VSO interface.Lang Hames2018-04-121-0/+2
* [ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while ILang Hames2018-01-051-2/+21
* [ORC] Re-revert r321838: Tests are still failing.Lang Hames2018-01-051-21/+2
* [ORC] Re-apply r321838 - Addition of new ORC core APIs.Lang Hames2018-01-051-2/+21
* Revert r321838 -- It broke some of the builders.Lang Hames2018-01-051-21/+2
* [ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, AsynchronousSymbolQuery andLang Hames2018-01-051-2/+21
* [ORC] Add a pair of ORC layers that forward object-layer operations via RPC.Lang Hames2017-09-051-0/+2
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-0/+21
* [ORC] Add RPC and serialization support for Errors and Expecteds.Lang Hames2017-04-131-0/+3
* [ORC] Use native Errors rather than converted std::error_codes for ORC RPC.Lang Hames2017-04-131-19/+4
* [Orc] Make orcError return an error_code rather than Error.Lang Hames2017-04-061-6/+3
* [Orc][RPC] Add an RPCFunctionNotSupported error type and return it fromLang Hames2017-01-151-0/+20
* [Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting onLang Hames2016-12-251-0/+2
* [ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames2016-11-111-0/+2
* [ORC] Revert r286620 while I investigate a bot failure.Lang Hames2016-11-111-2/+0
* [ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames2016-11-111-0/+2
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-251-2/+2
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-2/+3
* [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames2016-04-181-0/+2
* Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber2016-04-181-2/+0
* [ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames2016-04-181-0/+2
* [Orc] Add error codes and a new std::error_category for remote-jit errors.Lang Hames2016-01-111-0/+57
OpenPOWER on IntegriCloud