summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteJITUtils.h
Commit message (Expand)AuthorAgeFilesLines
* [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