aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RTDyldMemoryManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-30RTDyldMemoryManager.cpp: Make the reference to __morestack weak.Peter Collingbourne1-2/+4
2014-12-30The __morestack function is only available on i386 and x86_64 architectures.Peter Collingbourne1-1/+4
2014-12-30Make the __morestack function available to the JIT memory manager under Linux.Peter Collingbourne1-0/+7
2014-10-01[MCJIT] Turn the getSymbolAddress free function created in r218626 into a staticLang Hames1-1/+2
2014-09-29Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...David Blaikie1-1/+1
2014-09-21Remove redundant if test.Lang Hames1-4/+1
2014-09-20RTDyldMemoryManager::getSymbolAddress(): Make sure to return 0 if symbol name...NAKAMURA Takumi1-0/+2
2014-09-20[MCJIT] Make RTDyldMemoryManager::getSymbolAddress's behaviour more consistent.Lang Hames1-10/+11
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+0
2013-12-17There are no __register_frame and __deregister_frame functions Yaron Keren1-1/+1
2013-11-15Resolve JIT runtime linking problems on Android.Andrew Kaylor1-2/+83
2013-10-25The FIXME was indeed fixed in the linker, comment removed.Yaron Keren1-4/+0
2013-10-16Really fix build warning/error that I think r192756 was trying to fix.Craig Topper1-4/+4
2013-10-16Fixing build warning/errorAndrew Kaylor1-2/+3
2013-10-16Adding support for deregistering EH frames with MCJIT.Andrew Kaylor1-6/+77
2013-10-11Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor1-3/+8
2013-10-01Adding multiple module support for MCJIT.Andrew Kaylor1-15/+25
2013-08-27Fix the build issue under ia64. Close bug #5715Sylvestre Ledru1-1/+1
2013-06-04Preserve const correctness.Benjamin Kramer1-3/+3
2013-05-24Add missing header for atexit.Michael J. Spencer1-0/+2
2013-05-21Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo1-0/+116
2013-05-21Roll out r182411 and 182412 because it's still broken.Filip Pizlo1-115/+0
2013-05-21Fix busted comment. This conditional include block used to be in SectionMemor...Filip Pizlo1-1/+1
2013-05-21Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo1-0/+115
2013-05-21Roll out r182407 and r182408 because they broke builds.Filip Pizlo1-105/+0
2013-05-21Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo1-0/+105