| Age | Commit message (Collapse) | Author |
|
Upstream supporting Load/Store ops for Complex with volatile qualifier
|
|
Re-land: Add test for Complex imag literal GNU extension after updating
the name
|
|
Revert "[CIR][NFC] Add test for Complex imag with GUN extension" to fix
the name
This reverts commit 9f0c4498aa60c82574618ca70f47fd9754454e64.
|
|
Add a test for Complex imag with GUN extension from the incubator
|
|
Upstream support calling function that returns ComplexType
Issue https://github.com/llvm/llvm-project/issues/141365
|
|
Implement CXXDefaultArgExpr support for ComplexType
Issue https://github.com/llvm/llvm-project/issues/141365
|
|
Upstream support ComplexType as a function return type
Issue #141365
|
|
Update ComplexRealOp and ComplexImagOp to work on the boolean type.
Issue #160568
|
|
This mirrors changes from https://github.com/llvm/clangir/pull/1933
|
|
Update cir::ComplexImagOp to make it visible on scalars
Issue https://github.com/llvm/llvm-project/issues/160568
|
|
This change adds support for ComplexType in the CallExpr args
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
Update cir::CreateRealOp to make it visible on scalars
Issue #160568
|
|
(#161431)
This mirrors incubator changes from https://github.com/llvm/clangir/pull/1922
|
|
Implement UO real on the result from imag with type promotion
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
Implement UO real on the result from real with type promotion
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
This change implements AtomicExpr for ComplexType
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
This change implements Unary real & imag on scalar expr
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
This change implements Complex real & imag for non-scalar GLValue
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
This change implements UnaryExtension for ComplexType
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for type promotion in Scalar unary real & imag
ops
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for Atomic init for ComplexType
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support VAArgExpr for ComplexExpr
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for MemberExpr with VarDecl ComplexType
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for the MemberExpr ComplexType
Issue: https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for init ComplexType from InitList with 1 size
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for ComplexImagPtrOp for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for ComplexRealPtrOp for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
Use ZeroAttr as a zeroinitializer for ComplexType, similar to what we
did in CXXScalarValueInitExpr
https://github.com/llvm/llvm-project/issues/141365
|
|
Implement CXXScalarValueInitExpr support for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
Implement AbstractConditionalOperator support for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
Implement functional cast to ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
Upstream UnaryDeref support for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
Upstream SubstNonTypeTemplateParmExpr support for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for the not equal operation for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for the comma operator for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
Implement ArraySubscript for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
Upstream the GenericSelectionExpr for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for equal operation for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for `__imag__` for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for __real__ for ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for the BinAssign op and LValueToRValue for
ComplexType
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for builtin_complex
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for ComplexType ImaginaryLiteral
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for the create op for ComplexType with folder
and support for empty init list
https://github.com/llvm/llvm-project/issues/141365
|
|
This change adds support for zero and global init for ComplexType
#141365
|