llvm/libc
Kirill Okhotnikov fdf1fda5a8 [libc][math] Improved ExhaustiveTest performance.
Previous implementation splits value ranges around threads. Because of
very different performance of testing functions over different ranges,
CPU utilization were poor. Current implementation split test range
over small pieces and threads take the pieces when they finish with
previous. Therefore the CPU load is constant during testing.

Differential Revision: https://reviews.llvm.org/D128995
2022-07-01 18:32:54 +02: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][Obvious] Do not add __NO_ to targets with FLAG__NO suffix. 2022-06-30 10:45:59 -04:00
config [libc] Add a simple arm32 config. 2022-06-27 09:03:22 +00:00
docs [libc][docs] Added fmod performance results. 2022-06-27 19:31:54 +02:00
fuzzing [libc][NFC] split standalone_cpp into single headers 2022-03-08 11:56:08 -08:00
include [libc] Add pthread_create and pthread_join functions. 2022-06-02 01:47:24 +00:00
lib
loader [libc] Add TLS image initialization to aarch64 startup code. 2022-06-17 22:50:14 -07:00
spec [libc][math] fmod/fmodf implementation. 2022-06-24 23:09:14 +02:00
src [libc] add integer writing to printf 2022-06-28 14:00:46 -07:00
test [libc][math] Improved ExhaustiveTest performance. 2022-07-01 18:32:54 +02:00
utils [libc][math] fmod/fmodf implementation. 2022-06-24 23:09:14 +02:00
.clang-tidy
.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
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.