summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
AgeCommit message (Expand)Author
2025-10-15[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163507)Kazu Hirata
2025-07-08[NFC] Separate UnwindTable from DebugFrame into a different type (#142521)AmirHossein PashaeeHir
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-23[NFC] Remove UnwindTable dependency on CIE, and FDE (#142520)AmirHossein PashaeeHir
2025-06-17[NFC] Extract Printing portions of DWARFCFIProgram to new files (#143762)Sterling-Augustine
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine
2025-06-02[NFC] Extract DWARFCFIProgram into separate files (#139326)Sterling-Augustine
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2024-10-28[AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171)Jack Styles
2024-03-08[DWARF] Dump an updated location for DW_CFA_advance_loc* (#84274)Igor Kudrin
2024-03-08[llvm-dwarfdump] Fix parsing DW_CFA_AARCH64_negate_ra_state (#84128)Igor Kudrin
2023-01-04[DWARF] Store CFA value on DW_CFA_remember_stateAlexis Engelke
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-06[llvm] Don't include Optional.h (NFC)Kazu Hirata
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-04[MC] llvm::Optional => std::optionalFangrui Song
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-25[DWARF] Use std::optional in DWARFDebugFrame.cpp (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-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-08[DWARF] Support 'G' in dwarf parserFlorian Mayer
2022-06-08Revert "[DWARF] Support 'G' in dwarf parser"Florian Mayer
2022-06-08[DWARF] Support 'G' in dwarf parserFlorian Mayer
2022-06-03[DWARF] Show which augmentation character was unrecognized.Florian Mayer
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2021-06-14Implement DW_CFA_LLVM_* for Heterogeneous DebuggingRamNalamothu
2021-06-13DWARFDebugFrame.cpp - remove unused <string> include. NFCI.Simon Pilgrim
2021-05-08[DebugInfo] UnwindTable::create() should not add empty rows to CFI unwind tableRamNalamothu
2021-03-08[DebugInfo] Do not error on unsupported CIE versionRafael Auler
2021-01-29[NFC][DebugInfo] Fix Wreturn-type gcc warningYang Fan
2021-01-28Add the ability to extract the unwind rows from DWARF Call Frame Information.Greg Clayton
2021-01-28[DebugInfo] Remove some unused includes. NFCI.Simon Pilgrim
2020-10-23llvm-dwarfdump: Support verbose printing DW_OP_convert to print the CU local ...David Blaikie
2020-10-05Show register names in DWARF unwind info.Greg Clayton
2020-07-18[DebugInfo] Respect relocations when decoding DW_EH_PE_sdata4 & DW_EH_PE_sdat...Fangrui Song
2020-07-08[DebugInfo/DWARF] - Test invalid CFI opcodes properly and refine related `CFI...Georgii Rymar
2020-06-23[DebugInfo/DWARF] - Do not hang when CFI are truncated.Georgii Rymar
2020-06-16[DebugInfo/DWARF] - Report .eh_frame sections of version != 1.Georgii Rymar
2020-06-02[DebugInfo] Report the format of call frame information entries [6/10]Igor Kudrin
2020-05-27[DebugInfo] - Fix typo in comment. NFC.Georgii Rymar
2020-05-26[DebugInfo/llvm-objdump] - Print "ZERO terminator" for terminator entries whe...Georgii Rymar
2020-05-26[DebugInfo] - Fix multiple issues in DWARFDebugFrame::parse().Georgii Rymar
2020-05-15[DebugInfo] - DWARFDebugFrame: do not call abort() on errors.Georgii Rymar