summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
AgeCommit message (Expand)Author
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-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine
2024-08-13[DebugInfo] Add expression decoding for `DW_OP_implicit_pointer` (#102923)J. Ryan Stinnett
2022-12-15Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-12-14Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-12-14Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2021-12-16DWARFVerifier: Skip resolution failures for locations in dwo filesDavid Blaikie
2021-01-07[DWARF] DWARFDebugLoc::dumpRawEntry - remove dead stores. NFCI.Simon Pilgrim
2020-10-23llvm-dwarfdump: Support verbose printing DW_OP_convert to print the CU local ...David Blaikie
2020-05-08Reland D79501 "[DebugInfo] Fix handling DW_OP_call_ref in DWARF64 units."Fangrui Song
2020-05-08Revert "[DebugInfo] Fix handling DW_OP_call_ref in DWARF64 units."Krasimir Georgiev
2020-05-08[DebugInfo] Fix handling DW_OP_call_ref in DWARF64 units.Igor Kudrin
2020-04-14Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_lo...David Blaikie
2020-04-11Revert "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc...David Blaikie
2020-04-10llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entriesDavid Blaikie
2020-02-09[DebugInfo] Add a DWARFDataExtractor constructor that takes ArrayRef<uint8_t>Fangrui Song
2020-01-27[DWARF] Do not pass Version to DWARFExpression. NFCI.Igor Kudrin
2020-01-09[DWARFDebugLoc] Tweak error message when resolving offset pairs with no base ...Pavel Labath
2019-12-04[DWARFDebugLoclists] Add support for other DW_LLE encodingsPavel Labath
2019-12-03[DWARF] Add support for parsing/dumping section indices in location listsPavel Labath
2019-11-22[DWARFVerifier] Use the new location list apiPavel Labath
2019-11-20Recommit "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath
2019-11-20Revert "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath
2019-11-20[DWARF] Add an api to get "interpreted" location listsPavel Labath
2019-11-18Re-commit "DWARF location lists: Add section index dumping"Pavel Labath
2019-11-18Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"Simon Pilgrim
2019-11-18DWARF location lists: Add section index dumpingPavel Labath
2019-11-15DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath
2019-11-14DWARFDebugLoclists: stricter base address handlingPavel Labath
2019-11-12DWARFDebugLoclists: add location list "interpretation" logicPavel Labath
2019-11-06DWARFDebugLoclists: Move to a incremental parsing modelPavel Labath
2019-11-05DWARFDebugLoclists: Make it possible to read relocated addressesPavel Labath
2019-10-14DebugInfo: Remove unnecessary/mistaken inclusion of Bitcode/BitcodeAnalyzer.hDavid Blaikie
2019-10-12DebugInfo: Fix msan use-of-uninitialized exposed by r374600David Blaikie
2019-10-11llvm-dwarfdump: Add verbose printing for debug_loclistsDavid Blaikie
2019-10-09llvm-dwarfdump: Support multiple debug_loclists contributionsDavid Blaikie
2019-10-09DebugInfo: Shot in the dark attempt to fix ubsan error from r374122David Blaikie
2019-10-08DebugInfo: Move LLE enum handling to .def to match RLE handlingDavid Blaikie
2019-10-01DebugInfo: Add parsing support for debug_loc base address specifiersDavid Blaikie
2019-09-04DWARF: Fix a regression in location list dumpingPavel Labath
2019-08-29DWARFDebugLoc: Make parsing and error reporting more robustPavel Labath