summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/Inputs
AgeCommit message (Expand)Author
2025-10-27[test][DebugInfo] Remove unsafe-fp-math uses (NFC) (#164966)paperchalice
2024-08-29[ExtendLifetimes] Implement llvm.fake.use to extend variable lifetimes (#86149)Stephen Tozer
2023-12-05[llvm][NFC] A start at cleaning up zero byte files that should have been remo...Brad Smith
2023-12-05Revert "[lldb] A start at cleaning up zero byte files that should have been r...Brad Smith
2023-12-04[lldb] A start at cleaning up zero byte files that should have been removedBrad Smith
2023-06-14[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platformsJonas Devlieghere
2023-06-14Revert "[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platforms"Jonas Devlieghere
2023-06-14[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platformsJonas Devlieghere
2023-04-04[DebugInfo][flang] Fix linking modules with similar DIStringTypeVladimir Radosavljevic
2023-03-27[DWARF][GDB INDEX] Fix to deal with constant pool de-dupliation Summary:Alexander Yermolovich
2023-02-10[llvm][DebugInfo] Add DW_TAG_imported_declaration to accelerator tablesMichael Buch
2022-10-12[test][DebugInfo] Convert some test cases to opaque pointers. NFCBjorn Pettersson
2022-07-14[test] Remove zlib-gnu testsFangrui Song
2021-10-31[DWARF] Standardize checks and remove verbose where possible in DWARF testsJake Egan
2021-09-09[DebugInfo] Emit DW_AT_inline under -g1/-gmltZequan Wu
2021-06-23Move dwarfdump-invalid.test into the tools/llvm-dwarfdump directory.Adrian Prantl
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille
2020-06-22[DebugInfo] Explicitly permit addr_size = 0x02 when parsing DWARF dataAnatoly Trosinenko
2020-05-19[DebugInfo] Remove an outdated test.Igor Kudrin
2020-02-10Remove lit feature object-emissionTed Woodward
2020-02-10[DebugInfo][test] Replace pre-canned binary testJames Henderson
2020-01-31DebugInfo: Split DWARF: Hash non-member function child DIEsDavid Blaikie
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song
2019-12-04[llvm-symbolizer] Support debug file lookup using build IDPetr Hosek
2019-12-03[DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar
2019-07-12[DebugInfo] Add column info for inline sitesJonas Devlieghere
2019-05-01[llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song
2019-02-06[DebugInfo][llvm-symbolizer]Add some tests for edge cases when symbolizingJames Henderson
2019-01-31[llvm-symbolizer][test] Extract tests from llvm-symbolizer.test and simplify ...James Henderson
2019-01-31[llvm-symbolizer][test] Extract tests from llvm-symbolizer.test and simplify ...James Henderson
2019-01-24llvm-symbolizer: Extract individual test cases now that it's easier to use di...David Blaikie
2019-01-15Remove irrelevant references to legacy git repositories fromJames Y Knight
2018-12-21Reapply: DebugInfo: Assume an absence of ranges or high_pc on a CU means the ...David Blaikie
2018-12-17Revert "DebugInfo: Assume an absence of ranges or high_pc on a CU means the C...Eric Liu
2018-12-17DebugInfo: Assume an absence of ranges or high_pc on a CU means the CU is emp...David Blaikie
2018-10-19[DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. ...Wolfgang Pieb
2018-09-17Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...Alexander Kornienko
2018-09-14[DWARF] reposting r342048, which was reverted in r342056 due to buildbot Wolfgang Pieb
2018-09-12Reverting r342048, which caused UBSan failures in dsymutil.Wolfgang Pieb
2018-09-12[DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5...Wolfgang Pieb
2018-09-11llvm-symbolizer: Fix bug related to TUs interfering with symbolizingDavid Blaikie
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-05-01llvm-symbolizer: Handle function definitions nested within other functionsDavid Blaikie
2018-04-09[Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea
2018-02-09DebugInfo/llvm-symbolizer: Test symbolizing Split DWARF without addresses in ...David Blaikie
2018-01-05[DebugInfo] Don't crash when given invalid DWARFv5 line table prologue.Jonas Devlieghere
2017-12-11[dwarfdump] Fix off-by-one bug in accelerator table extractor.Jonas Devlieghere
2017-12-09[NFC] Change the string offsets table tests to generate the object on the flyWolfgang Pieb
2017-11-22[DwarfDump] -debug-line=offset applies to .dwo too.Paul Robinson