aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
12 days[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
2025-05-16Rename GsymDIContext to GsymContext (#140227)Mariusz Kwiczala3-17/+17
2025-05-16Reduce llvm-gsymutil memory usage (#139907)peremyach3-110/+133
2025-05-15[llvm] Use llvm::stable_sort (NFC) (#140067)Kazu Hirata3-8/+6
2025-05-14[DebugInfo] Simplify a string comparison (NFC) (#139918)Kazu Hirata1-1/+1
2025-05-13LLVM symbolizer gsym support - attempt 2 (#139686)Mariusz Kwiczala4-23/+239
2025-05-12[llvm] Use StringRef::{starts_with,find} (NFC) (#139661)Kazu Hirata1-1/+1
2025-05-12Revert "LLVM symbolizer gsym support" (#139660)Qinkun Bao4-239/+23
2025-05-12LLVM symbolizer gsym support (#134847)Mariusz Kwiczala4-23/+239
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi2-6/+4
2025-05-04[llvm] Remove unused local variables (NFC) (#138467)Kazu Hirata1-4/+0