aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/LogicalView/Readers
AgeCommit message (Expand)AuthorFilesLines
2025-12-12Fixes non-functional changes found static analyzer (#171197)Seraphimt1-4/+3
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault1-7/+8
2025-08-27[llvm-debuginfo-analyzer] Fixed some DWARF related bugs (#153318)Adam Yang1-3/+7
2025-08-12[AMDGPU] Fixed llvm-debuginfo-analyzer for AMDGPU. (#145125)Adam Yang3-10/+18
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine1-3/+3
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine1-3/+3
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine1-3/+3
2025-06-26[llvm-debuginfo-analyzer] Fix crash with WebAssembly dead code (#141616)Carlos Alberto Enciso1-4/+11
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine1-2/+2
2025-06-06[llvm-debuginfo-analyzer] Add support for parsing DWARF / CodeView SourceLang...Javier Lopez-Gomez2-0/+11
2025-06-04[llvm-debuginfo-analyzer][NFC] Move some functionality to LVReader. (#142740)Carlos Alberto Enciso2-241/+0
2025-06-02[DebugInfo] Avoid creating a temporary instance of std::string (NFC) (#142523)Kazu Hirata1-1/+1
2025-05-22[llvm-debuginfo-analyzer] Add support for DWARF `DW_AT_byte_size` (#139110)Javier Lopez-Gomez2-0/+6
2025-05-21[llvm-debuginfo-analyzer] Support DW_TAG_module (#137228)Javier Lopez-Gomez1-0/+3
2025-05-21[llvm-debuginfo-analyzer] Fix a couple of unhandled DWARF situations leading ...Javier Lopez-Gomez1-0/+9
2025-05-17[llvm] Use llvm::find_if (NFC) (#140412)Kazu Hirata1-5/+4
2025-05-14[DebugInfo] Simplify a string comparison (NFC) (#139918)Kazu Hirata1-1/+1
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata1-2/+1
2025-02-26[DebugInfo] Avoid repeated map lookups (NFC) (#128826)Kazu Hirata1-4/+3
2025-02-25[DebugInfo] Avoid repeated hash lookups (NFC) (#128632)Kazu Hirata1-2/+1
2025-02-24[DebugInfo] Avoid repeated hash lookups (NFC) (#128459)Kazu Hirata1-6/+2
2025-02-23[DebugInfo] Avoid repeated hash lookups (NFC) (#128395)Kazu Hirata1-2/+3
2025-02-22[DebugInfo] Avoid repeated hash lookups (NFC) (#128301)Kazu Hirata1-15/+11
2025-02-21[DebugInfo] Avoid repeated hash lookups (NFC) (#128127)Kazu Hirata1-14/+8
2025-02-17[DebugInfo] Avoid repeated hash lookups (NFC) (#127446)Kazu Hirata1-4/+8
2024-11-28[llvm-debuginfo-analyzer] Add support for DW_AT_GNU_template_name. (#115724)Carlos Alberto Enciso1-0/+3
2024-11-28[llvm-debuginfo-analyzer] Common handling of unsigned attribute values. (#116...Carlos Alberto Enciso1-11/+15
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata3-11/+0
2024-11-11[llvm-debuginfo-analyzer] Incorrect DW_AT_call_line/DW_AT_call_file. (#115701)Carlos Alberto Enciso1-4/+4
2024-10-21[DebugInfo] Use heterogenous lookups with std::map (NFC) (#113118)Kazu Hirata1-4/+4
2024-10-17[DebugInfo] Simplify code with std::unordered_map::operator[] (NFC) (#112658)Kazu Hirata1-2/+1
2024-10-11[DebugInfo] Avoid repeated map lookups (NFC) (#111936)Kazu Hirata1-12/+11
2024-09-08[MC] Make MCRegisterInfo::getLLVMRegNum return std::optional<MCRegister>. NFC...Craig Topper1-1/+1
2024-07-16Split DWARFFormValue::getReference into four functions (#98905)Pavel Labath1-4/+11
2024-05-07[Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef...Kazu Hirata2-8/+7
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 Enciso1-33/+34
2024-03-14[llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (#82588)Carlos Alberto Enciso2-4/+47
2024-01-19[llvm] Use StringRef::contains (NFC)Kazu Hirata1-3/+1
2023-11-06[DebugInfo] Use StringRef::starts_with/ends_with instead of startswith/endswi...Simon Pilgrim1-1/+1
2023-10-12[llvm] Use llvm::erase_if (NFC)Kazu Hirata1-7/+4
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-6/+7
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata2-4/+4
2023-09-27[llvm] Implement S_INLINEES debug symbol (#67490)Daniel Paoliello1-0/+25
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song1-1/+1
2023-08-31Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello1-0/+17
2023-08-25Revert "Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables"Arthur Eubanks1-17/+0
2023-08-25Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello1-0/+17
2023-06-19[DebugInfo] Support more than 2 operands in DWARF operationsScott Linder3-22/+12
2023-06-06reland: [Demangle] make llvm::demangle take std::string_view rather than cons...Nick Desaulniers1-1/+1