[all-commits] [llvm/llvm-project] d2e71c: [libc] Improve qsort (#120450)

Lukas Bergdoll via All-commits all-commits at lists.llvm.org
Sun Dec 29 11:56:05 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2e71c92b86895781172c3320e6ce828b1df5127
      https://github.com/llvm/llvm-project/commit/d2e71c92b86895781172c3320e6ce828b1df5127
  Author: Lukas Bergdoll <lukas.bergdoll at gmail.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
    A 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
    R 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:
  -----------
  [libc] Improve qsort (#120450)



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