summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
AgeCommit message (Expand)Author
2024-06-25Add support for __builtin_verbose_trap (#79230)Akira Hatanaka
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian
2024-06-17 [DebugInfo] Change handling of structured bindings of bitfields (#94632)John Brawn
2024-06-15(New) Add option to generate additional debug info for expression dereferenci...William Junda Huang
2024-06-11Revert "Add option to generate additional debug info for expression dereferen...William Junda Huang
2024-06-10[Clang] Extend EmitPseudoVariable to support debug records (#94956)Stephen Tozer
2024-06-07Fix #pragma (packed, n) not emitting the alignment in debug info (#94673)Augusto Noronha
2024-06-03Add option to generate additional debug info for expression dereferencing poi...William Junda Huang
2024-05-30Reapply "[DebugInfo] Add flag to only emit referenced member functions" (#93767)David Blaikie
2024-05-29Revert "Add option to generate additional debug info for expression dereferen...Mehdi Amini
2024-05-29Revert "[DebugInfo] Add flag to only emit referenced member functions" (#93767)Mehdi Amini
2024-05-29Add option to generate additional debug info for expression dereferencing poi...William Junda Huang
2024-05-29[DebugInfo] Add flag to only emit referenced member functions (#87018)David Blaikie
2024-04-30[NFC][Clang] Add FIXME comment to the workaround for issue #89774Orlando Cazalet-Hyams
2024-04-25[Clang] Fall back to DW_TAG_typedef for instantiation dependent template alia...Orlando Cazalet-Hyams
2024-04-18[Clang] Emit DW_TAG_template_alias for template aliases (#87623)Orlando Cazalet-Hyams
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B
2024-03-28[CodeGen/DWARF] Introduce DWARF tag for SwiftTail and emit it in CodeGen.Adrian Prantl
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu
2024-03-26[NFC] Refactor ConstantArrayType size storage (#85716)Chris B
2024-03-23Unwrap CountAttributed for debug info (#86017)Yeoul Na
2024-03-20Turn 'counted_by' into a type attribute and parse it into 'CountAttributedTyp...Yeoul Na
2024-02-05New calling convention preserve_none (#76868)weiguozhi
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-12-12[DebugInfo] Fix duplicate DIFile when main file is preprocessed (#75022)Fangrui Song
2023-12-06[clang][DebugInfo] Revert "emit definitions for constant-initialized static d...Michael Buch
2023-11-30[clang][DebugInfo] Improve heuristic to determine whether to evaluate a stati...Michael Buch
2023-11-28[clang][DebugInfo] Revert to attaching DW_AT_const_value on static member dec...Michael Buch
2023-11-21Supports viewing class member variables in lambda when using the vs debugger ...GkvJwa
2023-11-15Add RunTimeLang to Class and Enumeration DIBuilder functions (#72011)Augusto Noronha
2023-11-15[clang][DebugInfo] Fix iterator invalidation during EmitGlobalVariable (#72415)Michael Buch
2023-11-15[clang][DebugInfo] DWARFv5: static data members declarations are DW_TAG_varia...Michael Buch
2023-11-15Reland "[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TA...Michael Buch
2023-11-15Revert "[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TA...Michael Buch
2023-11-15[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TAG_variab...Michael Buch
2023-11-13Reland "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch
2023-11-07Revert "Reland "clang][DebugInfo] Emit global variable definitions for static...Hans Wennborg
2023-11-07Reland "clang][DebugInfo] Emit global variable definitions for static data me...Michael Buch
2023-11-06Revert "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch
2023-11-06[clang][DebugInfo] Emit global variable definitions for static data members w...Michael Buch
2023-11-06[clang][DebugInfo][NFC] Add createConstantValueExpression helper (#70674)Michael Buch
2023-11-06[clang][NFC] Refactor `ImplicitParamDecl::ImplicitParamKind`Vlad Serebrennikov
2023-10-31[clang][NFC] Refactor `VectorType::VectorKind`Vlad Serebrennikov
2023-10-31[clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov
2023-10-25[Clang][DebugInfo] Clang generates an extra spurious unnamed 'dbg.declare' (#...Carlos Alberto Enciso
2023-10-23[clang] Add clang::preferred_type attribute for bitfields (#69104)Vlad Serebrennikov
2023-10-15[Clang][M68k] Add Clang support for the new M68k_RTD CCMin-Yih Hsu