llvm-project/libc
Siva Chandra Reddy 1ceafe5e0f [libc] Add implementation of ungetc.
A bug in the file read logic has also been fixed along the way. Parts
of the ungetc tests will fail without that bug fixed.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D137286
2022-11-02 22:45:57 +00:00
..
AOR_v20.02
benchmarks clean up std::iterator in LibcBenchmark.h 2022-10-23 10:33:45 +00:00
cmake/modules [libc] Add a simple implementation of the posix_spawn function. 2022-10-13 18:47:47 +00:00
config [libc] Add implementation of ungetc. 2022-11-02 22:45:57 +00:00
docs [libc] Add a doc about the libc fullbuild mode. 2022-11-02 08:18:48 -07:00
examples [libc] Add a doc about the libc fullbuild mode. 2022-11-02 08:18:48 -07:00
fuzzing [libc][cmake] split fputil into individual targets 2022-08-31 10:44:52 -07:00
include [libc] Add definitions of a few missing macros and types. 2022-11-02 07:17:33 +00:00
lib [libc][NFC] Change the libc fullbuild target name to "libc". 2022-08-19 07:07:30 +00:00
loader [libc] Add POSIX execv and execve functions. 2022-10-06 19:50:23 +00:00
spec [libc] Add implementation of ungetc. 2022-11-02 22:45:57 +00:00
src [libc] Add implementation of ungetc. 2022-11-02 22:45:57 +00:00
test [libc] Add implementation of ungetc. 2022-11-02 22:45:57 +00:00
utils [libc] add scanf parser and core utilities 2022-10-28 10:52:51 -07:00
.clang-tidy [libc] Add a naming rule for global constants. 2022-01-19 22:11:16 +00:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [libc] Resolve NaN/implementation-defined behavior of floating-point tests 2022-10-06 21:11:47 -07: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.