llvm/libc
Siva Chandra Reddy b950a0d44d [libc][Obvious] Remove an unnecessary dep and use inline_memcpy.
An unnecessary dep of the getenv function is removed. From the x86_64
loader, a call to __llvm_libc::memcpy is replaced with call to
__llvm_libc::inline_memcpy.
2022-03-22 07:08:57 +00:00
..
AOR_v20.02
benchmarks Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-04 13:45:43 -08:00
cmake/modules [libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING without full build. 2022-03-01 11:04:29 -05:00
config [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00
docs Rewrite much of the index page for libc 2022-02-16 03:46:20 +00:00
fuzzing [libc][NFC] split standalone_cpp into single headers 2022-03-08 11:56:08 -08:00
include [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00
lib
loader [libc][Obvious] Remove an unnecessary dep and use inline_memcpy. 2022-03-22 07:08:57 +00:00
spec [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00
src [libc][Obvious] Remove an unnecessary dep and use inline_memcpy. 2022-03-22 07:08:57 +00:00
test [libc] Add a linux file implementation. 2022-03-21 07:07:22 +00:00
utils [libc] Let exhaustive tests indicate each interval PASSED/FAILED. 2022-03-16 09:56:03 -04:00
.clang-tidy
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING without full build. 2022-03-01 11:04:29 -05: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.