summaryrefslogtreecommitdiff
path: root/llvm/include/llvm/DebugInfo
AgeCommit message (Expand)Author
2025-11-20[llvm][DebugInfo] Unwrap template parameters that are typedefs when reconstru...Michael Buch
2025-11-19[llvm][DebugInfo] Add support for _BitInt in DWARFTypePrinter (#168382)Michael Buch
2025-11-19[llvm] Construct iterator_range with the conversion constructor (NFC) (#168674)Kazu Hirata
2025-11-12Remove unused standard headers: memory, unordered_* (#167297)serge-sans-paille
2025-11-11Remove unused <type_traits> inclusionserge-sans-paille
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille
2025-11-09Remove unused <array> and <list> inclusion (#167116)serge-sans-paille
2025-11-04[llvm][dwarfdump] Add --child-tags option to filter by DWARF tags (#165720)Michael Buch
2025-11-02[llvm] Remove redundant typename (NFC) (#166087)Kazu Hirata
2025-10-28[DebugInfo] Support to get TU for hash from .debug_types.dwo section in DWARF...Liu Ke
2025-10-26[DebugInfo] Fold a namespace into a std::hash specialization (NFC) (#165191)Kazu Hirata
2025-10-26[llvm] Remove argument_type in std::hash specializations (NFC) (#165167)Kazu Hirata
2025-10-25[llvm] Use iterator_range<T>(Container &&) (NFC) (#165117)Kazu Hirata
2025-10-24[DebugInfo] Add "override" where appropriate (NFC) (#164929)Kazu Hirata
2025-10-14Don't warn about missing DWO files when converting mach-o files. (#152598)Greg Clayton
2025-10-02[NFC][DwarfLowLevel] Make getRelocatedValueImpl public (#160618)Sterling-Augustine
2025-09-25[llvm-debuginfo-analyzer] Remove `LVScope::Children` container (#144750)Javier Lopez-Gomez
2025-09-19[llvm-debuginfo-analyzer] Add `--output-sort=(none|id)` option (#145761)Javier Lopez-Gomez
2025-09-10[PDB] Add public symbol lookup by address (#157361)nerix
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin
2025-08-12[AMDGPU] Fixed llvm-debuginfo-analyzer for AMDGPU. (#145125)Adam Yang
2025-07-08[NFC] Separate UnwindTable from DebugFrame into a different type (#142521)AmirHossein PashaeeHir
2025-07-08[llvm] fix missing and incorrect LLVM_ABI annotations (#147399)Andrew Rogers
2025-07-06[NFC] Add `_LOWLEVEL_` before dwarf low-level library header guards (#147172)AmirHossein PashaeeHir
2025-07-04[NFCI][LLVM] Adopt `ArrayRef::consume_front()` in a few places (#146793)Rahul Joshi
2025-06-27[NFC] Make unwind table internal data structures more accessible (#145804)AmirHossein PashaeeHir
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine
2025-06-26[llvm-debuginfo-analyzer] Fix crash with WebAssembly dead code (#141616)Carlos Alberto Enciso
2025-06-24 [llvm] annotate remaining BinaryFormat and DebugInfo library interfaces for ...Andrew Rogers
2025-06-24Add support for Windows Secure Hot-Patching (redo) (#145565)sivadeilra
2025-06-24Revert "Add support for Windows Secure Hot-Patching" (#145553)Qinkun Bao
2025-06-24Add support for Windows Secure Hot-Patching (#138972)sivadeilra
2025-06-23[NFC] Remove UnwindTable dependency on CIE, and FDE (#142520)AmirHossein PashaeeHir
2025-06-18[llvm-debuginfo-analyzer] Apply various memory savings in Core/LVxxx base cla...Javier Lopez-Gomez
2025-06-17[NFC] Extract Printing portions of DWARFCFIProgram to new files (#143762)Sterling-Augustine
2025-06-16[llvm-debuginfo-analyzer] Fix ODR violation in llvm::logicalview::LVObject (#...Javier Lopez-Gomez
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine
2025-06-06[NFC] Split portions of DWARFDataExtractor into new class (#140096)Sterling-Augustine
2025-06-06[llvm-debuginfo-analyzer] Add support for parsing DWARF / CodeView SourceLang...Javier Lopez-Gomez
2025-06-05[clang] Simplify device kernel attributes (#137882)Nick Sarnie
2025-06-04[llvm] annotate interfaces in llvm/DebugInfo for DLL export (#140778)Andrew Rogers
2025-06-04Revert gsymutil changes due to concurrency problems (#142829)peremyach
2025-06-04[llvm-debuginfo-analyzer][NFC] Move some functionality to LVReader. (#142740)Carlos Alberto Enciso
2025-06-03[DebugInfo][CodeView] Move codeview::SourceLanguage enumerators to CodeViewLa...Javier Lopez-Gomez
2025-06-02[NFC] Extract DWARFCFIProgram into separate files (#139326)Sterling-Augustine
2025-05-22[llvm-debuginfo-analyzer] Add support for DWARF `DW_AT_byte_size` (#139110)Javier Lopez-Gomez