summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/LogicalView/Readers/LVBinaryReader.cpp
AgeCommit message (Expand)Author
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-08-12[AMDGPU] Fixed llvm-debuginfo-analyzer for AMDGPU. (#145125)Adam Yang
2025-06-04[llvm-debuginfo-analyzer][NFC] Move some functionality to LVReader. (#142740)Carlos Alberto Enciso
2025-06-02[DebugInfo] Avoid creating a temporary instance of std::string (NFC) (#142523)Kazu Hirata
2025-05-21[llvm-debuginfo-analyzer] Fix a couple of unhandled DWARF situations leading ...Javier Lopez-Gomez
2025-05-17[llvm] Use llvm::find_if (NFC) (#140412)Kazu Hirata
2025-02-22[DebugInfo] Avoid repeated hash lookups (NFC) (#128301)Kazu Hirata
2025-02-17[DebugInfo] Avoid repeated hash lookups (NFC) (#127446)Kazu Hirata
2024-10-21[DebugInfo] Use heterogenous lookups with std::map (NFC) (#113118)Kazu Hirata
2024-05-07[Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef...Kazu Hirata
2024-03-14[llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (#82588)Carlos Alberto Enciso
2023-05-24LLVM_FALLTHROUGH => [[fallthrough]]. NFCCraig Topper
2023-02-27[llvm-debuginfo-analyzer] (09/09) - CodeView ReaderCarlos Alberto Enciso
2023-02-16[llvm-debuginfo-analyzer] (08a/09) - Memory ManagementCarlos Alberto Enciso
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-02[llvm-debuginfo-analyzer] Fix memory leak reported by sanitizers.Carlos Alberto Enciso
2022-10-27[llvm-debuginfo-analyzer] (08/09) - ELF ReaderCarlos Alberto Enciso