History log of /llvm-project/libc/test/src/stdlib/SortingTest.h (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7
# 7cb6e6bc 06-Jan-2025 Joseph Huber <huberjn@outlook.com>

[libc] Fix sort test failing on NVPTX

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

[libc] Fix sort test failing on NVPTX

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.

show more ...


# de7f5311 05-Jan-2025 Schrodinger ZHU Yifan <yifanzhu@rochester.edu>

[libc][fuzz] workaround gcc's constexpr capture issue in sort fuzzer (#121684)

Fix the build problem at
https://lab.llvm.org/buildbot/#/builders/131/builds/13255


# a738d81c 04-Jan-2025 Lukas Bergdoll <lukas.bergdoll@gmail.com>

[libc] Improve qsort (with build fix) (#121482)


# 0b96f1cf 29-Dec-2024 Schrodinger ZHU Yifan <yifanzhu@rochester.edu>

Revert "[libc] Improve qsort" (#121303)

Reverts llvm/llvm-project#120450


# d2e71c92 29-Dec-2024 Lukas Bergdoll <lukas.bergdoll@gmail.com>

[libc] Improve qsort (#120450)


Revision tags: llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0, llvmorg-19.1.0-rc4, llvmorg-19.1.0-rc3, llvmorg-19.1.0-rc2, llvmorg-19.1.0-rc1, llvmorg-20-init
# a6d2da8b 16-Jul-2024 lntue <35648136+lntue@users.noreply.github.com>

[libc][stdlib] Implement heap sort. (#98582)