summaryrefslogtreecommitdiff
path: root/clang/lib/CIR/CodeGen/CIRGenExprComplex.cpp
AgeCommit message (Expand)Author
2025-11-12[CIR] Upstream Load/Store Complex with volatile qualifier (#167216)Amr Hesham
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-20[CIR] Implement VisitCXXDefaultArgExpr for ComplexType (#164079)Amr Hesham
2025-09-25[CIR] Implement AtomicExpr for ComplexType (#160563)Amr Hesham
2025-09-23[CIR] Implement UnaryExtension support for ComplexType (#159913)Amr Hesham
2025-09-18[CIR] Implement OpaqueValueExpr for Complex in C (#158423)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-09-05[CIR] Fix Complex emit promotion for Div op (#156963)Amr Hesham
2025-09-02[CIR][NFC] Reorder GenExprComplex and add errors for unhandled visitors (#156...Amr Hesham
2025-08-30[CIR] Implement VAArgExpr for ComplexType (#156092)Amr Hesham
2025-08-29[CIR] Complex Unary plus and minus with promoted type (#155486)Amr Hesham
2025-08-29[CIR] DivOp & CompoundAssignmentDiv between ComplexType and ScalarType (#155167)Amr Hesham
2025-08-23[CIR] Upstream DivOp for ComplexType (#153796)Amr Hesham
2025-08-20[CIR] Implement MemberExpr with VarDecl for ComplexType (#154307)Amr Hesham
2025-08-19[CIR] Implement MemberExpr support for ComplexType (#154027)Amr Hesham
2025-08-12[CIR] CompoundAssignment from ComplexType to ScalarType (#152915)Amr Hesham
2025-08-07[CIR] Mul CompoundAssignment support for ComplexType (#152354)Amr Hesham
2025-08-07[CIR][NFC] Fix typo in ComplexRangeKind comment (#152535)Amr Hesham
2025-08-06[CIR] Plus & Minus CompoundAssignment support for ComplexType (#150759)Amr Hesham
2025-07-31[CIR] Fix warnings related to unused variables in release builds (#151412)Andy Kaylor
2025-07-31[CIR] Upstream MulOp for ComplexType (#150834)Amr Hesham
2025-07-30[CIR] Upstream Unary Plus & Minus op for ComplexType (#150281)Amr Hesham
2025-07-28[CIR] Implement LValueBitcast for ComplexType (#150668)Amr Hesham
2025-07-25[CIR] Upstream Support Init ComplexType from 1 size InitList (#150293)Amr Hesham
2025-07-24[CIR] Implement CK_LValueToRValueBitCast for ComplexType (#150296)Amr Hesham
2025-07-23[CIR] Upstream Cast kinds for ComplexType (#149717)Amr Hesham
2025-07-19[CIR][NFC] Replace bool by cir::UnaryOpKind in emitComplexPrePostIncDec (#149...Amr Hesham
2025-07-19[CIR] Upstream CompoundLiteralExpr for Scalar (#148943)Amr Hesham
2025-07-17[CIR] Upstream Unary Inc/Dec for ComplexType (#149162)Amr Hesham
2025-07-17[CIR] Upstream builtin_conj for ComplexType (#149170)Amr Hesham
2025-07-16[CIR] Upstream unary not for ComplexType (#148857)Amr Hesham
2025-07-12[CIR] Implement SubOp for ComplexType (#148025)Amr Hesham
2025-07-11[CIR] Use ZeroAttr as zeroinitializer for ComplexType (#148033)Amr Hesham
2025-07-10[CIR] Implement AddOp for ComplexType (#147578)Amr Hesham
2025-07-08[CIR] Implement CXXScalarValueInitExpr for ComplexType (#147143)Amr Hesham
2025-07-07[CIR] Implement AbstractConditionalOperator for ComplexType (#147090)Amr Hesham
2025-07-07[CIR] Implement functional cast to ComplexType (#147147)Amr Hesham
2025-07-03[CIR] Upstream UnaryDeref support for ComplexType (#146757)Amr Hesham
2025-07-03[CIR] Upstream SubstNonTypeTemplateParmExpr support for ComplexType (#146755)Amr Hesham
2025-07-01[CIR] Comma Operator for ComplexType (#146204)Amr Hesham
2025-07-01[CIR] Implement ArraySubscript for ComplexType (#146283)Amr Hesham
2025-06-30[CIR] Upstream GenericSelectionExpr for ComplexType (#146265)Amr Hesham
2025-06-27[CIR] Refactor type interfaces (#146044)Henrich Lauko
2025-06-24[CIR] Upstream ChooseExpr for ComplexType (#145163)Amr Hesham
2025-06-21[CIR] Upstream BinAssign for ComplexType (#144868)Amr Hesham
2025-06-18[CIR] Upstream ComplexType builtin_complex (#144225)Amr Hesham
2025-06-16[CIR] Upstream ComplexType ImaginaryLiteral (#144223)Amr Hesham
2025-06-14[CIR] Upstream CreateOp for ComplexType with folder (#143192)Amr Hesham