aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
8 days[clang][DWARF] Add DW_AT_bit_stride for SVE predicate types (#161409)Mary Kassayova1-4/+7
9 days[llvm][DebugInfo][NFC] Abstract DICompileUnit::SourceLanguage to allow altern...Michael Buch1-5/+7
2025-09-29Reland "[clang][DebugInfo][NFC] Simplify CollectRecordLambdaFields"Michael Buch1-24/+40
2025-09-26Revert "[clang][DebugInfo][NFC] Simplify CollectRecordLambdaFields" (#160932)Petr Hosek1-38/+24
2025-09-25[clang][DebugInfo][NFC] Simplify CollectRecordLambdaFields (#160690)Michael Buch1-24/+38
2025-09-23[clang][DebugInfo] Re-enable VTable debug info on COFF platforms (#158450)Tomohiro Kashiwada1-2/+12
2025-09-09[clang][DebugInfo] Emit unified (Itanium) mangled name to structor declaratio...Michael Buch1-6/+29
2025-08-27[clang] AST: fix getAs canonicalization of leaf types (#155028)Matheus Izvekov1-1/+1
2025-08-26[clang] NFC: introduce Type::getAsEnumDecl, and cast variants for all TagDecl...Matheus Izvekov1-2/+1
2025-08-21Fix scope of typedefs present inside a template class (#146729)ykhatav1-1/+8
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-62/+65
2025-08-05[clang] Use llvm::iterator_range::empty (NFC) (#152088)Kazu Hirata1-1/+1
2025-08-04[clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (#15...Tomohiro Kashiwada1-1/+2
2025-08-01[clang] Fix clang debug info generation for unprtototyped function (#150022)Georgiy Samoylov1-1/+1
2025-07-31[clang][CodeGen] Remove CWD fallback in compilation directory (#150130)Steven Wu1-10/+4
2025-07-30[clang][DebugInfo] Don't emit VTable debug symbols for -gline-tables-only. (#...Steve Merritt1-0/+2
2025-07-26[Clang][CodeGen] Emit “trap reasons” on UBSan traps (#145967)Anthony Tran1-1/+1
2025-07-21[DebugInfo] Remove intrinsic-flavours of findDbgUsers (#149816)Jeremy Morse1-3/+2
2025-07-19Reland [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sug...YexuanXiao1-1/+2
2025-07-18[Sanitizer] remove array-bounds-pseudofn (#149430)Florian Mayer1-16/+7
2025-07-17Revert "[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named su...Kazu Hirata1-2/+1
2025-07-17[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar type...YexuanXiao1-1/+2
2025-07-16[Sanitize] fix crash in -fsanitize-annotate-debug-info (#149237)Florian Mayer1-5/+8
2025-07-16[KeyInstr] Fix verifier check (#149043)Orlando Cazalet-Hyams1-0/+4
2025-07-15[clang][modules] Serialize `CodeGenOptions` (#146422)Jan Svoboda1-17/+22
2025-07-14[DebugInfo] Add option for producing no source-file hash (#148657)Jeremy Morse1-0/+2
2025-07-14[KeyInstr] Disable key-instructions for coroutine scopes (#147551)Jeremy Morse1-1/+5
2025-07-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang1-2/+3
2025-07-02Reapply "[Clang,debuginfo] added vtt parameter in destructor DISubroutineType...Reid Kleckner1-3/+18
2025-06-30[KeyInstr] Add DISubprogram::keyInstructions bit (#144107)Orlando Cazalet-Hyams1-5/+14
2025-06-25Non constant size and offset in DWARF (#141106)Tom Tromey1-2/+2
2025-06-08[clang] AST: fix dependency calculation for TypedefTypes (#143291)Matheus Izvekov1-22/+1
2025-06-06[ubsan] Add more -fsanitize-annotate-debug-info checks (#141997)Thurston Dang1-0/+82
2025-06-05[clang] Simplify device kernel attributes (#137882)Nick Sarnie1-3/+2
2025-06-02[llvm][DebugInfo][clang] Finalize all declaration subprograms in DIBuilder::f...Vladislav Dzhidzhoev1-3/+1
2025-05-28[AArch64] Rename AArch64SVEACLETypes.def and add base SVE_TYPE.David Green1-1/+1
2025-05-28[clang][DebugInfo] Add symbol for debugger with VTable information. (#130255)Carlos Alberto Enciso1-0/+49
2025-05-27[HLSL] Implement `SpirvType` and `SpirvOpaqueType` (#134034)Cassandra Beckley1-0/+8
2025-05-22[CodeGen] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#141191)Kazu Hirata1-4/+3
2025-05-21Fix-forward excess ';' from 9459c8309c6768cf6aa7956885b2540e16582a93 (#134632)Thurston Dang1-1/+1
2025-05-21[KeyInstr][Clang] Add ApplyAtomGroup (#134632)Orlando Cazalet-Hyams1-1/+101
2025-05-11[clang] Use StringRef::consume_front (NFC) (#139472)Kazu Hirata1-4/+2
2025-05-08[RISCV] Fix generation of DWARF info for vector segmented types (#137941)Kirill Radkin1-1/+5
2025-04-23Revert "[Clang,debuginfo] added vtt parameter in destructor DISubroutineType ...Reid Kleckner1-18/+3
2025-04-16[Clang,debuginfo] added vtt parameter in destructor DISubroutineType (#130674)mgschossmann1-3/+18
2025-04-15[PAC] Add support for __ptrauth type qualifier (#100830)Akira Hatanaka1-2/+17
2025-04-14[clang] implement printing of canonical expressions (#135133)Matheus Izvekov1-1/+1
2025-04-14[MS][clang] Revert vector deleting destructors support (#135611)Mariya Podchishchaeva1-2/+1
2025-04-03[CodeGen] Don't include CGDebugInfo.h in CodeGenFunction.h (NFC) (#134100)Nikita Popov1-0/+20
2025-03-31Reland [MS][clang] Add support for vector deleting destructors (#133451)Mariya Podchishchaeva1-1/+2