summaryrefslogtreecommitdiff
path: root/libc/test/utils
AgeCommit message (Expand)Author
2025-06-06[libc] Correct x86_64 architecture for string(s) tests. (#143150)lntue
2024-07-28[libc] Fix the remaining isnan and isinf in tests. (#100969)lntue
2024-05-30[libc] android atest compat (#93852)Nick Desaulniers (paternity leave)
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber
2024-01-17[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Guillaume Chatelet
2024-01-17Revert "[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits special...Guillaume Chatelet
2024-01-17[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Guillaume Chatelet
2024-01-16Revert "[libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Nick Desaulniers
2024-01-16[libc][NFC] Refactor FPBits and remove LongDoubleBits specialization (#78192)Guillaume Chatelet
2023-12-20[libc][NFC] Rename `MAX_EXPONENT` to `MAX_BIASED_EXPONENT` (#75932)Guillaume Chatelet
2023-12-11[libc][NFC] Fix mixed up biased/unbiased exponent (#75037)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-01[libc] Reduce math tests runtimeGuillaume Chatelet
2023-05-04[libc] Enable running libc unit tests on NVPTXJoseph Huber
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.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-12-11[libc] Fix wrappergen_test.cpp on runtimes buildJoseph Huber
2022-12-09[libc] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-12-01[libc][Obvious] Fix the build after e748db0f7f0971dc258c6631ae1fb0a38cfdf9dd.Siva Chandra Reddy
2022-08-31[libc][cmake] split fputil into individual targetsMichael Jones
2022-03-08[libc][NFC] split standalone_cpp into single headersMichael Jones
2022-03-04Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-02Revert "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-02[cmake] Prefix gtest and gtest_main with "llvm_".Stella Laurenzo
2022-02-12[libc][Obvious][NFC] Move CPP tests to the correct nested directory.Siva Chandra Reddy
2022-02-11[libc] Fix allocator inclusionMichael Jones
2022-02-10[libc][obvious] only include vector with mallocMichael Jones
2022-02-10[libc] add a vector internal classMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy
2021-09-28[libc] Add support for 128 bit ints in limits.hMichael Jones
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-07-23[libc] Add option to run specific testsCaitlyn Cano
2021-06-09[libc][NFC][Obvious] Compare against size_t values in ArrayRef tests.Siva Chandra Reddy
2021-05-05[libc] Normalize LIBC_TARGET_MACHINEGuillaume Chatelet
2021-04-21[libc] Enhance ArrayRef + unittestsGuillaume Chatelet
2021-03-12[libc] Introduce a full build mode CMake option.Siva Chandra Reddy
2021-02-23[libc] Add a standalone flavor of an equivalent of std::string_view.Siva Chandra Reddy
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2020-12-17[libc][Obvious] Fix typo is wrappergen unittest.Siva Chandra Reddy
2020-12-17[libc] Refactor WrapperGen to make the flow cleaner.Siva Chandra Reddy
2020-12-15[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.Siva Chandra Reddy
2020-12-11[libc] Let wrappergen pick LLVM libc mangled name from aliasee file.Siva Chandra Reddy
2020-12-04[libc] add tests to WrapperGenMichael Jones
2020-08-05[libc] Add strspn implementation and std::bitsetcgyurgyik