llvm-project/libc
Jeff Bailey 7889c41938 [libc] Website fixes (sidebar and mobile)
Add "using" and "status" sections to the sidebar to make getting these
easier.

Fixed mobile formatting not overflow left and right.

Tested:
Chrome on Desktop, using mobile restrictions in devtools.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D131369
2022-08-08 18:38:01 +00:00
..
AOR_v20.02
benchmarks Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
cmake/modules [libc][NFC] Add a few compiler warning flags. 2022-08-04 23:46:38 +00:00
config [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np. 2022-08-02 01:57:03 +00:00
docs [libc] Website fixes (sidebar and mobile) 2022-08-08 18:38:01 +00:00
fuzzing [libc][NFC] Use STL case for type_traits 2022-07-29 09:57:03 +00:00
include [libc] Add dirent.h functions opendir, readdir, closedir and dirfd. 2022-07-25 20:23:25 +00:00
lib Use add_llvm_install_targets for install-llvmlibc 2022-07-04 17:18:36 +00:00
loader [libc] Adjust aarch64 startup code to reliably sniff out the start args. 2022-08-03 23:12:02 -07:00
spec [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np. 2022-08-02 01:57:03 +00:00
src [libc] Implement sincosf function correctly rounded to all rounding modes. 2022-08-05 09:58:01 -04:00
test [libc] Implement sincosf function correctly rounded to all rounding modes. 2022-08-05 09:58:01 -04:00
utils [libc] Prevent overflow from intermediate results when adding UInt<N> values. 2022-08-04 15:01:16 -04:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] Implement FLAGS option for generating all combinations for targets. 2022-06-01 00:54:07 -04:00
LICENSE.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.