summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteMemoryManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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