aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/OrcError.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-12[ORC] Plumb error notifications through the VSO interface.Lang Hames1-0/+2
2018-01-05[ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while ILang Hames1-2/+21
2018-01-05[ORC] Re-revert r321838: Tests are still failing.Lang Hames1-21/+2
2018-01-05[ORC] Re-apply r321838 - Addition of new ORC core APIs.Lang Hames1-2/+21
2018-01-05Revert r321838 -- It broke some of the builders.Lang Hames1-21/+2
2018-01-05[ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, AsynchronousSymbolQuery andLang Hames1-2/+21
2017-09-05[ORC] Add a pair of ORC layers that forward object-layer operations via RPC.Lang Hames1-0/+2
2017-07-07[ORC] Errorize the ORC APIs.Lang Hames1-0/+21
2017-04-13[ORC] Add RPC and serialization support for Errors and Expecteds.Lang Hames1-0/+3
2017-04-13[ORC] Use native Errors rather than converted std::error_codes for ORC RPC.Lang Hames1-19/+4
2017-04-06[Orc] Make orcError return an error_code rather than Error.Lang Hames1-6/+3
2017-01-15[Orc][RPC] Add an RPCFunctionNotSupported error type and return it fromLang Hames1-0/+20
2016-12-25[Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting onLang Hames1-0/+2
2016-11-11[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames1-0/+2
2016-11-11[ORC] Revert r286620 while I investigate a bot failure.Lang Hames1-2/+0
2016-11-11[ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames1-0/+2
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner1-1/+1
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2016-04-25[ORC] clang-format code that was touched in r267457. NFC.Lang Hames1-2/+2
2016-04-25[ORC] Thread Error/Expected through the RPC library.Lang Hames1-2/+3
2016-04-18[Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames1-0/+2
2016-04-18Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber1-2/+0
2016-04-18[ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames1-0/+2
2016-01-11[Orc] Add error codes and a new std::error_category for remote-jit errors.Lang Hames1-0/+57