<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git, branch users/MaskRay/spr/elf-add-thinlto-index</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>[𝘀𝗽𝗿] initial version</title>
<updated>2024-09-21T16:35:01+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2024-09-21T16:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0f57d5e19a1a9fe617a3513163a7777f0bf5dea5'/>
<id>0f57d5e19a1a9fe617a3513163a7777f0bf5dea5</id>
<content type='text'>
Created using spr 1.3.5-bogner
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Created using spr 1.3.5-bogner
</pre>
</div>
</content>
</entry>
<entry>
<title>[ARM] Use MCRegister in 2 functions in ARMTargetStreamer. NFC</title>
<updated>2024-09-21T05:59:48+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@sifive.com</email>
</author>
<published>2024-09-21T05:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=18225c783a00bde62f19a177a57de388e20c2bba'/>
<id>18225c783a00bde62f19a177a57de388e20c2bba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[flang][cuda][NFC] Expose conversion patterns from CUF to FIR calls (#109465)</title>
<updated>2024-09-21T05:28:10+00:00</updated>
<author>
<name>Valentin Clement (バレンタイン クレメン)</name>
<email>clementval@gmail.com</email>
</author>
<published>2024-09-21T05:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f760db124972a07ead0976d3c7b2cb309a0f6acb'/>
<id>f760db124972a07ead0976d3c7b2cb309a0f6acb</id>
<content type='text'>
Expose conversion patterns so they can be reused outside of this pass.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose conversion patterns so they can be reused outside of this pass.</pre>
</div>
</content>
</entry>
<entry>
<title>[AMDGPU][NewPM] Port SILowerSGPRSpills to NPM (#108934)</title>
<updated>2024-09-21T04:29:36+00:00</updated>
<author>
<name>Akshat Oke</name>
<email>76596238+Akshat-Oke@users.noreply.github.com</email>
</author>
<published>2024-09-21T04:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0b0874755d4f339ae3ef6a43421405ebe9d645f3'/>
<id>0b0874755d4f339ae3ef6a43421405ebe9d645f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Parallel] Revert sequential task changes</title>
<updated>2024-09-21T04:15:42+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2024-09-21T04:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b84d773fd004ce719da69fbae5ec1dbc2b951230'/>
<id>b84d773fd004ce719da69fbae5ec1dbc2b951230</id>
<content type='text'>
https://reviews.llvm.org/D148728 introduced `bool Sequential` to unify
`execute` and the old `spawn` without argument. However, sequential
tasks might be executed by any worker thread (non-deterministic),
leading to non-determinism output for ld.lld -z nocombreloc (see
https://reviews.llvm.org/D133003).

In addition, the extra member variables have overhead.
This sequential task has only been used for lld parallel relocation
scanning.

This patch restores the behavior before https://reviews.llvm.org/D148728 .

Fix #105958

Pull Request: https://github.com/llvm/llvm-project/pull/109084
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://reviews.llvm.org/D148728 introduced `bool Sequential` to unify
`execute` and the old `spawn` without argument. However, sequential
tasks might be executed by any worker thread (non-deterministic),
leading to non-determinism output for ld.lld -z nocombreloc (see
https://reviews.llvm.org/D133003).

In addition, the extra member variables have overhead.
This sequential task has only been used for lld parallel relocation
scanning.

This patch restores the behavior before https://reviews.llvm.org/D148728 .

Fix #105958

Pull Request: https://github.com/llvm/llvm-project/pull/109084
</pre>
</div>
</content>
</entry>
<entry>
<title>[clangd] Collect comments from function definitions into the index (#67802)</title>
<updated>2024-09-21T03:54:20+00:00</updated>
<author>
<name>Christian Kandeler</name>
<email>christian.kandeler@qt.io</email>
</author>
<published>2024-09-21T03:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0659fd996784cbc2b11379380a03633fa80f7816'/>
<id>0659fd996784cbc2b11379380a03633fa80f7816</id>
<content type='text'>
This is useful with projects that put their (doxygen) comments at the
implementation site, rather than the header.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful with projects that put their (doxygen) comments at the
implementation site, rather than the header.</pre>
</div>
</content>
</entry>
<entry>
<title>[NFC] [HWASan] pull removeFnAttributes into function (#109488)</title>
<updated>2024-09-21T03:37:13+00:00</updated>
<author>
<name>Florian Mayer</name>
<email>fmayer@google.com</email>
</author>
<published>2024-09-21T03:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0cab475d1126305dc1bbb2ba269e40d704dfb90f'/>
<id>0cab475d1126305dc1bbb2ba269e40d704dfb90f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[TableGen] Use StringSet instead of StringMap (NFC) (#109469)</title>
<updated>2024-09-21T03:32:23+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2024-09-21T03:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=68849a878858f981e19c5a664310e0ff059f27e7'/>
<id>68849a878858f981e19c5a664310e0ff059f27e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[MC] Remove unneeded null getFragment() check. NFC</title>
<updated>2024-09-21T03:03:15+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2024-09-21T03:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2c4da3c44bf66e764642b94335f7d718730055f5'/>
<id>2c4da3c44bf66e764642b94335f7d718730055f5</id>
<content type='text'>
Follow-up to d620ba0344c719da51b6067975439ed84024b1ac.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to d620ba0344c719da51b6067975439ed84024b1ac.
</pre>
</div>
</content>
</entry>
<entry>
<title>[rtsan] Prune rtsan context and assertions tests (#109503)</title>
<updated>2024-09-21T02:55:36+00:00</updated>
<author>
<name>davidtrevelyan</name>
<email>davidtrevelyan@users.noreply.github.com</email>
</author>
<published>2024-09-21T02:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cf85b33e961ec402b325d0a9396babc62625bd5e'/>
<id>cf85b33e961ec402b325d0a9396babc62625bd5e</id>
<content type='text'>
Disentangles (and simplifies) integration-like tests for
`__rtsan::ExpectNotRealtime` and `__rtsan::Context` into simpler unit
tests. None of the tests are new, but their assertions have changed to
reflect the more direct testing strategy.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disentangles (and simplifies) integration-like tests for
`__rtsan::ExpectNotRealtime` and `__rtsan::Context` into simpler unit
tests. None of the tests are new, but their assertions have changed to
reflect the more direct testing strategy.</pre>
</div>
</content>
</entry>
</feed>
