aboutsummaryrefslogtreecommitdiff
path: root/libc/cmake
AgeCommit message (Expand)AuthorFilesLines
2022-07-22[libc] Implement sinf function that is correctly rounded to all rounding modes.Tue Ly1-1/+1
2022-07-22[libc] Add float type and flag for nearest_integer to enable SSE4.2.Tue Ly2-0/+17
2022-07-13[libc][NFC] Make all integration tests depend on the threads implementation.Siva Chandra Reddy1-7/+3
2022-06-30[libc][Obvious] Do not add __NO_ to targets with FLAG__NO suffix.Tue Ly3-4/+4
2022-06-23[libc] Revert "Eliminate the internal header library target."Siva Chandra Reddy1-4/+12
2022-06-23[libc][NFC] Eliminate the internal header library target.Siva Chandra Reddy1-12/+4
2022-06-22Re-land [libc] Apply no-builtin everywhere, remove unnecessary flagsGuillaume Chatelet1-1/+1
2022-06-16Revert "[libc] Apply no-builtin everywhere, remove unnecessary flags"Guillaume Chatelet1-1/+1
2022-06-06[libc] Fix cmake compatibility issue with list(POP_FRONT).Tue Ly3-4/+8
2022-06-03[libc] Automatically add -mfma flag for architectures supporting FMA.Tue Ly3-4/+33
2022-06-01[libc] Apply no-builtin everywhere, remove unnecessary flagsGuillaume Chatelet1-1/+1
2022-06-01[libc] Implement FLAGS option for generating all combinations for targets.Tue Ly5-69/+629
2022-05-20Revert "[libc] Apply no-builtin everywhere, remove unnecessary flags"Guillaume Chatelet1-1/+1
2022-05-19[libc] Apply no-builtin everywhere, remove unnecessary flagsGuillaume Chatelet1-1/+1
2022-05-08[libc][Obvious] Fix cmake usage of list PREPEND (unavailable pre-3.15).Tue Ly1-4/+4
2022-05-08[libc] Add LINK_LIBRARIES option to add_fp_unittest and add_libc_unittest.Tue Ly1-13/+10
2022-03-28[libc] Set rtlib to compiler-rt in integration tests.Siva Chandra Reddy1-1/+6
2022-03-24[libc] Use real objects and archives in integration tests.Siva Chandra Reddy1-9/+17
2022-03-23[libc] Add a new rule add_integration_test.Siva Chandra Reddy1-0/+126
2022-03-01[libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING wit...Tue Ly1-7/+6
2022-02-15[libc] change ASAN condition to generator expressionMichael Jones1-1/+1
2022-02-08[libc] Disable rtti/expectionsGuillaume Chatelet1-0/+9
2022-02-04[libc] Set default CXX_STANDARD to C++17 and let targets set their own standa...Tue Ly2-4/+27
2022-01-13[libc] Add multithreading support for exhaustive testing and MPFRUtils.Tue Ly1-7/+17
2021-12-09[libc] Add a .clang-tidy file for the toplevel libc directory.Siva Chandra Reddy1-2/+0
2021-12-07[libc] fix the .yaml files not being trackedMichael Jones1-0/+1
2021-12-07[libc] update tidy rules to fix variable formattingMichael Jones1-0/+1
2021-10-27[libc] add malloc funcs as external entrypointsMichael Jones2-9/+42
2021-08-21[libc] Add a new suite called "libc-long-running-tests".Siva Chandra Reddy1-0/+5
2021-07-27[libc] Enable MPFR library for math functions testHedin Garca1-0/+14
2021-07-23[libc] add option to use SCUDO as the allocatorMichael Jones1-1/+7
2021-07-23[libc] Add option to run specific testsCaitlyn Cano1-1/+6
2021-07-13[libc] Don't pass -fpie/-ffreestanding on WindowsCaitlyn Cano1-1/+5
2021-05-12[libc] Simplifies multi implementationsGuillaume Chatelet1-84/+22
2021-05-10[libc] Rever "Simplifies multi implementations and benchmarks".Siva Chandra Reddy1-18/+84
2021-05-10[libc] Simplifies multi implementations and benchmarksGuillaume Chatelet1-84/+18
2021-05-10[libc] Allow target architecture customizationGuillaume Chatelet3-28/+17
2021-05-05[libc] Normalize LIBC_TARGET_MACHINEGuillaume Chatelet2-1/+23
2021-03-22[libc][NFC] Add an alias named "check-llvmlibc" for "check-libc".Siva Chandra1-1/+1
2021-03-20[libc] Use add_library in add_entrypoint_library instead of invoking ar.Siva Chandra1-72/+46
2021-03-12[libc] Introduce a full build mode CMake option.Siva Chandra Reddy1-1/+6
2021-02-24[libc][NFC] Exclude few targets from the `all` target.Siva Chandra Reddy2-0/+5
2021-02-23[libc] Add exhaustive test for sqrtf.Tue Ly1-0/+5
2021-01-28[CMake][libc] Support cross-compiling libc-hdrgenPetr Hosek1-2/+3
2021-01-28[CMake][libc] Don't do CPU feature detection when cross-compilingPetr Hosek1-12/+22
2021-01-27[libc][NFC] Use a end of list marker for cpu feature detection.Siva Chandra Reddy1-0/+3
2021-01-21[libc] Distinguish compiler and run failuresPetr Hosek1-2/+4
2021-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones1-58/+26
2020-12-14[libc][NFC] Skip adding dummy targets for skipped unit tests.Siva Chandra1-8/+0
2020-12-08[libc] Raise x87 exceptions by synchronizing with "fwait".Siva Chandra Reddy1-1/+1