summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/ChildTarget/ChildTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames2016-11-111-15/+4
* [ORC] Revert r286620 while I investigate a bot failure.Lang Hames2016-11-111-4/+15
* [ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames2016-11-111-15/+4
* [Orc] Fix missing rename from r268845.Lang Hames2016-05-071-1/+1
* [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames2016-05-071-2/+2
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-9/+8
* [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames2016-04-181-3/+5
* Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber2016-04-181-3/+3
* [ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames2016-04-181-3/+3
* [Orc] Add support for EH-frame registration to the Orc Remote Target utilityLang Hames2016-01-141-1/+9
* [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.Lang Hames2016-01-111-230/+55
* Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function.Yaron Keren2014-12-121-7/+7
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* Report lli remote IO errors consistentlyAlp Toker2014-01-241-2/+4
* lli: Factor portable messaging into a new RPCChannel facilityAlp Toker2014-01-231-6/+9
* Refactor lli-child-target to remove duplicated codeAlp Toker2014-01-231-41/+12
* Sanitize MCJIT remote executionRenato Golin2014-01-141-15/+41
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-1/+0
* Fix minor GCC warnings.Matt Arsenault2013-12-051-0/+1
* lli: Plug leaks in the remote target external implementation.Benjamin Kramer2013-10-051-0/+1
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-021-0/+241
OpenPOWER on IntegriCloud