llvm-project/libc
Siva Chandra Reddy d9bbad277c [libc][Obvious][NFC] A bunch of cosmetic cleanup.
* Added missing header guards.
* Fixed license header format in a few files.
* Renamed files to more suitable names.
2021-11-19 17:02:55 +00:00
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
benchmarks [libc][benchmark] add memmove to size distribution, also update other distributions 2021-11-17 09:22:05 +00:00
cmake/modules [libc] add malloc funcs as external entrypoints 2021-10-27 10:21:01 -07:00
config [libc] add stpcpy and stpncpy 2021-11-04 11:39:26 -07:00
docs [NFC] Trim trailing whitespace in *.rst 2021-11-15 09:17:08 +08:00
fuzzing [libc][Obvious][NFC] A bunch of cosmetic cleanup. 2021-11-19 17:02:55 +00:00
include [libc][Obvious][NFC] A bunch of cosmetic cleanup. 2021-11-19 17:02:55 +00:00
lib [libc] add malloc funcs as external entrypoints 2021-10-27 10:21:01 -07:00
loader [libc] Normalize LIBC_TARGET_MACHINE 2021-05-05 15:52:42 +00:00
spec [libc] add stpcpy and stpncpy 2021-11-04 11:39:26 -07:00
src [libc][Obvious][NFC] A bunch of cosmetic cleanup. 2021-11-19 17:02:55 +00:00
test [libc] fix strtof/d/ld NaN parsing 2021-11-17 11:00:54 -08:00
utils [libc] Add more robust compile time architecture detection 2021-11-02 11:00:33 +00:00
CMakeLists.txt [libc][NFC] Remove extra space in libc/CMakeLists.txt 2021-10-25 16:29:14 -04:00
LICENSE.TXT Rename top-level LICENSE.txt files to LICENSE.TXT 2021-03-10 21:26:24 -08:00
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.