summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/Windows/RemoteTargetExternal.inc
Commit message (Collapse)AuthorAgeFilesLines
* lli: Factor portable messaging into a new RPCChannel facilityAlp Toker2014-01-231-36/+0
| | | | | | | The client and server now use a single unified low-level RPC core built around LLVM's existing cross-platform abstractions. llvm-svn: 199947
* Fix Remote MCJIT on WindowsRenato Golin2014-01-141-5/+6
| | | | llvm-svn: 199268
* lli: Plug leaks in the remote target external implementation.Benjamin Kramer2013-10-051-0/+3
| | | | llvm-svn: 192031
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-021-0/+32
At this time only Unix-based systems are supported. Windows has stubs and should re-route to the simulated mode. Thanks to Sriram Murali for contributions to this patch. llvm-svn: 191843
OpenPOWER on IntegriCloud