[MCJIT] Delete the JTIMemoryManager and associated APIs.
[oota-llvm.git] / tools / lli / RemoteMemoryManager.cpp
2014-09-23 Lang Hames[MCJIT] Delete the JTIMemoryManager and associated...
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-01-24 Alp TokerFix known typos
2014-01-14 Renato GolinSanitize MCJIT remote execution
2013-10-27 NAKAMURA TakumiMCJIT-remote: __main should be resolved in child context.
2013-10-26 NAKAMURA Takumilli/RemoteMemoryManager.cpp: Resurrect __main stuff...
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-04 Andrew KaylorAttempting to fix lli build error
2013-10-04 Andrew KaylorFixing container/pointer bug in remote-lli found by...
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...