summaryrefslogtreecommitdiff
path: root/clang/test/CIR/CodeGen/complex.cpp
AgeCommit message (Expand)Author
2025-11-12[CIR] Upstream Load/Store Complex with volatile qualifier (#167216)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][NFC] Add test for Complex imag with GUN extension (#167215)Amr Hesham
2025-10-25[CIR] Upstream CallOp with ComplexType as return type (#164980)Amr Hesham
2025-10-20[CIR] Implement VisitCXXDefaultArgExpr for ComplexType (#164079)Amr Hesham
2025-10-20[CIR] Upstream support ComplexType as return type (#164072)Amr Hesham
2025-10-07[CIR] Update ComplexReal/Imag Ops to work on boolean type (#161956)Amr Hesham
2025-10-06[CIR] Clean up ptr_stride assembly format (#162138)Henrich Lauko
2025-10-04[CIR] Update ComplexImagOp to work on scalar type (#161571)Amr Hesham
2025-10-04[CIR] Support ComplexType in CallExpr args (#156236)Amr Hesham
2025-10-01[CIR] Update ComplexRealOp to work on scalar type (#161080)Amr Hesham
2025-10-01[CIR] Refactor cir.cast to use uniform assembly form w/o parens, commas (#161...Henrich Lauko
2025-09-29[CIR] Implement UO real on result from imag with type promotion (#160996)Amr Hesham
2025-09-27[CIR] Implement UO real on result from real with type promotion (#160951)Amr Hesham
2025-09-25[CIR] Implement AtomicExpr for ComplexType (#160563)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-23[CIR] Implement UnaryExtension support for ComplexType (#159913)Amr Hesham
2025-09-18[CIR] Support type promotion for Scalar unary real & imag ops (#158473)Amr Hesham
2025-09-03[CIR] Upstream Atomic init for ComplexType (#156518)Amr Hesham
2025-08-30[CIR] Implement VAArgExpr for ComplexType (#156092)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-07-25[CIR] Upstream Support Init ComplexType from 1 size InitList (#150293)Amr Hesham
2025-07-14[CIR] Upstream ComplexImagPtrOp for ComplexType (#144236)Amr Hesham
2025-07-11[CIR] Upstream ComplexRealPtrOp for ComplexType (#144235)Amr Hesham
2025-07-11[CIR] Use ZeroAttr as zeroinitializer for ComplexType (#148033)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-02[CIR] Implement NotEqualOp for ComplexType (#146129)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-26[CIR] Implement EqualOp for ComplexType (#145769)Amr Hesham
2025-06-25[CIR] Upstream __imag__ for ComplexType (#144262)Amr Hesham
2025-06-25[CIR] Upstream __real__ for ComplexType (#144261)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
2025-06-05[CIR] Upstream global initialization for ComplexType (#141369)Amr Hesham