aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/LogicalView
AgeCommit message (Expand)AuthorFilesLines
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle1-1/+1
2025-09-25[llvm-debuginfo-analyzer] Remove `LVScope::Children` container (#144750)Javier Lopez-Gomez1-41/+35
2025-09-19[llvm-debuginfo-analyzer] Add `--output-sort=(none|id)` option (#145761)Javier Lopez-Gomez1-3/+9
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-07-18[DebugInfo] Use llvm::remove_if (NFC) (#149543)Kazu Hirata1-1/+1
2025-06-28[DebugInfo] Remove an unnecessary cast (NFC) (#146217)Kazu Hirata1-1/+1
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine2-4/+5
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-16[llvm-debuginfo-analyzer] Fix ODR violation in llvm::logicalview::LVObject (#...Javier Lopez-Gomez2-7/+1
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-Gomez6-5/+59
2025-06-04[llvm-debuginfo-analyzer][NFC] Move some functionality to LVReader. (#142740)Carlos Alberto Enciso3-241/+247
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-Gomez5-5/+22
2025-05-21[llvm-debuginfo-analyzer] Support DW_TAG_module (#137228)Javier Lopez-Gomez2-0/+19
2025-05-21[llvm-debuginfo-analyzer] Fix a couple of unhandled DWARF situations leading ...Javier Lopez-Gomez2-1/+13
2025-05-17[llvm] Use llvm::find_if (NFC) (#140412)Kazu Hirata1-5/+4
2025-05-15[llvm] Use llvm::stable_sort (NFC) (#140067)Kazu Hirata3-8/+6
2025-05-14[DebugInfo] Simplify a string comparison (NFC) (#139918)Kazu Hirata1-1/+1
2025-04-27[llvm] Use llvm::transform (NFC) (#137532)Kazu Hirata1-2/+2
2025-04-26[llvm] Use llvm::replace (NFC) (#137481)Kazu Hirata1-1/+1
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata1-1/+1
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata3-6/+3
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-12-17Fix crash due to un-checked error in LVReaderHandler::handleArchive method (#...aurelien351-0/+3
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 Hirata8-17/+0
2024-11-11[llvm-debuginfo-analyzer] Incorrect DW_AT_call_line/DW_AT_call_file. (#115701)Carlos Alberto Enciso1-4/+4
2024-11-11[llvm-debuginfo-analyzer] Fix crash with thread local storage. (#113904)Carlos Alberto Enciso1-2/+2
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-10-01[DebugInfo] Avoid repeated hash lookups (NFC) (#110620)Kazu Hirata1-2/+3
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 Hirata3-9/+8
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-14[llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (#82588)Carlos Alberto Enciso3-5/+48