summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.cpp
AgeCommit message (Expand)Author
2025-06-06[llvm-debuginfo-analyzer] Add support for parsing DWARF / CodeView SourceLang...Javier Lopez-Gomez
2025-05-22[llvm-debuginfo-analyzer] Add support for DWARF `DW_AT_byte_size` (#139110)Javier Lopez-Gomez
2025-02-26[DebugInfo] Avoid repeated map lookups (NFC) (#128826)Kazu Hirata
2025-02-21[DebugInfo] Avoid repeated hash lookups (NFC) (#128127)Kazu Hirata
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2024-10-11[DebugInfo] Avoid repeated map lookups (NFC) (#111936)Kazu Hirata
2024-05-07[Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef...Kazu Hirata
2023-10-12[llvm] Use llvm::erase_if (NFC)Kazu Hirata
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-09-27[llvm] Implement S_INLINEES debug symbol (#67490)Daniel Paoliello
2023-08-31Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello
2023-08-25Revert "Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables"Arthur Eubanks
2023-08-25Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello
2023-06-19[DebugInfo] Support more than 2 operands in DWARF operationsScott Linder
2023-06-06reland: [Demangle] make llvm::demangle take std::string_view rather than cons...Nick Desaulniers
2023-05-02Revert "[Demangle] make llvm::demangle take std::string_view rather than cons...Nick Desaulniers
2023-05-02[Demangle] make llvm::demangle take std::string_view rather than const std::s...Nick Desaulniers
2023-02-27[llvm-debuginfo-analyzer] (09/09) - CodeView ReaderCarlos Alberto Enciso