summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RTDyldMemoryManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager intoLang Hames2015-02-151-294/+0
* RTDyldMemoryManager.cpp: Make the reference to __morestack weak.Peter Collingbourne2014-12-301-2/+4
* The __morestack function is only available on i386 and x86_64 architectures.Peter Collingbourne2014-12-301-1/+4
* Make the __morestack function available to the JIT memory manager under Linux.Peter Collingbourne2014-12-301-0/+7
* [MCJIT] Turn the getSymbolAddress free function created in r218626 into a staticLang Hames2014-10-011-1/+2
* Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...David Blaikie2014-09-291-1/+1
* Remove redundant if test.Lang Hames2014-09-211-4/+1
* RTDyldMemoryManager::getSymbolAddress(): Make sure to return 0 if symbol name...NAKAMURA Takumi2014-09-201-0/+2
* [MCJIT] Make RTDyldMemoryManager::getSymbolAddress's behaviour more consistent.Lang Hames2014-09-201-10/+11
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* There are no __register_frame and __deregister_frame functions Yaron Keren2013-12-171-1/+1
* Resolve JIT runtime linking problems on Android.Andrew Kaylor2013-11-151-2/+83
* The FIXME was indeed fixed in the linker, comment removed.Yaron Keren2013-10-251-4/+0
* Really fix build warning/error that I think r192756 was trying to fix.Craig Topper2013-10-161-4/+4
* Fixing build warning/errorAndrew Kaylor2013-10-161-2/+3
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-6/+77
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-3/+8
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-15/+25
* Fix the build issue under ia64. Close bug #5715Sylvestre Ledru2013-08-271-1/+1
* Preserve const correctness.Benjamin Kramer2013-06-041-3/+3
* Add missing header for atexit.Michael J. Spencer2013-05-241-0/+2
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-0/+116
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-211-115/+0
* Fix busted comment. This conditional include block used to be in SectionMemor...Filip Pizlo2013-05-211-1/+1
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-0/+115
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-105/+0
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-0/+105
OpenPOWER on IntegriCloud