summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteMemoryManager.h
Commit message (Expand)AuthorAgeFilesLines
* [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.Lang Hames2016-01-111-101/+0
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-1/+2
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-2/+1
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-1/+2
* [MCJIT] Delete the JTIMemoryManager and associated APIs.Lang Hames2014-09-231-18/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-18/+21
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-2/+1
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-271-1/+1
* lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...NAKAMURA Takumi2013-10-261-1/+1
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-0/+1
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-111-1/+1
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-2/+9
* Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor2013-10-041-2/+3
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-041-0/+105
OpenPOWER on IntegriCloud