<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/.github, 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>[MLIR][CODEOWNERS] Add XeGPU transform ops code owners (#168940)</title>
<updated>2025-11-21T08:02:51+00:00</updated>
<author>
<name>Tuomas Kärnä</name>
<email>tuomas.karna@intel.com</email>
</author>
<published>2025-11-21T08:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4c81b92e602165e3f680236dde92a34de74f5e06'/>
<id>4c81b92e602165e3f680236dde92a34de74f5e06</id>
<content type='text'>
Add charithaintc, Jianhui-Li and tkarna as code owners of XeGPU/TransformOps directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add charithaintc, Jianhui-Li and tkarna as code owners of XeGPU/TransformOps directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir] Add kuhar to code owners for arith (#168945)</title>
<updated>2025-11-20T22:14:45+00:00</updated>
<author>
<name>Jakub Kuderski</name>
<email>jakub@nod-labs.com</email>
</author>
<published>2025-11-20T22:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9e2ca0d7d49b34ff55361a0556bb59f8c593a4da'/>
<id>9e2ca0d7d49b34ff55361a0556bb59f8c593a4da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Github] Error on HTTP 4xx Errors (#168919)</title>
<updated>2025-11-20T18:16:09+00:00</updated>
<author>
<name>Aiden Grossman</name>
<email>aidengrossman@google.com</email>
</author>
<published>2025-11-20T18:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=6d52efca67789f2e8d575b426d97b1ddf6c8d937'/>
<id>6d52efca67789f2e8d575b426d97b1ddf6c8d937</id>
<content type='text'>
When downloading bazelisk/buildifier, we use curl, which still returns
exit code zero on HTTP 4xx errors unless we pass --fail. This patch adds
--fail flags so that error messages are more clear.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When downloading bazelisk/buildifier, we use curl, which still returns
exit code zero on HTTP 4xx errors unless we pass --fail. This patch adds
--fail flags so that error messages are more clear.</pre>
</div>
</content>
</entry>
<entry>
<title>commit-access-review.py: Remove new contributor check (#168629)</title>
<updated>2025-11-19T20:39:14+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2025-11-19T20:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c34927ab5ac9f359616657c3f5e05f868db901f6'/>
<id>c34927ab5ac9f359616657c3f5e05f868db901f6</id>
<content type='text'>
We don't need this anymore since all new contributors in the last year
have applied for commit access using GitHub issues. There is already
code in the script that removes anyone who submitted a request, so we
don't need the old code any more (which was way too conservitave and
very slow).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need this anymore since all new contributors in the last year
have applied for commit access using GitHub issues. There is already
code in the script that removes anyone who submitted a request, so we
don't need the old code any more (which was way too conservitave and
very slow).</pre>
</div>
</content>
</entry>
<entry>
<title>workflows/hlsl-test-all: Drop use of setup-windows action (#167437)</title>
<updated>2025-11-19T20:33:07+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2025-11-19T20:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2f9f492b3d160dee8ae080e981dd6e92aadf56ce'/>
<id>2f9f492b3d160dee8ae080e981dd6e92aadf56ce</id>
<content type='text'>
It doesn't look like these tests are actually run on Windows, so we
don't need it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't look like these tests are actually run on Windows, so we
don't need it.</pre>
</div>
</content>
</entry>
<entry>
<title>workflows/libclang-abi-tests: Remove use of install-ninja action (#168642)</title>
<updated>2025-11-19T20:24:40+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2025-11-19T20:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e00314be1cf5e7ebba25339439d427174eb6f24b'/>
<id>e00314be1cf5e7ebba25339439d427174eb6f24b</id>
<content type='text'>
This is not needed now that we are using the container to run the
workflow.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not needed now that we are using the container to run the
workflow.</pre>
</div>
</content>
</entry>
<entry>
<title>[Github] Make metrics container build use common actions (#168667)</title>
<updated>2025-11-19T17:55:11+00:00</updated>
<author>
<name>Aiden Grossman</name>
<email>aidengrossman@google.com</email>
</author>
<published>2025-11-19T17:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0f615dc6a6bc8b96fe85f23adef740a313537a0e'/>
<id>0f615dc6a6bc8b96fe85f23adef740a313537a0e</id>
<content type='text'>
This patch makes the metrics container build/push job use the common
container build/push actions to simplify the workflow by quite a bit.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes the metrics container build/push job use the common
container build/push actions to simplify the workflow by quite a bit.</pre>
</div>
</content>
</entry>
<entry>
<title>[Github] Bump Runner Version in CI Containers</title>
<updated>2025-11-19T17:54:52+00:00</updated>
<author>
<name>Aiden Grossman</name>
<email>aidengrossman@google.com</email>
</author>
<published>2025-11-19T17:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8ab7b60c27c3c61558b6e94f2b010a41842a7592'/>
<id>8ab7b60c27c3c61558b6e94f2b010a41842a7592</id>
<content type='text'>
To ensure we stay ahead of the ~6 month time horizon. This new version
seems to be mostly small version bumps and minor fixes that probably are
not too relevant to us.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To ensure we stay ahead of the ~6 month time horizon. This new version
seems to be mostly small version bumps and minor fixes that probably are
not too relevant to us.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply "[Github] Update PR labeller to v6.0.1 (#167246)"</title>
<updated>2025-11-19T04:57:18+00:00</updated>
<author>
<name>Aiden Grossman</name>
<email>aidengrossman@google.com</email>
</author>
<published>2025-11-19T04:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c942ebdb66bfdfae5f3665e0dc674c68c70a18f9'/>
<id>c942ebdb66bfdfae5f3665e0dc674c68c70a18f9</id>
<content type='text'>
This reverts commit d772663a9f003a08ee76414397963c58e80b27d7.

This fixes the final issue with the labeller landing. There were
two remaining issues:
1. There was an extra quote on one of the globs
2. Some of the yaml keys were named incorrectly (should have been
   plural)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d772663a9f003a08ee76414397963c58e80b27d7.

This fixes the final issue with the labeller landing. There were
two remaining issues:
1. There was an extra quote on one of the globs
2. Some of the yaml keys were named incorrectly (should have been
   plural)
</pre>
</div>
</content>
</entry>
<entry>
<title>workflows/release-binaries: Drop install-ninja action (#167070)</title>
<updated>2025-11-19T00:40:26+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2025-11-19T00:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7819071c41273e603d1fe1f3e8ab0b11c356a899'/>
<id>7819071c41273e603d1fe1f3e8ab0b11c356a899</id>
<content type='text'>
ninja is already installed by default on Linux and macOS.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ninja is already installed by default on Linux and macOS.</pre>
</div>
</content>
</entry>
</feed>
