aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/lli/RemoteMemoryManager.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-26[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames1-1/+2
2014-11-26Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman1-2/+1
2014-11-26[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames1-1/+2
2014-09-23[MCJIT] Delete the JTIMemoryManager and associated APIs.Lang Hames1-18/+2
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-18/+21
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth1-2/+1
2013-10-27MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi1-1/+1
2013-10-26lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...NAKAMURA Takumi1-1/+1
2013-10-16Adding support for deregistering EH frames with MCJIT.Andrew Kaylor1-0/+1
2013-10-11Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor1-1/+1
2013-10-11Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor1-2/+9
2013-10-04Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor1-2/+3
2013-10-04Adding support and tests for multiple module handling in lliAndrew Kaylor1-0/+105