aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-10[AIX] Enable tests relating to 64-bit XCOFF object files (#71814)Jake Egan2-197/+28
2023-11-06Modify llvm-gsymutil to ignore invalid file indexes (#71431)Greg Clayton1-0/+356
2023-11-06Remove extra "git" word that made it into the GSYMTest.cpp file.Greg Clayton1-1/+1
2023-11-06Fix line table lookups in line tables with multiple lines with the sa… (#70...Greg Clayton1-0/+169
2023-11-01[llvm] Stop including llvm/Support/Endian.h (NFC)Kazu Hirata1-1/+0
2023-10-22[llvm] Stop including llvm/ADT/SmallString.h (NFC)Kazu Hirata2-2/+0
2023-10-18[DebugInfo] Separate error generation from reporting in DWARFHeaderUnit::extr...Alex Langford1-1/+5
2023-10-16llvm-gsymutil now handles empty linkage names correctly. (#68931)Greg Clayton1-0/+152
2023-10-13Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata3-6/+8
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-1/+1
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata3-81/+67
2023-10-10Use llvm::endianness (NFC)Kazu Hirata1-8/+7
2023-10-09Use llvm::endianness{,::little,::native} (NFC)Kazu Hirata1-17/+17
2023-10-05[Support] Deprecate system_endianness (#68279)Kazu Hirata1-19/+19
2023-10-03[llvm] Remove unused using decls (NFC)Kazu Hirata3-3/+0
2023-09-26[DebugInfo] Change return type of DWARFDebugAbbrev::parse (#67191)Alex Langford1-0/+25
2023-09-21[BPF][DebugInfo] Show CO-RE relocations in llvm-objdumpEduard Zingerman1-13/+742
2023-08-17Fix spurious errors that would be emitted when DW_TAG_subprogram DIEs had mut...Greg Clayton1-0/+476
2023-08-09Improve llvm-gsymutil performance in quiet mode.Greg Clayton1-22/+22
2023-08-01Increase performance of llvm-gsymutil by up to 200%.Greg Clayton1-1/+596
2023-07-26Fixed an issue where llvm-gsymutil would crash when parsing bad inline ranges.Greg Clayton1-0/+299
2023-07-13[BTF] Fix BTFParserTest.cpp for unaligned access after D149058Eduard Zingerman1-2/+2
2023-07-12[BTF] Fix BTFParserTest.cpp for big-endian after D149058Fangrui Song1-5/+10
2023-07-12[BPF][DebugInfo] Use .BPF.ext for line info when DWARF is not availableEduard Zingerman3-0/+367
2023-07-12[DWARF] Allow op-index in line number programsDavid Stenberg1-28/+192
2023-07-12[DWARF] Add printout for op-indexDavid Stenberg1-5/+7
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich5-0/+5
2023-06-19[DebugInfo] Add DW_OP_LLVM_user extension pointScott Linder1-0/+9
2023-06-08[DebugInfo] Add error-handling to DWARFAbbreviationDeclarationSetAlex Langford1-19/+152
2023-06-06Re-apply "Revert "[DebugInfo] Add error checking around data extraction in DW...Alex Langford1-0/+175
2023-06-06Revert "[DebugInfo] Add error checking around data extraction in DWARFAbbrevi...Alex Langford1-175/+0
2023-06-06[DebugInfo] Add error checking around data extraction in DWARFAbbreviationDec...Alex Langford1-0/+175
2023-05-24[DebugInfo] Follow-up to D151001Alex Langford1-12/+13
2023-05-22[DebugInfo][NFCI] Add unittest for DWARFAbbreviationDeclarationSetAlex Langford2-0/+106
2023-05-03Split out `CodeGenTypes` from `CodeGen` for LLT/MVTNAKAMURA Takumi1-1/+1
2023-05-03Restore CodeGen/LowLevelType from `Support`NAKAMURA Takumi1-0/+1
2023-04-19[DebugInfo] printCompactDWARFExpr: don't assert on stack sizeScott Linder1-0/+8
2023-04-14[AIX] enable the cases that are excluded by XCOFF 64 integrated-as supportChen Zheng1-22/+5
2023-03-13[ADT][NFCI] Do not use non-const lvalue-refs with enumerate in llvm/Jakub Kuderski1-5/+5
2023-03-09[DebugInfo][DWARF] Add doesFormBelongToClass function.Alexey Lapshin1-0/+4
2023-03-06Add the ability to segment GSYM files.Greg Clayton1-0/+208