summaryrefslogtreecommitdiff
path: root/clang/test/DebugInfo
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-19[clang][DebugInfo] Mark _BitInt's as reconstitutable when emitting -gsimple-t...Michael Buch
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-11-10[clang][DebugInfo] Attach `DISubprogram` to additional call variants (#166202)J. Ryan Stinnett
2025-11-03[clang] Make "__GCC_HAVE_DWARF2_CFI_ASM" a proper predefined macro (#165731)Cyndy Ishida
2025-10-30[clang] Use File Location for debug info resolution. (#163982)SKill
2025-10-30[DebugInfo] Add bit size to _BitInt name in debug info (#165583)Orlando Cazalet-Hyams
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams
2025-10-27[clang][DebugInfo][test] Make Objective-C property5.m test check LLVM IRMichael Buch
2025-10-27[clang][DebugInfo][test] Convert Objective-C property2.m test to check LLVM I...Michael Buch
2025-10-27[clang][DebugInfo][test] Remove redundant Objective-C property test (#165298)Michael Buch
2025-10-27[clang][DebugInfo] Make property-auto-synth.m check LLVM IRMichael Buch
2025-10-27[clang][DebugInfo][test] Rename Objective-C testMichael Buch
2025-10-27[clang][DebugInfo] Disable objective-CXX tests on AIX and z/OS (#164765)Mark Danial
2025-10-27[clang][DebugInfo][test] Convert Objective-C property test to check LLVM IR (...Michael Buch
2025-10-27[clang][DebugInfo] Don't mark explicit parameter of synthesized ObjC property...Michael Buch
2025-10-21[clang][CodeGen] Emit `llvm.tbaa.errno` metadata during module creationAntonio Frighetto
2025-10-16[clang][DebugInfo] Emit DW_AT_language_{name, version} for DWARFv6 (#163208)Michael Buch
2025-10-10[clang] Remove -g[no-]-* bool flags from g_Group (#162750)Reid Kleckner
2025-10-09[clang][DWARF] Add DW_AT_bit_stride for SVE predicate types (#161409)Mary Kassayova
2025-10-06[clang] Move `-fprofile-instrument-use-path=` check to driver (#159667)Jan Svoboda
2025-09-26[clang][CodeGen] Fix sub-optimal clang CodeGen for __atomic_test_and_set (#16...Sirui Mu
2025-09-26[clang][DebugInfo][test] Add tests for lambda capture packs (#160705)Michael Buch
2025-09-23[clang][DebugInfo][test] Adjust structured-binding.cpp expected IR names (#16...Michael Buch
2025-09-23[clang][DebugInfo] Re-enable VTable debug info on COFF platforms (#158450)Tomohiro Kashiwada
2025-09-20[clang][Expr] Teach IgnoreUnlessSpelledInSource about implicit calls to std::...Michael Buch
2025-09-14[Clang][Cygwin] Cygwin x86_64 should accept __stdcall (#158385)Tomohiro Kashiwada
2025-09-14[Clang](NFC) Add coverage for VTable debug info (#151818)Tomohiro Kashiwada
2025-09-12[clang] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto
2025-09-09[clang][DebugInfo] Emit unified (Itanium) mangled name to structor declaratio...Michael Buch
2025-09-02Generalize test over 32 and 64bit targetsDavid Blaikie
2025-09-02[DebugInfo] When referencing structured bindings use the reference's location...David Blaikie
2025-08-27[UBSan][BoundsSafety] Implement support for more expressive "trap reasons" (#...Dan Liew
2025-08-27[KeyInstr] Enable -gkey-instructions by default if optimisations are enabled ...Orlando Cazalet-Hyams
2025-08-26[clang][DebugInfo][test] Move debug-info tests from CodeGenObjCXX to DebugInf...Michael Buch
2025-08-22[clang][DebugInfo] Disable objective-C tests on AIX and z/OS (#154951)David Tenty
2025-08-21[clang][DebugInfo][test] Move debug-info tests from CodeGenObjC to DebugInfo ...Michael Buch
2025-08-21Fix scope of typedefs present inside a template class (#146729)ykhatav
2025-08-21[clang][DebugInfo][test] Move debug-info tests from CodeGenCXX to DebugInfo d...Michael Buch
2025-08-19[clang][test][DebugInfo] Move debug-info tests from CodeGen to DebugInfo dire...Michael Buch
2025-08-08[KeyInstr] Remove LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS CMake flag (#152735)Orlando Cazalet-Hyams
2025-07-22[KeyInstr] Inline asm atoms (#149076)Orlando Cazalet-Hyams
2025-07-21[KeyInstr] goto stmt atoms (#149101)Orlando Cazalet-Hyams
2025-07-15[KeyInstr][Clang][NFC] Add test for array cookie store (#146517)Orlando Cazalet-Hyams
2025-07-14[KeyInstr] Disable key-instructions for coroutine scopes (#147551)Jeremy Morse
2025-07-14[KeyInstr] Add release note & update option (#148244)Orlando Cazalet-Hyams
2025-06-30[KeyInstr][Clang][NFC] Don't set -dwarf-use-key-instructions (#144115)Orlando Cazalet-Hyams
2025-06-30[KeyInstr][Clang] Copy ctor/assignment operator source atoms (#144346)Orlando Cazalet-Hyams
2025-06-24[KeyInstr][Clang] Fix atomic ops atoms testOrlando Cazalet-Hyams
2025-06-24[KeyInstr][Clang] Atomic ops atoms (#141624)Orlando Cazalet-Hyams