aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
5 days[Dwarf] Support heterogeneous DW_{OP,AT}s needed for AMDGPU CFI (#153883)Scott Linder1-0/+6
10 days[PDB] Add public symbol lookup by address (#157361)nerix2-0/+227
11 daysMC: Use Triple form of lookupTarget in more places (#157591)Matt Arsenault2-5/+4
12 daysMC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault3-9/+11
2025-08-27[llvm-debuginfo-analyzer] Fixed some DWARF related bugs (#153318)Adam Yang1-15/+5
2025-07-08[NFC] Separate UnwindTable from DebugFrame into a different type (#142521)AmirHossein PashaeeHir1-0/+1
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine3-3/+5
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine3-5/+3
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine3-3/+5
2025-06-23[NFC] Remove UnwindTable dependency on CIE, and FDE (#142520)AmirHossein PashaeeHir1-28/+28
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine1-1/+1
2025-06-06[llvm-debuginfo-analyzer] Add support for parsing DWARF / CodeView SourceLang...Javier Lopez-Gomez2-0/+10
2025-05-26[DebugInfo] Use llvm::find_if (NFC) (#141521)Kazu Hirata2-24/+12
2025-05-26[llvm] Use llvm::any_of (NFC) (#141444)Kazu Hirata1-7/+4
2025-05-22[llvm-debuginfo-analyzer] Add support for DWARF `DW_AT_byte_size` (#139110)Javier Lopez-Gomez3-0/+64
2025-05-21[llvm-debuginfo-analyzer] Support DW_TAG_module (#137228)Javier Lopez-Gomez2-0/+20
2025-05-21[llvm-debuginfo-analyzer] Fix a couple of unhandled DWARF situations leading ...Javier Lopez-Gomez2-1/+38
2025-05-20[llvm] Use llvm::is_contained (NFC) (#140742)Kazu Hirata1-2/+1
2025-05-04[llvm] Remove unused local variables (NFC) (#138467)Kazu Hirata1-1/+0
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata2-3/+3
2025-03-19[LLVM][PDB][Test] Fix the build (#131984)Aleksandr Korepanov1-1/+1
2025-03-18[LLVM][PDB] Use IsUnsigned flag for APInt correctly (#131598)Aleksandr Korepanov2-0/+61
2025-03-17[NFC][DebugInfo] Wrap DILineInfo return type with std::optional to handle mis...Zequan Wu1-11/+9
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov1-1/+1
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov3-3/+3
2025-02-06[DebugInfo][DWARF] Utilize DW_AT_LLVM_stmt_sequence attr in line table lookup...alx321-1/+114
2024-12-17Fix crash due to un-checked error in LVReaderHandler::handleArchive method (#...aurelien353-0/+121
2024-11-29[llvm-debuginfo-analyzer] Remove superfluous link components. (#118052)Carlos Alberto Enciso1-3/+0
2024-11-28[llvm-debuginfo-analyzer] Fix compile/link errors on specific builders. (#117...Carlos Alberto Enciso2-36/+38
2024-11-28[llvm-debuginfo-analyzer] Common handling of unsigned attribute values. (#116...Carlos Alberto Enciso2-0/+367
2024-11-26[GSYM] Callsites: Add data format support and loading from YAML (#109781)alx321-2/+2
2024-11-25[DWARF] Fix DWARTTypePrinter unable to print qualified name for DW_TAG_typede...Zequan Wu1-0/+135
2024-10-28[AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171)Jack Styles1-0/+1
2024-09-13[MC] Use std::optional<MCRegisters> for values returned by MCRegisterInfo::ge...Craig Topper1-1/+1
2024-09-13[llvm][unittests] Don't call raw_string_ostream::flush() (NFC)JOE19944-13/+0
2024-09-04Reapply "[llvm/DWARF] Recursively resolve DW_AT_signature references"… (#99...Pavel Labath1-0/+61
2024-07-20[MC] Remove unused bool arguments from createMCObjectStreamer callersFangrui Song2-6/+2
2024-07-16Split DWARFFormValue::getReference into four functions (#98905)Pavel Labath1-49/+138
2024-07-07[llvm] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#97914)Kazu Hirata2-3/+3
2024-05-30[LLVM] Remove executable permission from some non-executable files (#93803)Jay Foad1-0/+0
2024-05-25[llvm] Revise IDE folder structure (#89741)Michael Kruse6-12/+0
2024-03-20[DwarfGenerator] Calculate relative offset according to Dwarf Version (#84847)Will Hawkins1-3/+11
2024-03-18[llvm-debuginfo-analyzer][NFC] Rename LVElfReader.cpp[h] (#85530)Carlos Alberto Enciso2-3/+3
2024-02-22[lldb][llvm] Return an error instead of crashing when parsing a line table pr...Greg Clayton1-1/+3
2024-02-12Gsymutil aggregation similar to DwarfDump --verify (#81154)Kevin Frei1-46/+73
2024-02-12[DWARFYAML] Implement debug_names support (#79666)Felipe de Azevedo Piovezan1-0/+253
2023-12-13[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2-4/+4
2023-12-07[libDebugInfo] Prevent infinite recursion in DWARFDie::getTypeSize() (#74681)Adrian Prantl1-0/+36
2023-12-03[llvm] Stop including tuple (NFC)Kazu Hirata1-1/+0
2023-11-17Modify llvm-gsymutil lookups to handle overlapping ranges correctly. (#72350)Greg Clayton1-0/+197