summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp
AgeCommit message (Expand)Author
2024-12-06[JITLink] Switch to SymbolStringPtr for Symbol names (#115796)Jared Wyles
2024-11-29[Support][Error] Add ErrorAsOutParameter constructor that takes an Error by ref.Lang Hames
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata
2023-04-03[Orc] Add AutoRegisterCode option for DebugObjectManagerPluginStefan Gränitz
2023-04-03[Orc] Print section load-addresses for debug objects as hex againStefan Gränitz
2023-03-31[ORC] Remove redundant ExecutorAddr temporaries.Lang Hames
2023-03-31[Orc] Drop arch check in the DebugObjectManagerPlugin for ELFStefan Gränitz
2023-03-31[Orc] Add RequireDebugSections option in the DebugObjectManagerPluginStefan Gränitz
2023-03-31[Orc] Reflow comment and improve name after fix (NFC)Stefan Gränitz
2023-03-31[Orc] Avoid unused variable warning in builds without assertsBenjamin Kramer
2023-03-31[Orc] Refactor debug section requirements into a more flexible flags field (NFC)Stefan Gränitz
2023-03-31[Orc] Filter sections for debug load-address patching upfrontStefan Gränitz
2023-03-31[Orc] Skip sections with duplicate names in DebugObjectManagerPluginStefan Gränitz
2023-03-27[ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef.Lang Hames
2022-12-19[ORC] Add JITDylib argument to ResourceManager notify-removing/transferring ops.Lang Hames
2022-10-25[ORC] Skip non-SHF_ALLOC sections in DebugObjectManagerPlugin.Lang Hames
2022-10-22[ORC] Add more information to duplicate section error message.Lang Hames
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2022-01-06Re-apply "[JITLink] Update JITLink to use ExecutorAddr rather... " with fixes.Lang Hames
2022-01-06Revert "[JITLink] Update JITLink to use ExecutorAddr rather than..."Lang Hames
2022-01-06[JITLink] Update JITLink to use ExecutorAddr rather than JITTargetAddress.Lang Hames
2021-10-11Re-apply e50aea58d59, "Major JITLinkMemoryManager refactor". with fixes.Lang Hames
2021-10-11Revert "[JITLink][ORC] Major JITLinkMemoryManager refactor."Lang Hames
2021-10-11[JITLink][ORC] Major JITLinkMemoryManager refactor.Lang Hames
2021-03-22[Orc] Make usage of ResourceKeys thread-safe in DebugObjectManagerPluginStefan Gränitz
2021-03-22[Orc] Fix tracking of pending debug objects in DebugObjectManagerPluginStefan Gränitz
2021-03-13[Orc] Deallocate debug objects properly when removing resources from DebugObj...Stefan Gränitz
2021-03-12[JITLink][ORC] Make the LinkGraph available to modifyPassConfig.Lang Hames
2021-03-12[Orc] Fix race condition in DebugObjectManagerPluginStefan Gränitz
2021-03-11[Orc] Deallocate debug objects explicitly when destroying the DebugObjectMana...Stefan Gränitz
2021-03-09[Orc] Always check mapped sections for ELFDebugObject are in bounds of workin...Stefan Gränitz
2021-03-09[Orc] Fix working memory buffer for section mapping in ELFDebugObjectStefan Gränitz
2021-03-02[Orc] Fix MSVC error: conversion from 'initializer list' requires a narrowingStefan Gränitz
2021-03-02[Orc] Add JITLink debug support plugin for ELF x86-64Stefan Gränitz