summaryrefslogtreecommitdiff
path: root/libc/utils/CMakeLists.txt
AgeCommit message (Expand)Author
2025-01-28[libc][complex] Testing infra for MPC (#121261)Shourya Goel
2024-12-30[libc] Move hdrgen into utils/ subdirectory (#121256)Roland McGrath
2024-03-11[libc] Build the GPU during the projects setup like libc-hdrgen (#84667)Joseph Huber
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber
2023-04-18[libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy
2023-02-13[libc] Add a loader utility for AMDHSA architectures for testingJoseph Huber
2023-02-10[libc][Obvious] Include MPFRWrapper and testutils only if tests are enabled.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2023-01-10[libc][NFC] Remove the now unused WrapperGen tool and tests.Siva Chandra Reddy
2022-12-20[libc] Add a baremetal config.Siva Chandra Reddy
2022-11-29[libc] Add initial support for a libc implementation for the GPUJoseph Huber
2022-03-23[libc] Add a new rule add_integration_test.Siva Chandra Reddy
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-03-12[libc] Introduce a full build mode CMake option.Siva Chandra Reddy
2021-01-28[CMake][libc] Support cross-compiling libc-hdrgenPetr Hosek
2020-07-30[libc] Add a tool called WrapperGen.Siva Chandra Reddy
2020-07-28[libc][NFC] Move tablegen indexer class into a util library of its own.Siva Chandra Reddy
2020-06-17[libc][benchmarks] Link the memory benchmark exes to functions from LLVM libc.Siva Chandra Reddy
2020-05-15[libc] Consolidate floating point utils into a single utils library.Siva Chandra Reddy
2020-04-16[libc] Move implementations of cosf, sinf, sincosf to src/math directory.Siva Chandra Reddy
2020-02-24[libc] [UnitTest] Create death testsAlex Brachet
2020-01-29[libc] Add a library of standalone C++ utilities.Siva Chandra Reddy
2020-01-24[llvm-libc] Add memory function benchmarksGuillaume Chatelet
2020-01-17[libc] Replace the use of gtest with a new light weight unittest framework.Siva Chandra Reddy
2019-11-22[libc] Add a TableGen based header generator.Siva Chandra Reddy