summaryrefslogtreecommitdiff
path: root/llvm/unittests/DebugInfo
AgeCommit message (Expand)Author
2025-11-08Remove unused <vector> inclusion (#166997)serge-sans-paille
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata
2025-10-24[DebugInfo] Add "override" where appropriate (NFC) (#164929)Kazu Hirata
2025-10-14Fix a spurious error that was emitted for invalid DW_AT_decl_file. (#152608)Greg Clayton
2025-10-14Don't warn about missing DWO files when converting mach-o files. (#152598)Greg Clayton
2025-09-25[llvm-debuginfo-analyzer] Remove `LVScope::Children` container (#144750)Javier Lopez-Gomez
2025-09-15[Dwarf] Support heterogeneous DW_{OP,AT}s needed for AMDGPU CFI (#153883)Scott Linder
2025-09-10[PDB] Add public symbol lookup by address (#157361)nerix
2025-09-09MC: Use Triple form of lookupTarget in more places (#157591)Matt Arsenault
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-08-27[llvm-debuginfo-analyzer] Fixed some DWARF related bugs (#153318)Adam Yang
2025-07-08[NFC] Separate UnwindTable from DebugFrame into a different type (#142521)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-23[NFC] Remove UnwindTable dependency on CIE, and FDE (#142520)AmirHossein PashaeeHir
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine
2025-06-06[llvm-debuginfo-analyzer] Add support for parsing DWARF / CodeView SourceLang...Javier Lopez-Gomez
2025-05-26[DebugInfo] Use llvm::find_if (NFC) (#141521)Kazu Hirata
2025-05-26[llvm] Use llvm::any_of (NFC) (#141444)Kazu Hirata
2025-05-22[llvm-debuginfo-analyzer] Add support for DWARF `DW_AT_byte_size` (#139110)Javier Lopez-Gomez
2025-05-21[llvm-debuginfo-analyzer] Support DW_TAG_module (#137228)Javier Lopez-Gomez
2025-05-21[llvm-debuginfo-analyzer] Fix a couple of unhandled DWARF situations leading ...Javier Lopez-Gomez
2025-05-20[llvm] Use llvm::is_contained (NFC) (#140742)Kazu Hirata
2025-05-04[llvm] Remove unused local variables (NFC) (#138467)Kazu Hirata
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata
2025-03-19[LLVM][PDB][Test] Fix the build (#131984)Aleksandr Korepanov
2025-03-18[LLVM][PDB] Use IsUnsigned flag for APInt correctly (#131598)Aleksandr Korepanov
2025-03-17[NFC][DebugInfo] Wrap DILineInfo return type with std::optional to handle mis...Zequan Wu
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-02-06[DebugInfo][DWARF] Utilize DW_AT_LLVM_stmt_sequence attr in line table lookup...alx32
2024-12-17Fix crash due to un-checked error in LVReaderHandler::handleArchive method (#...aurelien35
2024-11-29[llvm-debuginfo-analyzer] Remove superfluous link components. (#118052)Carlos Alberto Enciso
2024-11-28[llvm-debuginfo-analyzer] Fix compile/link errors on specific builders. (#117...Carlos Alberto Enciso
2024-11-28[llvm-debuginfo-analyzer] Common handling of unsigned attribute values. (#116...Carlos Alberto Enciso
2024-11-26[GSYM] Callsites: Add data format support and loading from YAML (#109781)alx32
2024-11-25[DWARF] Fix DWARTTypePrinter unable to print qualified name for DW_TAG_typede...Zequan Wu
2024-10-28[AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171)Jack Styles
2024-09-13[MC] Use std::optional<MCRegisters> for values returned by MCRegisterInfo::ge...Craig Topper
2024-09-13[llvm][unittests] Don't call raw_string_ostream::flush() (NFC)JOE1994
2024-09-04Reapply "[llvm/DWARF] Recursively resolve DW_AT_signature references"… (#99...Pavel Labath
2024-07-20[MC] Remove unused bool arguments from createMCObjectStreamer callersFangrui Song
2024-07-16Split DWARFFormValue::getReference into four functions (#98905)Pavel Labath
2024-07-07[llvm] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#97914)Kazu Hirata
2024-05-30[LLVM] Remove executable permission from some non-executable files (#93803)Jay Foad
2024-05-25[llvm] Revise IDE folder structure (#89741)Michael Kruse
2024-03-20[DwarfGenerator] Calculate relative offset according to Dwarf Version (#84847)Will Hawkins
2024-03-18[llvm-debuginfo-analyzer][NFC] Rename LVElfReader.cpp[h] (#85530)Carlos Alberto Enciso
2024-02-22[lldb][llvm] Return an error instead of crashing when parsing a line table pr...Greg Clayton