hanchenye-llvm-project/libc
Guillaume Chatelet 4a9bcb605b [libc] Memory function benchmarks: rename MemcmpConfiguration in MemcmpOrBcmpConfiguration
This will help make sense of the double use of the same type in https://reviews.llvm.org/D111622#inline-1065560.

Differential Revision: https://reviews.llvm.org/D111868
2021-10-15 13:42:29 +00:00
..
AOR_v20.02
benchmarks [libc] Memory function benchmarks: rename MemcmpConfiguration in MemcmpOrBcmpConfiguration 2021-10-15 13:42:29 +00:00
cmake/modules [libc] Add a new suite called "libc-long-running-tests". 2021-08-21 05:01:28 +00:00
config [libc] add memccpy and mempcpy 2021-10-14 16:38:00 -07:00
docs
fuzzing [libc] Add an implementation of qsort. 2021-09-24 19:22:45 +00:00
include [libc] add inttypes header 2021-08-26 18:04:21 +00:00
lib [libc] add integration tests for scudo in libc 2021-08-04 20:06:09 +00:00
loader
spec [libc] add memccpy and mempcpy 2021-10-14 16:38:00 -07:00
src [libc] add memccpy and mempcpy 2021-10-14 16:38:00 -07:00
test [libc] add memccpy and mempcpy 2021-10-14 16:38:00 -07:00
utils [libc][NFC] Add supporting class for atof implementation 2021-10-04 21:08:02 +00:00
CMakeLists.txt [libc] Enable MPFR library for math functions test 2021-07-27 20:40:04 +00:00
LICENSE.TXT
README.txt

README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.