[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.
[oota-llvm.git] / lib / ExecutionEngine / RTDyldMemoryManager.cpp
2014-12-30 Peter CollingbourneRTDyldMemoryManager.cpp: Make the reference to __morest...
2014-12-30 Peter CollingbourneThe __morestack function is only available on i386...
2014-12-30 Peter CollingbourneMake the __morestack function available to the JIT...
2014-10-01 Lang Hames[MCJIT] Turn the getSymbolAddress free function created...
2014-09-29 David BlaikieUnit test r218187, changing RTDyldMemoryManager::getSym...
2014-09-21 Lang HamesRemove redundant if test.
2014-09-20 NAKAMURA TakumiRTDyldMemoryManager::getSymbolAddress(): Make sure...
2014-09-20 Lang Hames[MCJIT] Make RTDyldMemoryManager::getSymbolAddress...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-17 Yaron KerenThere are no __register_frame and __deregister_frame...
2013-11-15 Andrew KaylorResolve JIT runtime linking problems on Android.
2013-10-25 Yaron KerenThe FIXME was indeed fixed in the linker, comment removed.
2013-10-16 Craig TopperReally fix build warning/error that I think r192756...
2013-10-16 Andrew KaylorFixing build warning/error
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-08-27 Sylvestre LedruFix the build issue under ia64. Close bug #5715
2013-06-04 Benjamin KramerPreserve const correctness.
2013-05-24 Michael J. SpencerAdd missing header for atexit.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloFix busted comment. This conditional include block...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...