aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
15 hours[clang] Fix clang debug info generation for unprtototyped function (#150022)Georgiy Samoylov1-1/+1
24 hours[clang][CodeGen] Remove CWD fallback in compilation directory (#150130)Steven Wu1-10/+4
2 days[clang][DebugInfo] Don't emit VTable debug symbols for -gline-tables-only. (#...Steve Merritt1-0/+2
6 days[Clang][CodeGen] Emit “trap reasons” on UBSan traps (#145967)Anthony Tran1-1/+1
11 days[DebugInfo] Remove intrinsic-flavours of findDbgUsers (#149816)Jeremy Morse1-3/+2
14 daysReland [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
2025-03-28[clang] [sanitizer] add pseudofunction to indicate array-bounds check (#128977)Florian Mayer1-6/+11
2025-03-25[NFC] [clang] rename InlinedTrapFuncMap to InlinedSubprogramMap (#132993)Florian Mayer1-1/+1
2025-03-21Reland: [clang] NFC: Clear some uses of MemberPointerType::getClass (#132317)Matheus Izvekov1-1/+2
2025-03-20Revert "[clang] NFC: Clear some uses of MemberPointerType::getClass" (#132281)Matheus Izvekov1-2/+1
2025-03-19[clang] NFC: Clear some uses of MemberPointerType::getClass (#131965)Matheus Izvekov1-1/+2
2025-03-12Revert "[MS][clang] Add support for vector deleting destructors (#126240)"Hans Wennborg1-2/+1
2025-03-11[HLSL] Make memory representation of boolean vectors in HLSL, vectors of i32....Sarah Spall1-1/+1
2025-03-04[MS][clang] Add support for vector deleting destructors (#126240)Mariya Podchishchaeva1-1/+2
2025-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu1-0/+15
2025-02-13[reland][DebugInfo] Update DIBuilder insertion to take InsertPosition (#126967)Harald van Dijk1-3/+3
2025-02-12Revert "[DebugInfo] Update DIBuilder insertion to take InsertPosition (#126059)"Harald van Dijk1-9/+8
2025-02-12[DebugInfo] Update DIBuilder insertion to take InsertPosition (#126059)Harald van Dijk1-8/+9
2025-02-07[clang][DebugInfo] Set EnumKind based on enum_extensibility attribute (#126045)Michael Buch1-1/+5