summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/Debugging
AgeCommit message (Expand)Author
2025-11-21Revert "[ORC] Tailor ELF debugger support plugin to load-address patching onl...Stefan Gränitz
2025-11-21[ORC] Tailor ELF debugger support plugin to load-address patching only (#168518)Stefan Gränitz
2025-11-18[ORC] Fix shlibs build: add Object to libLLVMOrcDebugging (#168343)Stefan Gränitz
2025-11-18[ORC] Move DebugObjectManagerPlugin into Debugging/ELFDebugObjectPlugin (NFC)...Stefan Gränitz
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz
2025-10-23[ExecutionEngine] Add "override" where appropriate (NFC) (#164757)Kazu Hirata
2025-08-22[llvm] Remove unused includes of SmallSet.h (NFC) (#154893)Kazu Hirata
2025-08-18[llvm] Replace SmallSet with SmallPtrSet (NFC) (#154068)Kazu Hirata
2025-05-20Revert "[llvm][NFC] Use `llvm::sort()`" (#140668)Iris Shi
2025-05-17[llvm][NFC] Use `llvm::sort()` (#140335)Iris Shi
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata
2025-03-17[NFC][DebugInfo] Wrap DILineInfo return type with std::optional to handle mis...Zequan Wu
2025-03-11[ExecutionEngine] Avoid repeated hash lookups (NFC) (#130707)Kazu Hirata
2025-02-06[JITLink] Add a jitlink::Symbol::getSection() convenience method.Lang Hames
2025-01-20[ORC] Add BinaryFormat dependence to the LLVMOrcDebugging library.Lang Hames
2025-01-20[ORC] Use BinaryFormat to convert Triple to MachO cputype / cpusubtype values.Lang Hames
2025-01-03[ORC] Fix bug in source file name finding in DebuggerSupportPlugin.Lang Hames
2024-12-06[JITLink] Switch to SymbolStringPtr for Symbol names (#115796)Jared Wyles
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata
2024-10-01[ExecutionEngine] Avoid repeated hash lookups (NFC) (#110621)Kazu Hirata
2024-06-25Revert "[llvm] Use llvm::sort (NFC) (#96434)"Kazu Hirata
2024-06-23[llvm] Use llvm::sort (NFC) (#96434)Kazu Hirata
2024-03-07[ORC][JITLink] Add Intel VTune support to JITLink (#83957)Hongyu Chen
2024-03-04Revert "[ORC][JITLink] Add Intel VTune support to JITLink (#81826)"Jordan Rupprecht
2024-03-04[ORC][JITLink] Add Intel VTune support to JITLink (#81826)Hongyu Chen
2023-12-25[llvm] Use StringRef::consume_front (NFC)Kazu Hirata
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-12-11[llvm-c] Expose debug support for LLJIT in Orc C-API bindings (#73257)Stefan Gränitz
2023-11-30[llvm] Stop including llvm/ADT/StringSet.h (NFC)Kazu Hirata
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-10Use llvm::endianness (NFC)Kazu Hirata
2023-10-10[llvm] Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-01[ExecutionEngine] Fix the call to DWARFContext::createKazu Hirata
2023-09-29[ORC] Fix heap-use-after-free error in MachODebugObjectSynthesizer.cppMogball
2023-09-28[ORC] Add JITLink to dependencies of OrcDebugging.Lang Hames
2023-09-28Re-apply "[ORC] Add N_SO and N_OSO stabs entries to MachO debug..." with fixes.Lang Hames
2023-09-28[ORC] Add DWARFContext generation from LinkGraphs, use in perf support.Prem Chintalapudi