summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/LogicalView
AgeCommit message (Expand)Author
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle
2025-09-25[llvm-debuginfo-analyzer] Remove `LVScope::Children` container (#144750)Javier Lopez-Gomez
2025-09-19[llvm-debuginfo-analyzer] Add `--output-sort=(none|id)` option (#145761)Javier Lopez-Gomez
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-08-27[llvm-debuginfo-analyzer] Fixed some DWARF related bugs (#153318)Adam Yang
2025-08-12[AMDGPU] Fixed llvm-debuginfo-analyzer for AMDGPU. (#145125)Adam Yang
2025-07-18[DebugInfo] Use llvm::remove_if (NFC) (#149543)Kazu Hirata
2025-06-28[DebugInfo] Remove an unnecessary cast (NFC) (#146217)Kazu Hirata
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine
2025-06-26[llvm-debuginfo-analyzer] Fix crash with WebAssembly dead code (#141616)Carlos Alberto Enciso
2025-06-16[llvm-debuginfo-analyzer] Fix ODR violation in llvm::logicalview::LVObject (#...Javier Lopez-Gomez
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine
2025-06-06[llvm-debuginfo-analyzer] Add support for parsing DWARF / CodeView SourceLang...Javier Lopez-Gomez
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-22[llvm-debuginfo-analyzer] Add support for DWARF `DW_AT_byte_size` (#139110)Javier Lopez-Gomez
2025-05-21[llvm-debuginfo-analyzer] Support DW_TAG_module (#137228)Javier Lopez-Gomez
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-05-15[llvm] Use llvm::stable_sort (NFC) (#140067)Kazu Hirata
2025-05-14[DebugInfo] Simplify a string comparison (NFC) (#139918)Kazu Hirata
2025-04-27[llvm] Use llvm::transform (NFC) (#137532)Kazu Hirata
2025-04-26[llvm] Use llvm::replace (NFC) (#137481)Kazu Hirata
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata
2025-02-26[DebugInfo] Avoid repeated map lookups (NFC) (#128826)Kazu Hirata
2025-02-25[DebugInfo] Avoid repeated hash lookups (NFC) (#128632)Kazu Hirata
2025-02-24[DebugInfo] Avoid repeated hash lookups (NFC) (#128459)Kazu Hirata
2025-02-23[DebugInfo] Avoid repeated hash lookups (NFC) (#128395)Kazu Hirata
2025-02-22[DebugInfo] Avoid repeated hash lookups (NFC) (#128301)Kazu Hirata
2025-02-21[DebugInfo] Avoid repeated hash lookups (NFC) (#128127)Kazu Hirata
2025-02-17[DebugInfo] Avoid repeated hash lookups (NFC) (#127446)Kazu Hirata
2024-12-17Fix crash due to un-checked error in LVReaderHandler::handleArchive method (#...aurelien35
2024-11-28[llvm-debuginfo-analyzer] Add support for DW_AT_GNU_template_name. (#115724)Carlos Alberto Enciso
2024-11-28[llvm-debuginfo-analyzer] Common handling of unsigned attribute values. (#116...Carlos Alberto Enciso
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2024-11-11[llvm-debuginfo-analyzer] Incorrect DW_AT_call_line/DW_AT_call_file. (#115701)Carlos Alberto Enciso
2024-11-11[llvm-debuginfo-analyzer] Fix crash with thread local storage. (#113904)Carlos Alberto Enciso
2024-10-21[DebugInfo] Use heterogenous lookups with std::map (NFC) (#113118)Kazu Hirata
2024-10-17[DebugInfo] Simplify code with std::unordered_map::operator[] (NFC) (#112658)Kazu Hirata
2024-10-11[DebugInfo] Avoid repeated map lookups (NFC) (#111936)Kazu Hirata
2024-10-01[DebugInfo] Avoid repeated hash lookups (NFC) (#110620)Kazu Hirata
2024-09-08[MC] Make MCRegisterInfo::getLLVMRegNum return std::optional<MCRegister>. NFC...Craig Topper
2024-07-16Split DWARFFormValue::getReference into four functions (#98905)Pavel Labath
2024-05-07[Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef...Kazu Hirata
2024-03-27[llvm-debuginfo-analyzer][DOC] Convert 'README.txt' to markdown. (#86394)Carlos Alberto Enciso
2024-03-18[llvm-debuginfo-analyzer][NFC] Rename LVElfReader.cpp[h] (#85530)Carlos Alberto Enciso
2024-03-14[llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (#82588)Carlos Alberto Enciso