[all-commits] [llvm/llvm-project] 5eb6b8: [libc] Add an implementation of qsort.

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Sep 24 12:23:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5eb6b8272931473f3b279db5d2c0006993fda21a
      https://github.com/llvm/llvm-project/commit/5eb6b8272931473f3b279db5d2c0006993fda21a
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/fuzzing/CMakeLists.txt
    A libc/fuzzing/stdlib/CMakeLists.txt
    A libc/fuzzing/stdlib/qsort_fuzz.cpp
    M libc/spec/spec.td
    M libc/spec/stdc.td
    M libc/src/stdlib/CMakeLists.txt
    A libc/src/stdlib/qsort.cpp
    A libc/src/stdlib/qsort.h
    M libc/test/src/stdlib/CMakeLists.txt
    A libc/test/src/stdlib/qsort_test.cpp

  Log Message:
  -----------
  [libc] Add an implementation of qsort.

A fuzzer for qsort has also been added.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D110382




More information about the All-commits mailing list