History log of /external/llvm/tools/lli/RemoteTarget.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dce4a407a24b04eebc6a376f8e62b41aaa7b071f 29-May-2014 Stephen Hines <srhines@google.com> Update LLVM for 3.5 rebase (r209712).

Change-Id: I149556c940fb7dc92d075273c87ff584f400941f
/external/llvm/tools/lli/RemoteTarget.cpp
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/tools/lli/RemoteTarget.cpp
0ab5c6c16b1b09d76c3ba2d70443b10bcc26169c 02-Oct-2013 Andrew Kaylor <andrew.kaylor@intel.com> Adding out-of-process execution support to lli.

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.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191843 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/lli/RemoteTarget.cpp
2932284f045005bc3ed850f9c42524fadf3ae3d8 31-Oct-2012 Andrew Kaylor <andrew.kaylor@intel.com> Mark code, not data, as executable in lli RemoteTarget simulator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167164 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/lli/RemoteTarget.cpp
dbf545719a22bf03403c1d0137ae0f5726f36de3 15-Sep-2012 Craig Topper <craig.topper@gmail.com> Fix includes of llvm files that used angle brackets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163979 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/lli/RemoteTarget.cpp
a36ff7b275d704a2a8fe8ac6bd4aaf09959003ea 07-Sep-2012 Eli Friedman <eli.friedman@gmail.com> Don't include stdint.h directly.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163354 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/lli/RemoteTarget.cpp
706f03a35db7029b2dbd2925552eb0d0472dcbb4 05-Sep-2012 Jim Grosbach <grosbach@apple.com> MCJIT: Add faux remote target execution to lli for the MCJIT.

Simulate a remote target address space by allocating a seperate chunk of
memory for the target and re-mapping section addresses to that prior to
execution. Later we'll want to have a truly remote process, but for now
this gets us closer to being able to test the remote target
functionality outside LLDB.

rdar://12157052

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163216 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/lli/RemoteTarget.cpp