summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
AgeCommit message (Expand)Author
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song
2024-11-17[NFC][LLVM] Fix a couple of build warnings (#116490)Rahul Joshi
2023-08-14Fix typos in comments of ExecutionEngine (NFC)Eymen Ünay
2022-06-12[MC][re-land] Omit DWARF unwind info if compact unwind is present where eligibleJez Ng
2022-06-12Revert "[MC] Omit DWARF unwind info if compact unwind is present where eligible"Jez Ng
2022-06-12[MC] Omit DWARF unwind info if compact unwind is present where eligibleJez Ng
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim
2021-08-23[ExecutionEngine] Use the libunwind __register_frame on DarwinAzharuddin Mohammed
2021-08-15[ExecutionEngine] Check for libunwind before calling __register_frameHarald van Dijk
2020-11-10[CMake][ExecutionEngine] add HAVE_(DE)REGISTER_FRAME as a config.h macrosDavid Tenty
2020-08-17[SystemZ/ZOS]__(de)register_frame are not available on z/OS.Kai Nacke
2019-05-22Disable EHFrameSupport in JITLink/RuntimeDyld on AIXXing Xue
2019-04-20Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2018-04-11Add missing vtable anchorsWeiming Zhao
2017-05-09[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames
2016-12-21Update mailing list post URL and add libunwind referenceEd Maste
2016-08-18Revert r279016 -- it breaks win32-elf JIT tests.Lang Hames
2016-08-18[RuntimeDyld] Strip leading '_' from symbols on 32-bit windows inLang Hames
2016-03-03[RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInPro...Lang Hames
2016-01-14[Orc] Add support for EH-frame registration to the Orc Remote Target utilityLang Hames
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-06-19Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun.Douglas Katzman
2015-02-15[ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager intoLang Hames