aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2024-06-14[llvm] Use llvm::unique (NFC) (#95628)Kazu Hirata1-7/+8
2024-06-07[llvm-dwarfdump] Add a null-check in `prettyPrintBaseTypeRef`. (#93156)mgschossmann1-2/+5
2024-05-07[Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef...Kazu Hirata4-10/+9
2024-04-29Clean up the GSym error aggregation code, and pass the aggregator by referenc...Kevin Frei1-1/+1
2024-04-23[DebugInfo] Report errors when DWARFUnitHeader::applyIndexEntry fails (#89156)Alex Langford1-9/+32
2024-04-18[DWARF] Add support for DW_TAG_template_alias for template aliases (#88943)Orlando Cazalet-Hyams1-0/+1
2024-04-15[DWARF] Clarify a variable name. NFC (#88814)Fangrui Song1-3/+3
2024-04-09[DWARF] Refactor findDebugNamesOffsetsFangrui Song1-26/+17
2024-03-27[llvm-debuginfo-analyzer][DOC] Convert 'README.txt' to markdown. (#86394)Carlos Alberto Enciso1-2/+2
2024-03-18[llvm-debuginfo-analyzer][NFC] Rename LVElfReader.cpp[h] (#85530)Carlos Alberto Enciso3-36/+38
2024-03-15[llvm-profgen] Support COFF binary (#83972)Haohai Wen1-3/+10
2024-03-14[llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (#82588)Carlos Alberto Enciso3-5/+48
2024-03-10Add llvm::min/max_element and use it in llvm/ and mlir/ directories. (#84678)Justin Lebar1-2/+1
2024-03-08[DWARF] Dump an updated location for DW_CFA_advance_loc* (#84274)Igor Kudrin1-6/+13
2024-03-08[llvm-dwarfdump] Fix parsing DW_CFA_AARCH64_negate_ra_state (#84128)Igor Kudrin1-0/+2
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-03-04Fix a use-after-move bug in DWARFVerifier constructor (#83621)ykhatav1-1/+2
2024-03-02Fix BUILD_SHARED_LIBS=ON build for platforms which require explicit link of -...Mehdi Amini1-0/+3
2024-02-28llvm-dwarfdump --verify aggregated output to JSON file (#81762)Kevin Frei1-1/+28
2024-02-22[lldb][llvm] Return an error instead of crashing when parsing a line table pr...Greg Clayton1-3/+19
2024-02-22[LLVM][DebugInfo] Refactor some code for easier sharing. (#82153)cmtice1-27/+46
2024-02-19[ptrauth] Teach LLVM & LLDB about LLVM_ptrauth_authentication_mode (#82272)Jonas Devlieghere1-0/+15
2024-02-12Gsymutil aggregation similar to DwarfDump --verify (#81154)Kevin Frei3-157/+185
2024-02-12[DWARFVerifier] Fix debug_str_offsets DWARF version detection (#81303)Felipe de Azevedo Piovezan1-20/+25
2024-02-12[DebugInfo] Update CodeView enums (#71038)nikitalita3-11/+20
2024-02-08[DWARFVerifier] Fix verification of empty line tables (#81162)Felipe de Azevedo Piovezan1-7/+6
2024-02-05New calling convention preserve_none (#76868)weiguozhi1-0/+3
2024-02-02[LLVM][DWARF] Chnage order for .debug_names abbrev print out (#80229)Alexander Yermolovich1-6/+12
2024-02-01Aggregate errors from llvm-dwarfdump --verify (#79648)Kevin Frei2-272/+499
2024-02-01[llvm-gsymutil] Print one-time DWO file missing warning under --quiet flag (#...Wanyi1-7/+17
2024-01-30[DebugNames] Compare TableEntry names more efficiently (#79759)Felipe de Azevedo Piovezan1-2/+2
2024-01-30[DebugNames] Use hashes to quickly filter false positives (#79755)Felipe de Azevedo Piovezan1-2/+5
2024-01-29[llvm-gsymutil] Fix assert failure on FileEntry.Dir empty (#79926)kusmour1-1/+4
2024-01-24[DebugNames] Implement Entry::GetParentEntry query (#78760)Felipe de Azevedo Piovezan1-2/+41
2024-01-24[DebugInfo] Use std::size (NFC)Kazu Hirata1-2/+1
2024-01-22[DebugInfo] Use DenseMap::lookup (NFC)Kazu Hirata1-5/+1
2024-01-19[llvm] Use SmallString::operator std::string (NFC)Kazu Hirata2-2/+2
2024-01-19[AsmPrinter][DebugNames] Implement DW_IDX_parent entries (#77457)Felipe de Azevedo Piovezan1-1/+15
2024-01-19[llvm] Use StringRef::contains (NFC)Kazu Hirata1-3/+1
2024-01-17[DebugInfo] Use StringRef::consume_front (NFC)Kazu Hirata2-4/+3
2024-01-12Allow the dumping of .dwo files contents to show up when dumping an executabl...Greg Clayton2-6/+43
2024-01-11[llvm] Use SmallString::operator std::string() (NFC)Kazu Hirata1-3/+3
2024-01-11[llvm] Use StringRef::consume_front_insensitive (NFC)Kazu Hirata1-6/+3
2024-01-05[NFC] Address review feedback from PR #77004 (#77134)Shubham Sandeep Rastogi1-2/+2
2024-01-05Fix file index verifier when there is no file name in the prologue. (#77004)Shubham Sandeep Rastogi1-2/+7
2023-12-15[symbolizer] Support symbol+offset lookup (#75067)Serge Pavlov2-11/+17
2023-12-14[DebugInfo] Pass string ownership to MarkupFilter (#75403)Vitaly Buka1-4/+6
2023-12-08[DebugInfo] Use llvm::to_underlying (NFC)Kazu Hirata1-3/+2
2023-12-07[libDebugInfo] Prevent infinite recursion in DWARFDie::getTypeSize() (#74681)Adrian Prantl1-11/+23
2023-11-30Allow for mixing source/no-source DIFiles in one CUAdrian Prantl1-3/+8