summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.Lang Hames2016-01-111-71/+0
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-2/+2
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-2/+2
* Remove unused include following r199929Alp Toker2014-01-231-1/+0
* Replace the interim lli build fix with something cleanerAlp Toker2014-01-231-25/+0
* Interim build fix for MakefilesAlp Toker2014-01-231-0/+3
* Refactor lli-child-target to remove duplicated codeAlp Toker2014-01-231-0/+1
* Sanitize MCJIT remote executionRenato Golin2014-01-141-7/+8
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-021-0/+31
* Mark code, not data, as executable in lli RemoteTarget simulator.Andrew Kaylor2012-10-311-2/+2
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-151-3/+3
* Don't include stdint.h directly.Eli Friedman2012-09-061-1/+1
* MCJIT: Add faux remote target execution to lli for the MCJIT.Jim Grosbach2012-09-051-0/+61
OpenPOWER on IntegriCloud