<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git, branch users/ro-i/check-libomp-unit</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>rename add_openmp_unittest argument</title>
<updated>2025-11-18T20:09:49+00:00</updated>
<author>
<name>Robert Imschweiler</name>
<email>robert.imschweiler@amd.com</email>
</author>
<published>2025-11-18T20:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=69be8f614bd97bbdaefeca8f5e0438762286d42a'/>
<id>69be8f614bd97bbdaefeca8f5e0438762286d42a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix omp_objects dependency</title>
<updated>2025-11-18T15:54:41+00:00</updated>
<author>
<name>Robert Imschweiler</name>
<email>robert.imschweiler@amd.com</email>
</author>
<published>2025-11-18T15:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=dcfacafcda2d670a870ae452be7a6c4d20cfbf9b'/>
<id>dcfacafcda2d670a870ae452be7a6c4d20cfbf9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dynamic linking for unit tests</title>
<updated>2025-11-17T10:25:01+00:00</updated>
<author>
<name>Robert Imschweiler</name>
<email>robert.imschweiler@amd.com</email>
</author>
<published>2025-11-17T10:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d1d01d36af1a8adf4790b44184e34b9bdecfb9ff'/>
<id>d1d01d36af1a8adf4790b44184e34b9bdecfb9ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP] Add libomp unit test infrastructure</title>
<updated>2025-11-14T13:57:03+00:00</updated>
<author>
<name>Robert Imschweiler</name>
<email>robert.imschweiler@amd.com</email>
</author>
<published>2025-11-14T13:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c801cb4d20ffc2d7af175ee1030b72cb0430bfad'/>
<id>c801cb4d20ffc2d7af175ee1030b72cb0430bfad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[gn] port 825706be7dc</title>
<updated>2025-11-13T18:24:32+00:00</updated>
<author>
<name>Nico Weber</name>
<email>thakis@chromium.org</email>
</author>
<published>2025-11-13T18:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b9301c28547041d35f5c2c232d71916c0b745da2'/>
<id>b9301c28547041d35f5c2c232d71916c0b745da2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AMDGPU: Add baseline test for load-select to load select of pointer combine (#167908)</title>
<updated>2025-11-13T18:17:32+00:00</updated>
<author>
<name>Matt Arsenault</name>
<email>Matthew.Arsenault@amd.com</email>
</author>
<published>2025-11-13T18:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ac27b2455ad7c89cc1f928de7beb05933a035031'/>
<id>ac27b2455ad7c89cc1f928de7beb05933a035031</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[AArch64] Make the list of outline atomic supported operations explicit (#167760)</title>
<updated>2025-11-13T18:05:08+00:00</updated>
<author>
<name>David Green</name>
<email>david.green@arm.com</email>
</author>
<published>2025-11-13T18:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=50f16ff7487af1586609f7fc1234020e3e4afbb9'/>
<id>50f16ff7487af1586609f7fc1234020e3e4afbb9</id>
<content type='text'>
As new operations are added (for example uinc_wrap, udec_wrap,
usub_cond, usub_sat), they will not automatically be supported by
outline atomics and so should be expanded by the pre-isel pass. Make the
list of supported outline atomics explicit to make sure we only mark the
expected intrinsics as outline atomics.

Fixes #167728</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As new operations are added (for example uinc_wrap, udec_wrap,
usub_cond, usub_sat), they will not automatically be supported by
outline atomics and so should be expanded by the pre-isel pass. Make the
list of supported outline atomics explicit to make sure we only mark the
expected intrinsics as outline atomics.

Fixes #167728</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing `LLVM_ABI` annotations (#167718)</title>
<updated>2025-11-13T17:49:39+00:00</updated>
<author>
<name>Fabrice de Gans</name>
<email>Steelskin@users.noreply.github.com</email>
</author>
<published>2025-11-13T17:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=23f6a8aeaf9feb781025c54cf3f12db69f633cb5'/>
<id>23f6a8aeaf9feb781025c54cf3f12db69f633cb5</id>
<content type='text'>
This patch updates various LLVM headers to properly add the `LLVM_ABI`
and `LLVM_ABI_FOR_TEST` annotations to build LLVM as a DLL on Windows.

This effort is tracked in #109483.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch updates various LLVM headers to properly add the `LLVM_ABI`
and `LLVM_ABI_FOR_TEST` annotations to build LLVM as a DLL on Windows.

This effort is tracked in #109483.</pre>
</div>
</content>
</entry>
<entry>
<title>[MLIR][CODEOWNERS] Add XeGPU and XeVM codeowners (#166971)</title>
<updated>2025-11-13T17:48:51+00:00</updated>
<author>
<name>Sang Ik Lee</name>
<email>sang.ik.lee@intel.com</email>
</author>
<published>2025-11-13T17:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a3cdef8152a5bf4e04e2ff885190de0948f0f379'/>
<id>a3cdef8152a5bf4e04e2ff885190de0948f0f379</id>
<content type='text'>
XeGPU and XeVM dialect has assigned maintainers, but related folders
currently lack code owners.
Add charithaintc and Jianhui-Li as code owner for XeGPU related folders.
Add silee2 as code owner for XeVM related folders.
Note:
charithaintc is current maintainer of XeGPU dialect.
silee2 is current maintainer of XeVM dialect.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
XeGPU and XeVM dialect has assigned maintainers, but related folders
currently lack code owners.
Add charithaintc and Jianhui-Li as code owner for XeGPU related folders.
Add silee2 as code owner for XeVM related folders.
Note:
charithaintc is current maintainer of XeGPU dialect.
silee2 is current maintainer of XeVM dialect.</pre>
</div>
</content>
</entry>
<entry>
<title>[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in ShardingPropagation.cpp (NFC)</title>
<updated>2025-11-13T17:40:10+00:00</updated>
<author>
<name>Mehdi Amini</name>
<email>joker.eph@gmail.com</email>
</author>
<published>2025-08-21T15:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=965b338b05a7d8062c7f730355db3e87f9f6645d'/>
<id>965b338b05a7d8062c7f730355db3e87f9f6645d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
