summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable EHFrameSupport in JITLink/RuntimeDyld on AIXXing Xue2019-05-221-2/+3
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* Add missing vtable anchorsWeiming Zhao2018-04-111-0/+2
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-091-0/+12
* Update mailing list post URL and add libunwind referenceEd Maste2016-12-211-1/+2
* Revert r279016 -- it breaks win32-elf JIT tests.Lang Hames2016-08-181-2/+2
* [RuntimeDyld] Strip leading '_' from symbols on 32-bit windows inLang Hames2016-08-181-2/+2
* [RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInPro...Lang Hames2016-03-031-8/+6
* [Orc] Add support for EH-frame registration to the Orc Remote Target utilityLang Hames2016-01-141-12/+8
* Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2015-08-051-1/+1
* Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun.Douglas Katzman2015-06-191-10/+10
* [ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager intoLang Hames2015-02-151-0/+294
OpenPOWER on IntegriCloud