llvm-project/libc
Siva Chandra c9e1ecd46d [libc] Adjust aarch64 startup code to reliably sniff out the start args.
Since this now allows, the init/fini array iteration has been added in
a similar fashion to x86_64 and the corresponding test enabled.

Reviewed By: jeffbailey

Differential Revision: https://reviews.llvm.org/D131133
2022-08-03 23:12:02 -07:00
..
AOR_v20.02
benchmarks
cmake/modules [libc] Compile integration tests with -ffreestanding to avoid mixup with system libc. 2022-07-30 03:06:08 +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][doc] Update implementation status of tanhf. 2022-08-01 17:45:40 -04: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
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] Add GNU extension functions pthread_setname_np and pthread_getname_np. 2022-08-02 01:57:03 +00:00
test [libc] Adjust aarch64 startup code to reliably sniff out the start args. 2022-08-03 23:12:02 -07:00
utils [libc][math] Added tanhf function. 2022-08-01 22:43:00 +02:00
.clang-tidy
.gitignore
CMakeLists.txt
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.