llvm-project/libc
Jeff Bailey f493b21e16 [libc] Update look and feel of libc.llvm.org
This design is borrowed from the lldb folks (thank you!) to declutter
the page.

 * The version number at the top is removed.
 * Links are pushed over to a sidebar
 * The sidebar has headings

There are other minor changes:

* The warning about this project not being ready is now an RST "warning"
* Links to the Bug Reports and the Source Code are Added
* Refer to this project as either "The LLVM C LIbrary" or "The libc"

Tested:
Built locally

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D131242
2022-08-05 18:18:40 +00:00
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
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] Update look and feel of libc.llvm.org 2022-08-05 18:18:40 +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 [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] Implement FLAGS option for generating all combinations for targets. 2022-06-01 00:54:07 -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.