<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/docs/ReleaseNotes.md, branch users/mingmingl-llvm/samplefdo-profile-format</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>[MachineOutliner] Add profile guided outlining (#154437)</title>
<updated>2025-09-09T17:06:46+00:00</updated>
<author>
<name>Ellis Hoag</name>
<email>ellis.sparky.hoag@gmail.com</email>
</author>
<published>2025-09-09T17:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ada9da71646d16dc7f3b5bfb27446ff1d86aa8f8'/>
<id>ada9da71646d16dc7f3b5bfb27446ff1d86aa8f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[lit] Remove python 2.7 code paths in builtin diff</title>
<updated>2025-09-09T03:19:49+00:00</updated>
<author>
<name>Aiden Grossman</name>
<email>aidengrossman@google.com</email>
</author>
<published>2025-09-09T03:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9bec2621ba3755c1aa79eec9288129c0a76e99a0'/>
<id>9bec2621ba3755c1aa79eec9288129c0a76e99a0</id>
<content type='text'>
Lit's builtin diff command had some Python 2.7 code paths lying around
that we can probably get rid of at this point. LLVM at this point
requires Python 3.8 at minimum. Keeping lit working at a lower version
is a reasonable goal, but I think we can probably drop python 2 support
at this point given how long it has been deprecated and how long LLVM
has supported Python 3.

Reviewers: jdenny-ornl, ilovepi, petrhosek

Reviewed By: ilovepi

Pull Request: https://github.com/llvm/llvm-project/pull/157558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lit's builtin diff command had some Python 2.7 code paths lying around
that we can probably get rid of at this point. LLVM at this point
requires Python 3.8 at minimum. Keeping lit working at a lower version
is a reasonable goal, but I think we can probably drop python 2 support
at this point given how long it has been deprecated and how long LLVM
has supported Python 3.

Reviewers: jdenny-ornl, ilovepi, petrhosek

Reviewed By: ilovepi

Pull Request: https://github.com/llvm/llvm-project/pull/157558
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm-readobj][ELF] Prints hex format values in lower-case mode (#156683)</title>
<updated>2025-09-05T13:11:13+00:00</updated>
<author>
<name>Ádám Kallai</name>
<email>kadam@inf.u-szeged.hu</email>
</author>
<published>2025-09-05T13:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e11092824b1210fb2f0b632bee5dade2d9bde9d0'/>
<id>e11092824b1210fb2f0b632bee5dade2d9bde9d0</id>
<content type='text'>
Previously, llvm-readelf dumped hex format values in different ways.
Some of them were printed in upper-case, while the others were in
lower-case format. This change switches the format to lower-case in all
cases.

Why is this useful? As an example, FileCheck comparisons are
case-sensitive by default. This change means it's easier to compare
those values, because they have the same format.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, llvm-readelf dumped hex format values in different ways.
Some of them were printed in upper-case, while the others were in
lower-case format. This change switches the format to lower-case in all
cases.

Why is this useful? As an example, FileCheck comparisons are
case-sensitive by default. This change means it's easier to compare
those values, because they have the same format.</pre>
</div>
</content>
</entry>
<entry>
<title>[RISCV] Implement MC support for Zvfbfa extension (#151106)</title>
<updated>2025-08-28T01:36:10+00:00</updated>
<author>
<name>Jim Lin</name>
<email>jim@andestech.com</email>
</author>
<published>2025-08-28T01:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=717771e13da9ac8a46139ccd4510c7b4ff7f42b8'/>
<id>717771e13da9ac8a46139ccd4510c7b4ff7f42b8</id>
<content type='text'>
This patch adds MC support for Zvfbfa
https://github.com/aswaterman/riscv-misc/blob/main/isa/zvfbfa.adoc

Since Zvfbfa implies Zve32f, vector floating-point instructions can be
used directly with Zvfbfa extension.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds MC support for Zvfbfa
https://github.com/aswaterman/riscv-misc/blob/main/isa/zvfbfa.adoc

Since Zvfbfa implies Zve32f, vector floating-point instructions can be
used directly with Zvfbfa extension.</pre>
</div>
</content>
</entry>
<entry>
<title>[RISCV] Remove experimental from Smctr and Ssctr. (#153903)</title>
<updated>2025-08-16T00:18:09+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@sifive.com</email>
</author>
<published>2025-08-16T00:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e67ec12640e7cff396932c2bc1401504bba38085'/>
<id>e67ec12640e7cff396932c2bc1401504bba38085</id>
<content type='text'>
These extensions were ratified in November 2024.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These extensions were ratified in November 2024.</pre>
</div>
</content>
</entry>
<entry>
<title>[LLVM][utils] Add script which clears release notes (#153593)</title>
<updated>2025-08-15T11:00:08+00:00</updated>
<author>
<name>Yanzuo Liu</name>
<email>zwuis@outlook.com</email>
</author>
<published>2025-08-15T11:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3b27d50cc792a49b4b1b6fe399f9d9085e536b55'/>
<id>3b27d50cc792a49b4b1b6fe399f9d9085e536b55</id>
<content type='text'>
The script copies `ReleaseNotesTemplate.txt` to corresponding
`ReleaseNotes.rst`/`.md` to clear release notes.

The suffix of `ReleaseNotesTemplate.txt` must be `.txt`. If it is
`.rst`/`.md`, it will be treated as a documentation source file when
building documentation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The script copies `ReleaseNotesTemplate.txt` to corresponding
`ReleaseNotes.rst`/`.md` to clear release notes.

The suffix of `ReleaseNotesTemplate.txt` must be `.txt`. If it is
`.rst`/`.md`, it will be treated as a documentation source file when
building documentation.</pre>
</div>
</content>
</entry>
<entry>
<title>[RISCV] Add a release note about tail folding being enabled. NFC (#153535)</title>
<updated>2025-08-15T03:53:44+00:00</updated>
<author>
<name>Luke Lau</name>
<email>luke@igalia.com</email>
</author>
<published>2025-08-15T03:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1761b80a4aa19829e37a2b81e7b891c1dfa31f10'/>
<id>1761b80a4aa19829e37a2b81e7b891c1dfa31f10</id>
<content type='text'>
It's probably useful for users to know how to get the old scalar
epilogue back if they need it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's probably useful for users to know how to get the old scalar
epilogue back if they need it.</pre>
</div>
</content>
</entry>
<entry>
<title>[SLP]Initial FMAD support (#149102)</title>
<updated>2025-08-11T12:53:55+00:00</updated>
<author>
<name>Alexey Bataev</name>
<email>a.bataev@outlook.com</email>
</author>
<published>2025-08-07T13:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=67af2f6c5cde00f69b76248380ac47c42df962a2'/>
<id>67af2f6c5cde00f69b76248380ac47c42df962a2</id>
<content type='text'>
Added initial check for potential fmad conversion in reductions and
operands vectorization.

Added the check for instruction to fix #152683

Skipped the code for reduction to avoid regressions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added initial check for potential fmad conversion in reductions and
operands vectorization.

Added the check for instruction to fix #152683

Skipped the code for reduction to avoid regressions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[SLP]Initial FMAD support (#149102)"</title>
<updated>2025-08-10T14:16:01+00:00</updated>
<author>
<name>David Green</name>
<email>david.green@arm.com</email>
</author>
<published>2025-08-10T14:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cfe190979e8272c3192a5ce576b12daa6a8bfd8b'/>
<id>cfe190979e8272c3192a5ce576b12daa6a8bfd8b</id>
<content type='text'>
This reverts commit 0fffb9f9ed81f4c2084b8fe040c88b60bb6c372a due to major
performance regressions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0fffb9f9ed81f4c2084b8fe040c88b60bb6c372a due to major
performance regressions.
</pre>
</div>
</content>
</entry>
<entry>
<title>[SLP]Initial FMAD support (#149102)</title>
<updated>2025-08-08T17:30:23+00:00</updated>
<author>
<name>Alexey Bataev</name>
<email>a.bataev@outlook.com</email>
</author>
<published>2025-08-07T13:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0fffb9f9ed81f4c2084b8fe040c88b60bb6c372a'/>
<id>0fffb9f9ed81f4c2084b8fe040c88b60bb6c372a</id>
<content type='text'>
Added initial check for potential fmad conversion in reductions and
operands vectorization.

Added the check for instruction to fix #152683
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added initial check for potential fmad conversion in reductions and
operands vectorization.

Added the check for instruction to fix #152683
</pre>
</div>
</content>
</entry>
</feed>
