summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteMemoryManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-2/+1
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-1/+2
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-2/+1
* [MCJIT] Delete the JTIMemoryManager and associated APIs.Lang Hames2014-09-231-33/+0
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-5/+5
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Fix known typosAlp Toker2014-01-241-1/+1
* Sanitize MCJIT remote executionRenato Golin2014-01-141-5/+5
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-271-16/+0
* lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...NAKAMURA Takumi2013-10-261-0/+16
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-24/+0
* Attempting to fix lli build errorAndrew Kaylor2013-10-041-3/+3
* Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor2013-10-041-26/+26
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-041-0/+230
OpenPOWER on IntegriCloud