aboutsummaryrefslogtreecommitdiff
path: root/libc/cmake
AgeCommit message (Expand)AuthorFilesLines
2020-06-10[libc][NFC] Make cpu feature check tolerate non-x86 architectures.Siva Chandra1-3/+9
2020-06-09[libc] Skip fuzzer as well if its dependent entrypoints are skipped.Siva Chandra Reddy1-2/+18
2020-06-09[libc] Skip entrypoints not present in the entrypoints list.Siva Chandra Reddy2-6/+73
2020-06-02[libc] Add integration tests.Paula Toth1-6/+7
2020-05-21[libc] Make clang-tidy use host compiler's resource dir.Paula Toth2-9/+27
2020-05-21[libc] Fix accidental inclusion of system libc headers.Paula Toth1-2/+10
2020-05-04[libc] Include object files from alias entrypoints also in entrypoint libraries.Siva Chandra Reddy2-1/+36
2020-04-21[libc][Take 2] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy3-107/+109
2020-04-21[libc] Revert "Propagate entrypoint deps to downstream targets."Siva Chandra Reddy3-109/+107
2020-04-21[libc] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy3-107/+109
2020-04-21[libc] [NFC] Split the CMake rules into multiple files.Siva Chandra Reddy5-703/+718
2020-04-17[libc] Add spec/*.td as dependencies to add_gen_headerAlex Brachet1-2/+8
2020-04-16[libc] Add cmake target for linting libc.Paula Toth1-1/+36
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy2-54/+142
2020-04-09[libc] Collect objects only from visible deps of an object library.Siva Chandra Reddy1-1/+6
2020-03-28[libc] Extend add_object rule to handle helper object libraries.Siva Chandra Reddy1-38/+71
2020-03-18[libc] Adding memcpy implementation for x86_64Guillaume Chatelet7-108/+142
2020-03-17[libc] Add a new rule `add_object`.Siva Chandra Reddy1-4/+68
2020-03-09[libc] Take 2: Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy1-1/+8
2020-02-27[libc] Add CMake script to check host cpu featuresGuillaume Chatelet5-0/+131
2020-02-26[libc] Add an optional `NAME` argument to `add_entrypoint_object` rule.Siva Chandra Reddy1-2/+8
2020-02-24[libc] [UnitTest] Create death testsAlex Brachet1-1/+1
2020-02-21[libc] Lay out framework for fuzzing libc functions.Paula Toth1-1/+66
2020-02-04Remove leftover artifacts from use of gtest.Paula Toth1-2/+1
2020-01-29[libc] Add a library of standalone C++ utilities.Siva Chandra Reddy1-0/+44
2020-01-27Fix missing dependency in LibcUnitTestGuillaume Chatelet1-1/+1
2020-01-17[libc] Replace the use of gtest with a new light weight unittest framework.Siva Chandra Reddy1-3/+2
2020-01-07[libc] Add a convenience CMake rule to add testsuites.Siva Chandra Reddy1-0/+5
2019-12-23Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy1-8/+29
2019-11-22[libc] Add a TableGen based header generator.Siva Chandra Reddy1-5/+5
2019-11-01Illustrate a redirector using the example of round function from math.h.Siva Chandra Reddy1-4/+72
2019-10-15[libc] Do not add unittests if LLVM_INCLUDE_TESTS is OFF.Siva Chandra1-0/+4
2019-10-04Add few docs and implementation of strcpy and strcat.Siva Chandra1-0/+280