summaryrefslogtreecommitdiff
path: root/clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
AgeCommit message (Expand)Author
2025-11-19[CIR] Upstream CIR await op (#168133)Andres-Salamanca
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-17[CIR] Upstream the initial BlockAddressOp implementation (#168151)Andres-Salamanca
2025-11-17[CIR] Upstream handling for BaseToDerived casts (#167769)Andy Kaylor
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-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-12[CIR] Upstream `AddressSpace` conversions support (#161212)David Rivera
2025-11-12[CIR] Handle scalar DerivedToBase cast expressions (#167370)Andy Kaylor
2025-11-11[CIR] Upstream CXXRewrittenBinaryOperator for Scalar expr (#167210)Amr Hesham
2025-11-05[CIR] Fix assignment ignore in ScalarExprEmitter (#166118)Morris Hafner
2025-10-28[CIR][NFC] Update TypeCache file to use MLIR-style camel case (#165060)Andres-Salamanca
2025-10-22[CIR][NFC] Migrate more calls to free create functions (#164719)Andy Kaylor
2025-10-22[clang][CIR][mlir] Migrate to free create functions. NFC. (#164656)Jakub Kuderski
2025-10-21[CIR] Const member expr for struct type (#164172)Amr Hesham
2025-10-16[CIR] Upstream pointer subtraction handling (#163306)Shawn K
2025-10-09[CIR] Add initial support for dynamic cast (#162337)Andy Kaylor
2025-10-08[CIR] Upstream handling of integral-to-pointer casts (#161653)Shawn K
2025-10-06[CIR] Fix destructor calls with temporary objects (#161922)Andy Kaylor
2025-10-04[CIR] Update ComplexImagOp to work on scalar type (#161571)Amr Hesham
2025-10-01[CIR] Update ComplexRealOp to work on scalar type (#161080)Amr Hesham
2025-09-29[CIR] Upstream UnaryExtension for Scalar Expr (#160997)Amr Hesham
2025-09-29[CIR] Implement UO real on result from imag with type promotion (#160996)Amr Hesham
2025-09-29[CIR] Add initial support for operator delete (#160574)Andy Kaylor
2025-09-27[CIR] Implement logical not for VectorType (#160762)Amr Hesham
2025-09-27[CIR] Implement UO real on result from real with type promotion (#160951)Amr Hesham
2025-09-24[CIR] Implement Unary real & imag on scalar expr (#159916)Amr Hesham
2025-09-23[CIR] Implement Complex real & imag for non scalar GLValue (#159931)Amr Hesham
2025-09-20[CIR] Implement Type promotion for VectorType (#158715)Amr Hesham
2025-09-19[CIR] Implement Logical AND for VectorType (#158696)Amr Hesham
2025-09-18[CIR] Implement Logical OR for VectorType (#158668)Amr Hesham
2025-09-18[CIR] Support type promotion for Scalar unary plus & minus ops (#158486)Amr Hesham
2025-09-18[CIR] Support type promotion for Scalar unary real & imag ops (#158473)Amr Hesham
2025-09-13[CIR] Upstream VisitOpaqueValueExpr support for Complex & Scalar (#157331)Amr Hesham
2025-09-05[CIR] Implement CXX field default initialization (#157140)Andy Kaylor
2025-08-29[CIR] Upstream Re-Throw with no return (#154994)Amr Hesham
2025-08-29[CIR] Add value initialization for scalar types (#156036)Morris Hafner
2025-08-21[CIR] Handle FunctionToPointerDecay casts (#153657) (#154060)Justin Riddell
2025-08-20[CIR] Implement__builtin_va_arg (#153834)Morris Hafner
2025-08-19[CIR] Implement Statement Expressions (#153677)Morris Hafner
2025-08-13[CIR] Add initial support for atomic types (#152923)Sirui Mu
2025-08-12[CIR] CompoundAssignment from ComplexType to ScalarType (#152915)Amr Hesham
2025-08-06[CIR] Plus & Minus CompoundAssignment support for ComplexType (#150759)Amr Hesham
2025-08-01[CIR] Simplify ConstantOp accesses and its getDefiningOp (#151216)Henrich Lauko
2025-08-01[CIR] Handle expression with cleanups (#151600)Andy Kaylor
2025-07-31[CIR] Fix warnings related to unused variables in release builds (#151412)Andy Kaylor
2025-07-23[CIR] Upstream Cast kinds for ComplexType (#149717)Amr Hesham