aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/lli/RemoteMemoryManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-26[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames1-2/+1
2014-11-26Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman1-1/+2
2014-11-26[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames1-2/+1
2014-09-23[MCJIT] Delete the JTIMemoryManager and associated APIs.Lang Hames1-33/+0
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-2/+1
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-5/+5
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-01-24Fix known typosAlp Toker1-1/+1
2014-01-14Sanitize MCJIT remote executionRenato Golin1-5/+5
2013-10-27MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi1-16/+0
2013-10-26lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...NAKAMURA Takumi1-0/+16
2013-10-11Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor1-24/+0
2013-10-04Attempting to fix lli build errorAndrew Kaylor1-3/+3
2013-10-04Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor1-26/+26
2013-10-04Adding support and tests for multiple module handling in lliAndrew Kaylor1-0/+230