<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/test/src/stdlib/SortingTest.h, branch users/nico/python-2</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>[libc][bazel] Minor cleanup to remove unused dependencies. (#130348)</title>
<updated>2025-03-07T21:31:18+00:00</updated>
<author>
<name>Alexey Samsonov</name>
<email>vonosmas@gmail.com</email>
</author>
<published>2025-03-07T21:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d90423e310482bdbc731242fa25dcb3dd44e69de'/>
<id>d90423e310482bdbc731242fa25dcb3dd44e69de</id>
<content type='text'>
* strcpy doesn't need to depend on memcpy
* qsort_test_helper has been generalized and doesn't need to depend on
qsort.

This is a small cleanup to unblock the work outlined in #130327.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* strcpy doesn't need to depend on memcpy
* qsort_test_helper has been generalized and doesn't need to depend on
qsort.

This is a small cleanup to unblock the work outlined in #130327.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Fix sort test failing on NVPTX</title>
<updated>2025-01-06T15:04:31+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2025-01-06T15:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7cb6e6bced8ca5767c3e609f4826982638fd9543'/>
<id>7cb6e6bced8ca5767c3e609f4826982638fd9543</id>
<content type='text'>
Summary:
This test uses too much stack and crashes, make the buffer `static` to
push it to `.bss`. This shouldn't change behavior because the tests are
all run single threaded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This test uses too much stack and crashes, make the buffer `static` to
push it to `.bss`. This shouldn't change behavior because the tests are
all run single threaded.
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][fuzz] workaround gcc's constexpr capture issue in sort fuzzer (#121684)</title>
<updated>2025-01-05T17:12:18+00:00</updated>
<author>
<name>Schrodinger ZHU Yifan</name>
<email>yifanzhu@rochester.edu</email>
</author>
<published>2025-01-05T17:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=de7f5311061d50ef54ec56a783aa6147c5d09526'/>
<id>de7f5311061d50ef54ec56a783aa6147c5d09526</id>
<content type='text'>
Fix the build problem at
https://lab.llvm.org/buildbot/#/builders/131/builds/13255</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the build problem at
https://lab.llvm.org/buildbot/#/builders/131/builds/13255</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Improve qsort (with build fix) (#121482)</title>
<updated>2025-01-04T22:10:41+00:00</updated>
<author>
<name>Lukas Bergdoll</name>
<email>lukas.bergdoll@gmail.com</email>
</author>
<published>2025-01-04T22:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a738d81cd2822698539b0482af48d49d91ea5a2e'/>
<id>a738d81cd2822698539b0482af48d49d91ea5a2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[libc] Improve qsort" (#121303)</title>
<updated>2024-12-29T21:03:53+00:00</updated>
<author>
<name>Schrodinger ZHU Yifan</name>
<email>yifanzhu@rochester.edu</email>
</author>
<published>2024-12-29T21:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0b96f1cf6877c21fee42445fa33f26a52bf3dfe8'/>
<id>0b96f1cf6877c21fee42445fa33f26a52bf3dfe8</id>
<content type='text'>
Reverts llvm/llvm-project#120450</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts llvm/llvm-project#120450</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Improve qsort (#120450)</title>
<updated>2024-12-29T19:55:44+00:00</updated>
<author>
<name>Lukas Bergdoll</name>
<email>lukas.bergdoll@gmail.com</email>
</author>
<published>2024-12-29T19:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d2e71c92b86895781172c3320e6ce828b1df5127'/>
<id>d2e71c92b86895781172c3320e6ce828b1df5127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][stdlib] Implement heap sort. (#98582)</title>
<updated>2024-07-16T12:13:25+00:00</updated>
<author>
<name>lntue</name>
<email>35648136+lntue@users.noreply.github.com</email>
</author>
<published>2024-07-16T12:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a6d2da8b9d7be19816dd4c76b02016c19618c1be'/>
<id>a6d2da8b9d7be19816dd4c76b02016c19618c1be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
