<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/test/CIR/CodeGen/complex.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[CIR] Upstream Load/Store Complex with volatile qualifier (#167216)</title>
<updated>2025-11-12T16:19:27+00:00</updated>
<author>
<name>Amr Hesham</name>
<email>amr96@programmer.net</email>
</author>
<published>2025-11-12T16:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f240a73e8368896eefce92689cbee16eb0efdfc9'/>
<id>f240a73e8368896eefce92689cbee16eb0efdfc9</id>
<content type='text'>
Upstream supporting Load/Store ops for Complex with volatile qualifier</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream supporting Load/Store ops for Complex with volatile qualifier</pre>
</div>
</content>
</entry>
<entry>
<title>[CIR][NFC] Re-land: Add test for Complex imag literal GNU extension (#167383)</title>
<updated>2025-11-10T21:04:49+00:00</updated>
<author>
<name>Amr Hesham</name>
<email>amr96@programmer.net</email>
</author>
<published>2025-11-10T21:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b4a61517a64c6e65294e61a23276c87119f73667'/>
<id>b4a61517a64c6e65294e61a23276c87119f73667</id>
<content type='text'>
Re-land: Add test for Complex imag literal GNU extension after updating
the name</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-land: Add test for Complex imag literal GNU extension after updating
the name</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[CIR][NFC] Add test for Complex imag with GUN extension" (#167373)</title>
<updated>2025-11-10T19:49:02+00:00</updated>
<author>
<name>Amr Hesham</name>
<email>amr96@programmer.net</email>
</author>
<published>2025-11-10T19:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=70a6475fdd6cb80e9c4f0fa3c523ab806dfeb46b'/>
<id>70a6475fdd6cb80e9c4f0fa3c523ab806dfeb46b</id>
<content type='text'>
Revert "[CIR][NFC] Add test for Complex imag with GUN extension" to fix
the name

This reverts commit 9f0c4498aa60c82574618ca70f47fd9754454e64.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "[CIR][NFC] Add test for Complex imag with GUN extension" to fix
the name

This reverts commit 9f0c4498aa60c82574618ca70f47fd9754454e64.</pre>
</div>
</content>
</entry>
<entry>
<title>[CIR][NFC] Add test for Complex imag with GUN extension (#167215)</title>
<updated>2025-11-10T17:51:29+00:00</updated>
<author>
<name>Amr Hesham</name>
<email>amr96@programmer.net</email>
</author>
<published>2025-11-10T17:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9f0c4498aa60c82574618ca70f47fd9754454e64'/>
<id>9f0c4498aa60c82574618ca70f47fd9754454e64</id>
<content type='text'>
Add a test for Complex imag with GUN extension from the incubator</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a test for Complex imag with GUN extension from the incubator</pre>
</div>
</content>
</entry>
<entry>
<title>[CIR] Upstream CallOp with ComplexType as return type (#164980)</title>
<updated>2025-10-25T11:40:19+00:00</updated>
<author>
<name>Amr Hesham</name>
<email>amr96@programmer.net</email>
</author>
<published>2025-10-25T11:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=51fcb9d4daa73f7b62b065af4b4b23b6e8ceb090'/>
<id>51fcb9d4daa73f7b62b065af4b4b23b6e8ceb090</id>
<content type='text'>
Upstream support calling function that returns ComplexType

Issue https://github.com/llvm/llvm-project/issues/141365</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream support calling function that returns ComplexType

Issue https://github.com/llvm/llvm-project/issues/141365</pre>
</div>
</content>
</entry>
<entry>
<title>[CIR] Implement VisitCXXDefaultArgExpr for ComplexType (#164079)</title>
<updated>2025-10-20T16:58:47+00:00</updated>
<author>
<name>Amr Hesham</name>
<email>amr96@programmer.net</email>
</author>
<published>2025-10-20T16:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=aac8a0d041c153afbedac0e8e100cb8d937de4d8'/>
<id>aac8a0d041c153afbedac0e8e100cb8d937de4d8</id>
<content type='text'>
Implement CXXDefaultArgExpr support for ComplexType

Issue https://github.com/llvm/llvm-project/issues/141365</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement CXXDefaultArgExpr support for ComplexType

Issue https://github.com/llvm/llvm-project/issues/141365</pre>
</div>
</content>
</entry>
<entry>
<title>[CIR] Upstream support ComplexType as return type (#164072)</title>
<updated>2025-10-20T16:56:00+00:00</updated>
<author>
<name>Amr Hesham</name>
<email>amr96@programmer.net</email>
</author>
<published>2025-10-20T16:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=61ba312f5d1d217c64391d7addb761f2fbd3f11e'/>
<id>61ba312f5d1d217c64391d7addb761f2fbd3f11e</id>
<content type='text'>
Upstream support ComplexType as a function return type

Issue #141365</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream support ComplexType as a function return type

Issue #141365</pre>
</div>
</content>
</entry>
<entry>
<title>[CIR] Update ComplexReal/Imag Ops to work on boolean type (#161956)</title>
<updated>2025-10-07T15:53:45+00:00</updated>
<author>
<name>Amr Hesham</name>
<email>amr96@programmer.net</email>
</author>
<published>2025-10-07T15:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5821446d8746a75de9c5ce6f31bfc44b721df98b'/>
<id>5821446d8746a75de9c5ce6f31bfc44b721df98b</id>
<content type='text'>
Update ComplexRealOp and ComplexImagOp to work on the boolean type.

Issue #160568</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update ComplexRealOp and ComplexImagOp to work on the boolean type.

Issue #160568</pre>
</div>
</content>
</entry>
<entry>
<title>[CIR] Clean up ptr_stride assembly format (#162138)</title>
<updated>2025-10-06T19:58:14+00:00</updated>
<author>
<name>Henrich Lauko</name>
<email>xlauko@mail.muni.cz</email>
</author>
<published>2025-10-06T19:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8252b49b41b6778edc24ad9d6501c398a01c0b36'/>
<id>8252b49b41b6778edc24ad9d6501c398a01c0b36</id>
<content type='text'>
This mirrors changes from https://github.com/llvm/clangir/pull/1933</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mirrors changes from https://github.com/llvm/clangir/pull/1933</pre>
</div>
</content>
</entry>
<entry>
<title>[CIR] Update ComplexImagOp to work on scalar type (#161571)</title>
<updated>2025-10-04T11:39:26+00:00</updated>
<author>
<name>Amr Hesham</name>
<email>amr96@programmer.net</email>
</author>
<published>2025-10-04T11:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a368fb5205a305197b650cbbc7264085d133e3e3'/>
<id>a368fb5205a305197b650cbbc7264085d133e3e3</id>
<content type='text'>
Update cir::ComplexImagOp to make it visible on scalars

Issue https://github.com/llvm/llvm-project/issues/160568</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update cir::ComplexImagOp to make it visible on scalars

Issue https://github.com/llvm/llvm-project/issues/160568</pre>
</div>
</content>
</entry>
</feed>
