summaryrefslogtreecommitdiff
path: root/clang/test/CIR/CodeGen
AgeCommit message (Expand)Author
2025-11-22[CIR] Add support for non-compile-time memory order (#168892)Sirui Mu
2025-11-21[CIR] Upstream overflow builtins (#166643)adams381
2025-11-21[CIR] Implement global array dtor support (#169070)Andy Kaylor
2025-11-22[CIR] Upstream CIR codegen for undef x86 builtins (#167945)Thibault Monnier
2025-11-20[CIR] ExtVectorElementExpr with rvalue base (#168260)Amr Hesham
2025-11-19[CIR] Upstream CIR codegen for `lzcnt` and `tzcnt` x86 builtins (#168479)Haocong Lu
2025-11-19[CIR] Add CxxCTorAttr, CxxDTorAttr, CxxAssignAttr, CxxSpecialMemberAttr to ci...Hendrik Hübner
2025-11-19[CIR] Upstream isfpclass op (#166037)Jasmine Tang
2025-11-19[CIR] Handle non-empty null base class initialization (#168646)Andy Kaylor
2025-11-19[CIR] Upstream CIR await op (#168133)Andres-Salamanca
2025-11-19[CIR] Upstream CIR codegen for mxcsr x86 builtins (#167948)Thibault Monnier
2025-11-19[CIR] Handle default arguments in ctors (#168649)Andy Kaylor
2025-11-19[CIR] Ternary with const cond and throw in the live part (#168432)Amr Hesham
2025-11-19[mlir][LLVM] Resync memory effect attribute with LLVM IR (#168568)darkbuck
2025-11-18[CIR] Add support for common linkage (#168613)Andy Kaylor
2025-11-18[CIR] Mark globals as constants (#168463)Andy Kaylor
2025-11-18[clang][CIR] Temporarily fix CIR codegen test on call. NFCMichael Liao
2025-11-18[CIR] X86 vector fcmp-sse vector builtins (#167125)woruyu
2025-11-17[CIR] Upstream the initial BlockAddressOp implementation (#168151)Andres-Salamanca
2025-11-17[CIR] Handle __asm labels on function declarations (#168149)Andy Kaylor
2025-11-17[CIR] Upstream handling for BaseToDerived casts (#167769)Andy Kaylor
2025-11-16[CIR] Upstream non-empty Try block with catch all (#165158)Amr Hesham
2025-11-16[CIR] ExtVectorElementExpr with pointer to a vector (#168203)Amr Hesham
2025-11-15[CIR] ExtVectorElementExpr with result Vector type (#167925)Amr Hesham
2025-11-15[CIR] Implement support for OffsetOfExpr (#167726)Amr Hesham
2025-11-14[CIR] Upstream CIR codegen for vec_ext x86 builtins (#167942)Thibault Monnier
2025-11-14[CIR] Upstream handling for C++ default argument l-values (#167999)Andy Kaylor
2025-11-13[CIR] Upstream l-value emission for ExprWithCleanups (#167938)Andy Kaylor
2025-11-13[CIR] Upstream X86 builtin clflush, fence and pause (#167401)Hendrik Hübner
2025-11-13[CIR] Upstream basic support for ExtVector element expr (#167570)Amr Hesham
2025-11-13[CIR] Implement support for GNUNullExpr (#167715)Amr Hesham
2025-11-13[CIR] Prepare a 'this' for CXXDefaultInitExprs (#165994)Amr Hesham
2025-11-12[CIR] Upstream `AddressSpace` conversions support (#161212)David Rivera
2025-11-12[CIR] Emit promise declaration in coroutine (#166683)Andres-Salamanca
2025-11-12[CIR] Handle scalar DerivedToBase cast expressions (#167370)Andy Kaylor
2025-11-12[CIR] Handle null base class initialization (#167023)Andy Kaylor
2025-11-12[CIR] Upstream Load/Store Complex with volatile qualifier (#167216)Amr Hesham
2025-11-11[CIR] Upstream CXXRewrittenBinaryOperator for Scalar expr (#167210)Amr Hesham
2025-11-10[CIR][NFC] Re-land: Add test for Complex imag literal GNU extension (#167383)Amr Hesham
2025-11-10Revert "[CIR][NFC] Add test for Complex imag with GUN extension" (#167373)Amr Hesham
2025-11-10[CIR] Re-land: Recognize constant aggregate initialization of auto vars (#167...Andy Kaylor
2025-11-10[CIR][NFC] Add test for Complex imag with GUN extension (#167215)Amr Hesham
2025-11-07Revert "[CIR] Recognize constant aggregate initialization of auto vars (#1668...Aiden Grossman
2025-11-07[clang][CIR] Port test from d9c7c76Michael Liao
2025-11-07[CIR] Recognize constant aggregate initialization of auto vars (#166850)Andy Kaylor
2025-11-06[CIR] Implement __builtin_object_size and __builtin_dynamic_object_size (#166...Morris Hafner
2025-11-05[CIR] Add support for storing into _Atomic variables (#165872)Sirui Mu
2025-11-05[CIR] Fix assignment ignore in ScalarExprEmitter (#166118)Morris Hafner
2025-11-04[CIR] Upstream Builtin ExpOp (#166061)Amr Hesham
2025-11-04[CIR] Upstream CXXDefaultArgExpr for AggregateExpr (#165991)Amr Hesham