[all-commits] [llvm/llvm-project] 123789: Revert "[libc] Improve qsort (#120450)"
Schrodinger ZHU Yifan via All-commits
all-commits at lists.llvm.org
Sun Dec 29 13:00:24 PST 2024
Branch: refs/heads/revert-120450-improve-qsort
Home: https://github.com/llvm/llvm-project
Commit: 1237893e006750966c8b8410062b6e39d6b1a279
https://github.com/llvm/llvm-project/commit/1237893e006750966c8b8410062b6e39d6b1a279
Author: Schrodinger ZHU Yifan <yifzhu at nvidia.com>
Date: 2024-12-29 (Sun, 29 Dec 2024)
Changed paths:
M libc/src/stdlib/heap_sort.h
M libc/src/stdlib/qsort.cpp
M libc/src/stdlib/qsort_data.h
R libc/src/stdlib/qsort_pivot.h
M libc/src/stdlib/qsort_r.cpp
M libc/src/stdlib/qsort_util.h
M libc/src/stdlib/quick_sort.h
M libc/test/src/stdlib/CMakeLists.txt
M libc/test/src/stdlib/SortingTest.h
M libc/test/src/stdlib/heap_sort_test.cpp
M libc/test/src/stdlib/qsort_r_test.cpp
A libc/test/src/stdlib/qsort_test.cpp
M libc/test/src/stdlib/quick_sort_test.cpp
M utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel
Log Message:
-----------
Revert "[libc] Improve qsort (#120450)"
This reverts commit d2e71c92b86895781172c3320e6ce828b1df5127.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list