summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteJITUtils.h
Commit message (Expand)AuthorAgeFilesLines
* Break out OrcError and RPCChris Bieneman2019-10-291-1/+1
* [lli] Fix a typo in a header.Lang Hames2019-07-021-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames2018-01-191-2/+2
* [ORC] Revert r322913 while I investigate an ASan failure.Lang Hames2018-01-191-2/+2
* [ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames2018-01-191-2/+2
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-041-2/+2
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-091-3/+2
* [ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames2016-11-111-5/+6
* [ORC] Revert r286620 while I investigate a bot failure.Lang Hames2016-11-111-6/+5
* [ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames2016-11-111-5/+6
* [ORC] Rename RPCChannel to RPCByteChannel. NFC.Lang Hames2016-09-111-2/+2
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-4/+4
* [lli] Fix a sign-compare warning.Lang Hames2016-04-261-2/+2
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-11/+31
* [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames2016-04-181-0/+1
* Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber2016-04-181-1/+0
* [ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames2016-04-181-0/+1
* [Orc] Make FDRPCChannel final.Lang Hames2016-01-151-1/+1
* lli: Fix warnings. [-Wsign-compare]NAKAMURA Takumi2016-01-121-2/+2
* [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.Lang Hames2016-01-111-0/+131
OpenPOWER on IntegriCloud