aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Split DWARFFormValue::getReference into four functions (#98905)Pavel Labath1-49/+138
2023-12-07[libDebugInfo] Prevent infinite recursion in DWARFDie::getTypeSize() (#74681)Adrian Prantl1-0/+36
2023-11-10[AIX] Enable tests relating to 64-bit XCOFF object files (#71814)Jake Egan1-57/+13
2023-10-22[llvm] Stop including llvm/ADT/SmallString.h (NFC)Kazu Hirata1-1/+0
2023-10-18[DebugInfo] Separate error generation from reporting in DWARFHeaderUnit::extr...Alex Langford1-1/+5
2023-10-03[llvm] Remove unused using decls (NFC)Kazu Hirata1-1/+0
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-04-14[AIX] enable the cases that are excluded by XCOFF 64 integrated-as supportChen Zheng1-22/+5
2023-02-10[DebugInfo] Handle missed DW_FORM_addrx3 and DW_FORM_strx3 casesBenjamin Maxwell1-2/+7
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-02-06[DebugInfo] Handle fixed-width DW_FORM_addrx variants in DWARFFormValue::getA...Benjamin Maxwell1-1/+40
2022-12-17std::optional::value => operator*/operator->Fangrui Song1-8/+8
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song1-13/+13
2022-09-20Change isLittleEndian to follow llvm style and add an accessorShubham Sandeep Rastogi1-0/+1
2022-07-14[test] Remove zlib-gnu testsFangrui Song1-34/+0
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata1-8/+8
2022-07-12[llvm] Use has_value instead of hasValue (NFC)Kazu Hirata1-51/+51
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-59/+59
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-59/+59
2022-06-25[llvm] Don't use Optional::{hasValue,getValue} (NFC)Kazu Hirata1-4/+3
2022-06-19Use value_or instead of getValueOr (NFC)Kazu Hirata1-3/+3
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song1-2/+2
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille1-0/+1
2022-01-09[AIX] Disable tests that fail because of no 64-bit XCOFF object file supportJake Egan1-0/+28
2021-12-22[unittest][DebugInfo/DWARF] Do not report skipped tests as passedIgor Kudrin1-13/+13
2021-12-22[unittest][DebugInfo/DWARF] Do not create dwarfgen::Generator if MCAsmBackend...Igor Kudrin1-12/+12
2021-12-14DebugInfo: Migrate callers from getAsCString to dwarf::toStringDavid Blaikie1-1/+1
2021-10-18[AIX] Disable tests failing due to lack of 64-bit XCOFF object file supportJake Egan1-0/+48
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-10-08[AIX] Disable tests failing due to missing DWARF sectionsJake Egan1-0/+12
2021-09-01[DWARF] Find offset of attribute.Alexander Yermolovich1-0/+8
2021-08-13Migrate DWARFVerifier tests to lit-based yaml instead of gtest with embedded ...David Blaikie1-1050/+1
2021-08-02[DWARF] Don't process .debug_info relocations for DWO ContextAlexander Yermolovich1-2/+3
2021-03-18[Test][DebugInfo] Check for backend object emission support.Nigel Perks1-12/+12
2020-08-31[Test] Simplify DWARF test cases. NFC.Xing GUO1-58/+20
2020-08-29[DWARFYAML] Make the debug_abbrev_offset field optional.Xing GUO1-21/+0
2020-08-26[DWARFYAML] Make the unit_length and header_length fields optional.Xing GUO1-15/+5
2020-08-25[DWARFYAML] Make the 'Attributes' field optional.Xing GUO1-1/+0
2020-08-21Recommit: [DWARFYAML] Add support for referencing different abbrev tables.Xing GUO1-0/+1
2020-08-21Revert "[DWARFYAML] Add support for referencing different abbrev tables."Xing GUO1-1/+0
2020-08-21[DWARFYAML] Add support for referencing different abbrev tables.Xing GUO1-0/+1
2020-08-21[DWARFYAML] Add support for emitting multiple abbrev tables.Xing GUO1-258/+278
2020-07-23[DWARFYAML] Refactor emitDebugInfo() to make the length be inferred.Xing GUO1-1/+1
2020-07-22[DWARFYAML] Make the length field of compilation units optional. NFC.Xing GUO1-2/+1
2020-06-30[DWARFYAML][debug_info] Replace 'InitialLength' with 'Format' and 'Length'.Xing GUO1-42/+21
2020-06-13Recommit "[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `...Xing GUO1-10/+5
2020-06-08[DWARFYAML] Rename function names to match the coding style. NFC.Xing GUO1-20/+20
2020-04-28[llvm/DebugInfo] Fix invalid verifier error for DWARF5Jonas Devlieghere1-0/+38
2020-04-27[llvm/DebugInfo] Print DW_AT_ranges offset as part of verifier error.Jonas Devlieghere1-2/+3