aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
23 hours[llvm-debuginfo-analyzer] Add `--output-sort=(none|id)` option (#145761)Javier Lopez-Gomez1-3/+9
5 days[Dwarf] Support heterogeneous DW_{OP,AT}s needed for AMDGPU CFI (#153883)Scott Linder2-15/+60
10 days[PDB] Add public symbol lookup by address (#157361)nerix1-0/+50
12 daysMC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault1-7/+8
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger3-0/+12
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin1-60/+103
2025-08-27[llvm-debuginfo-analyzer] Fixed some DWARF related bugs (#153318)Adam Yang1-3/+7
2025-08-12[AMDGPU] Fixed llvm-debuginfo-analyzer for AMDGPU. (#145125)Adam Yang3-10/+18
2025-08-07[DWARF] Speedup .gdb_index dumping (#151806)itrofimow1-7/+15
2025-08-04[llvm] Use llvm::iterator_range::empty (NFC) (#151905)Kazu Hirata1-1/+1
2025-07-23[llvm] Remove unused includes (NFC) (#150265)Kazu Hirata2-5/+0
2025-07-18[DebugInfo] Use llvm::remove_if (NFC) (#149543)Kazu Hirata1-1/+1
2025-07-14[llvm] Remove unused includes (NFC) (#148768)Kazu Hirata1-4/+0
2025-07-08[NFC] Separate UnwindTable from DebugFrame into a different type (#142521)AmirHossein PashaeeHir5-486/+579
2025-07-06[DebugInfo] [DWARF] Fix C to CMake comment (#147199)Guy David1-2/+2
2025-07-03[DebugInfo] Remove an unnecessary cast (NFC) (#146809)Kazu Hirata1-1/+1
2025-06-28[DebugInfo] Remove an unnecessary cast (NFC) (#146217)Kazu Hirata1-1/+1
2025-06-27[llvm] Remove unused includes (NFC) (#146199)Kazu Hirata2-2/+0
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine14-702/+604
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine13-602/+701
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine13-701/+602
2025-06-26[llvm] Use llvm::interleaved (NFC) (#145839)Kazu Hirata1-7/+2
2025-06-26[llvm-debuginfo-analyzer] Fix crash with WebAssembly dead code (#141616)Carlos Alberto Enciso1-4/+11
2025-06-24Add support for Windows Secure Hot-Patching (redo) (#145565)sivadeilra2-0/+14
2025-06-24Revert "Add support for Windows Secure Hot-Patching" (#145553)Qinkun Bao2-14/+0
2025-06-24Add support for Windows Secure Hot-Patching (#138972)sivadeilra2-0/+14
2025-06-23[NFC] Remove UnwindTable dependency on CIE, and FDE (#142520)AmirHossein PashaeeHir1-19/+30
2025-06-17[NFC] Extract Printing portions of DWARFCFIProgram to new files (#143762)Sterling-Augustine4-96/+126
2025-06-16[llvm-debuginfo-analyzer] Fix ODR violation in llvm::logicalview::LVObject (#...Javier Lopez-Gomez2-7/+1
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine7-95/+103
2025-06-08[llvm] Compare std::optional<T> to values directly (NFC) (#143340)Kazu Hirata1-1/+1
2025-06-06[llvm][DebugInfo] Add support for DW_OP_GNU_implicit_pointer (#142913)Thrrreeee1-0/+2
2025-06-06[NFC] Split portions of DWARFDataExtractor into new class (#140096)Sterling-Augustine2-138/+0
2025-06-06[llvm-debuginfo-analyzer] Add support for parsing DWARF / CodeView SourceLang...Javier Lopez-Gomez6-5/+59
2025-06-04[llvm] annotate interfaces in llvm/DebugInfo for DLL export (#140778)Andrew Rogers2-3/+5
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata1-3/+0
2025-06-04Revert gsymutil changes due to concurrency problems (#142829)peremyach3-139/+108
2025-06-04[llvm-debuginfo-analyzer][NFC] Move some functionality to LVReader. (#142740)Carlos Alberto Enciso3-241/+247
2025-06-02[DebugInfo] Avoid creating a temporary instance of std::string (NFC) (#142523)Kazu Hirata1-1/+1
2025-06-02[NFC] Extract DWARFCFIProgram into separate files (#139326)Sterling-Augustine3-408/+446
2025-05-29fix llvm-gsymutil verification (#141751)peremyach1-0/+5
2025-05-23[pdb] Tweak the message about overflowing the publics/globals record streamHans Wennborg1-2/+2
2025-05-22[llvm-debuginfo-analyzer] Add support for DWARF `DW_AT_byte_size` (#139110)Javier Lopez-Gomez5-5/+22
2025-05-22[pdb] Provide a better error message when overflowing the public/global symbo...Hans Wennborg1-2/+10
2025-05-21Reduce llvm-gsymutil memory usage (#140740)peremyach3-108/+134
2025-05-21[llvm-debuginfo-analyzer] Support DW_TAG_module (#137228)Javier Lopez-Gomez2-0/+19
2025-05-20[DebugInfo] Use std::map::try_emplace (NFC) (#140839)Kazu Hirata1-3/+3
2025-05-21[llvm-debuginfo-analyzer] Fix a couple of unhandled DWARF situations leading ...Javier Lopez-Gomez2-1/+13
2025-05-20Revert "Reduce llvm-gsymutil memory usage" (#140696)peremyach3-134/+108
2025-05-17[llvm] Use llvm::find_if (NFC) (#140412)Kazu Hirata1-5/+4