summaryrefslogtreecommitdiff
path: root/libc/test/UnitTest/LibcTest.cpp
AgeCommit message (Expand)Author
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2025-02-27[libc][stdfix] Implement fixed point bitsfx functions in llvm libc (#128413)Krishna Pandey
2024-11-12[libc][i386] FPBit support for 96b long double (#115084)Nick Desaulniers
2024-07-15[libc][NFC] Fix printed test time in 32-bit systems (#98922)Mikhail R. Gadelha
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-05-30[libc] android atest compat (#93852)Nick Desaulniers (paternity leave)
2024-04-06[libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for...Guillaume Chatelet
2024-03-08[libc] Provide `LIBC_TYPES_HAS_INT128` (#84149)Guillaume Chatelet
2024-03-08[libc][NFC] Move `BigInt` out of the `cpp` namespace (#84445)Guillaume Chatelet
2024-03-07[reland][libc] Remove UB specializations of type traits for `BigInt` (#84299)Guillaume Chatelet
2024-03-07Revert "[libc] Remove UB specializations of type traits for `BigInt`" (#84297)Guillaume Chatelet
2024-03-07[libc] Remove UB specializations of type traits for `BigInt` (#84035)Guillaume Chatelet
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-15[libc][stdfix] Add support for fixed point types in the testing infrastructur...lntue
2023-11-02[libc] Allow hermetic timing if the `clock` function is built (#71092)Joseph Huber
2023-10-19[libc] Fix accidental LIBC_NAMESPACE_clock_freq (#69620)alfredfo
2023-10-02[libc][NFC] Couple of small warning fixes (#67847)Mikhail R. Gadelha
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-08-09[libc] Better IntegerToString APIGuillaume Chatelet
2023-08-08Revert "[libc] Better IntegerToString API"Guillaume Chatelet
2023-08-08[libc] Better IntegerToString APIGuillaume Chatelet
2023-07-05[libc][Obvious] Fix timing on AMDGPU not being initializedJoseph Huber
2023-07-05[libc][Obvious] Fix bad macro check on NVPTX testsJoseph Huber
2023-07-05[libc] Support timing information in libc testsJoseph Huber
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet
2023-06-14Revert D152630 "[libc] Enable custom logging in LibcTest"Guillaume Chatelet
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet
2023-06-13[libc] Add Int<> type and fix (U)Int<128> compatibility issues.Tue Ly
2023-06-10[libc][NFC] Introduce a Location object for consistent failure loggingGuillaume Chatelet
2023-06-09[libc][NFC] Simplify LibcTest and trim down string allocationsGuillaume Chatelet
2023-05-23[libc] Display unit test runtime for hosted environmentsGuillaume Chatelet
2023-05-18[libc] Use the new wide integer to hex string facility in LibcTest.Siva Chandra Reddy
2023-05-18[libc] Add comparison specialization for cpp:string typeJoseph Huber
2023-04-24[libc] Add rule named `add_libc_hermetic_test` which adds a hermetic test.Siva Chandra Reddy
2023-04-18[libc][NFC] Move ExecuteFunction test util to test/UnitTest.Siva Chandra Reddy
2023-04-17[libc][NFC] Remove the StreamWrapper class and use the new test logger.Siva Chandra Reddy
2023-04-03[re-reland][libc] Adds string and TestLogger classes, use them in LibcTestGuillaume Chatelet
2023-04-03Revert D147231 "[reland][libc] Adds string and TestLogger classes, use them i...Guillaume Chatelet
2023-04-03[reland][libc] Adds string and TestLogger classes, use them in LibcTestGuillaume Chatelet
2023-04-02Revert D147231 "[libc] Adds string and TestLogger classes, use them in LibcTest"Guillaume Chatelet
2023-04-02[libc] Adds string and TestLogger classes, use them in LibcTestGuillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy