[all-commits] [llvm/llvm-project] 32a500: [libc] Add an implementation of bsearch.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Sep 22 09:37:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32a50078657dd8beead327a3478ede4e9d730432
https://github.com/llvm/llvm-project/commit/32a50078657dd8beead327a3478ede4e9d730432
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-09-22 (Wed, 22 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/spec/spec.td
M libc/spec/stdc.td
M libc/src/stdlib/CMakeLists.txt
A libc/src/stdlib/bsearch.cpp
A libc/src/stdlib/bsearch.h
M libc/test/src/stdlib/CMakeLists.txt
A libc/test/src/stdlib/bsearch_test.cpp
Log Message:
-----------
[libc] Add an implementation of bsearch.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D110222
More information about the All-commits
mailing list