llvm-capstone/libc
lntue 791c5d0eb8
[libc] Improve get_object_files_for_test to reduce CMake configure time for tests. (#75552)
Profiling cmake shows that a significant time configuring `libc` folder
is spent on running `get_object_files_for_test` in the `test` folder (13
sec in `libc/test` folder / 16 sec in `libc` folder). By caching all
needed objects for each target instead of resolving every time, the time
cmake spends on configuring `libc/test` folder is reduced to ~1s.
2023-12-18 13:07:05 -05:00
..
AOR_v20.02 [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
benchmarks [libc] Add --sweep-min-size flag for benchmarks (#70302) 2023-10-26 11:06:15 +02:00
cmake/modules [libc] Improve get_object_files_for_test to reduce CMake configure time for tests. (#75552) 2023-12-18 13:07:05 -05:00
config [libc] Add bind function (#74014) 2023-12-12 13:36:11 -08:00
docs [libc] [search] improve hsearch robustness (#73896) 2023-12-05 09:06:48 -08:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc][NFC] Rename MANTISSA_WIDTH in FRACTION_LEN (#75489) 2023-12-15 13:57:35 +01:00
include [libc] fix -Wmacro-redefined (#75261) 2023-12-13 08:39:39 -08:00
lib
spec [libc] Add bind function (#74014) 2023-12-12 13:36:11 -08:00
src [libc][NFC] Rename MANTISSA_WIDTH in FRACTION_LEN (#75489) 2023-12-15 13:57:35 +01:00
startup [libc] fix issues around stack protector (#74567) 2023-12-12 12:31:51 -08:00
test [libc] Fix improper initialization of StorageType (#75610) 2023-12-15 15:51:10 +01:00
utils Use StringRef::{starts,ends}_with (NFC) 2023-12-16 15:02:17 -08:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] Add base for target config within cmake (#72318) 2023-11-17 11:32:27 -08: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.