summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-20[AllocToken] Enable alloc token instrumentation for size-returning functions ...Aleksandr Nogikh
2025-11-17[clang][DebugInfo] Clear retained nodes list of vararg trunk's DISubprogram (...Vladislav Dzhidzhoev
2025-11-15[Clang] Add __builtin_bswapg (#162433)clf
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-11-12[Clang][CodeGen] Add disable_sanitizer_instrumentation attribute to multivers...Benjamin Stott
2025-11-08fix: C++ empty record with align lead to va_list out of sync (#72197)hstk30-hw
2025-11-07Revert "[CIR] Recognize constant aggregate initialization of auto vars (#1668...Aiden Grossman
2025-11-07[CIR] Recognize constant aggregate initialization of auto vars (#166850)Andy Kaylor
2025-10-31[Sema] Fix parameter index checks on explicit object member functions (#165586)Vladimir Vuksanovic
2025-10-30bunch of small changes to fix a number of LIT tests on z/OS (#165567)Sean Perry
2025-10-28[Clang] Freeze padded vectors before storing. (#164821)Florian Hahn
2025-10-28[Clang][CodeGen] Implement code generation for __builtin_infer_alloc_token() ...Marco Elver
2025-10-27[Clang][ARM][Sema] Check validity of ldrexd/strexd builtin calls (#164919)Douglas
2025-10-21[clang][CodeGen] Emit `llvm.tbaa.errno` metadata during module creationAntonio Frighetto
2025-10-19[clang] [libc++] fix _Atomic c11 compare exchange does not update expected re...Hui
2025-10-16[clang] Fix catching pointers by reference on mingw targets (#162546)Martin Storsjö
2025-10-09[AllocToken, Clang] Infer type hints from sizeof expressions and casts (#156841)Marco Elver
2025-10-09[clang] fix transform for constant template parameter type subst node (#162587)Matheus Izvekov
2025-10-08[AllocToken, Clang] Implement TypeHashPointerSplit mode (#156840)Marco Elver
2025-10-08[Clang] Wire up -fsanitize=alloc-token (#156839)Marco Elver
2025-10-07[IR] Require DataLayout for pointer cast elimination (#162279)Nikita Popov
2025-10-06[clang] Move `-fprofile-instrument-use-path=` check to driver (#159667)Jan Svoboda
2025-09-30[Clang][PowerPC] Add __dmr2048 type and DMF crypto builtins (#157152)Maryam Moghadas
2025-09-29[AMDGPU][SPIRV] Use SPIR-V syncscopes for some AMDGCN BIs (#154867)Alex Voicu
2025-09-29[Clang] Instantiate variables referenced in `decltype` with an undeduced type...Corentin Jabot
2025-09-29[AMDGPU] Add a new builtin type for image descriptor rsrc (#160258)Rana Pratap Reddy
2025-09-22[Driver] Enable __float128 support on X86 on Hurd (#160045)Brad Smith
2025-09-17[win][clang] Align scalar deleting destructors with MSABI (#139566)Mariya Podchishchaeva
2025-09-14[Clang][Cygwin] Use correct mangling rule (#158404)Tomohiro Kashiwada
2025-09-12[clang] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto
2025-09-08[Clang] Add template argument support for {con,de}structor attributes. (#151400)tynasello
2025-09-06[clang][PAC] Enable the PAC dynamic_cast to final class optimization (#152601)Oliver Hunt
2025-09-04[clang][initlist] handle incomplete array type in Constant Expr Calculation (...Congcong Cai
2025-09-02[Clang] [C2y] Implement N3355 ‘Named Loops’ (#152870)Sirraide
2025-08-27[clang] MicrosoftMangle: pick correct tagdecl for mangling tagkind (#155662)Matheus Izvekov
2025-08-27[clang][bytecode] Reject vectors with non-primitive element types (#155597)Timm Baeder
2025-08-25[PAC] Fix codegen for polymorphic class variables with consteval constructors...Akira Hatanaka
2025-08-25[Clang][CodeGen] Preserve alignment information for pointer arithmetics (#152...Yingwei Zheng
2025-08-21[clang][CodeGen] cast addr space of ReturnValue if needed (#154380)macurtis-amd
2025-08-21[clang][DebugInfo][test] Move debug-info tests from CodeGenCXX to DebugInfo d...Michael Buch
2025-08-20[Clang] Support using boolean vectors in ternary operators (#154145)Joseph Huber
2025-08-20[Clang] [Sema] Always rebuild `this` if captured by value in a lambda with a ...Sirraide
2025-08-08[Tests] Add system-cygwin feature, and use it. (#152611)jeremyd2019
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-08-06[clang] Fix crash in dynamic_cast final class optimization (#152076)Oliver Hunt
2025-08-06[clang][ExprConst] Consider integer pointers of value 0 nullptr (#150164)Timm Baeder
2025-08-05[clang][PAC] Fix PAC codegen for final class dynamic_cast optimization (#152227)Oliver Hunt
2025-08-05[AMDGCNSPIRV][NFC] Add missing target features to AMDGCNSPIRV (#152057)Alex Voicu
2025-08-04[clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (#15...Tomohiro Kashiwada