aboutsummaryrefslogtreecommitdiff
path: root/libc/test/utils
AgeCommit message (Expand)AuthorFilesLines
2024-05-30[libc] android atest compat (#93852)Nick Desaulniers (paternity leave)1-14/+16
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue2-2/+2
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones1-1/+1
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber1-2/+2
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-1/+1
2024-01-17[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Guillaume Chatelet1-6/+6
2024-01-17Revert "[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits special...Guillaume Chatelet1-6/+6
2024-01-17[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Guillaume Chatelet1-6/+6
2024-01-16Revert "[libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Nick Desaulniers1-6/+6
2024-01-16[libc][NFC] Refactor FPBits and remove LongDoubleBits specialization (#78192)Guillaume Chatelet1-6/+6
2023-12-20[libc][NFC] Rename `MAX_EXPONENT` to `MAX_BIASED_EXPONENT` (#75932)Guillaume Chatelet1-1/+1
2023-12-11[libc][NFC] Fix mixed up biased/unbiased exponent (#75037)Guillaume Chatelet1-5/+5
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet2-8/+8
2023-06-01[libc] Reduce math tests runtimeGuillaume Chatelet1-6/+7
2023-05-04[libc] Enable running libc unit tests on NVPTXJoseph Huber1-0/+4
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy2-24/+24
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy2-2/+2
2023-01-10[libc][NFC] Remove the now unused WrapperGen tool and tests.Siva Chandra Reddy5-415/+0
2022-12-20[libc] Add a baremetal config.Siva Chandra Reddy1-0/+4
2022-12-11[libc] Fix wrappergen_test.cpp on runtimes buildJoseph Huber2-1/+7
2022-12-09[libc] Use std::nullopt instead of None (NFC)Kazu Hirata1-16/+17
2022-12-01[libc][Obvious] Fix the build after e748db0f7f0971dc258c6631ae1fb0a38cfdf9dd.Siva Chandra Reddy1-8/+8
2022-08-31[libc][cmake] split fputil into individual targetsMichael Jones1-1/+1
2022-03-08[libc][NFC] split standalone_cpp into single headersMichael Jones1-1/+3
2022-03-04Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo1-3/+3
2022-03-02Revert "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo1-3/+3
2022-03-02[cmake] Prefix gtest and gtest_main with "llvm_".Stella Laurenzo1-3/+3
2022-02-12[libc][Obvious][NFC] Move CPP tests to the correct nested directory.Siva Chandra Reddy7-589/+0
2022-02-11[libc] Fix allocator inclusionMichael Jones1-11/+9
2022-02-10[libc][obvious] only include vector with mallocMichael Jones1-9/+11
2022-02-10[libc] add a vector internal classMichael Jones2-0/+47
2021-12-07[libc] apply new lint rulesMichael Jones1-8/+8
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy6-9/+9
2021-09-28[libc] Add support for 128 bit ints in limits.hMichael Jones2-0/+59
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones2-2/+2
2021-07-23[libc] Add option to run specific testsCaitlyn Cano3-0/+50
2021-06-09[libc][NFC][Obvious] Compare against size_t values in ArrayRef tests.Siva Chandra Reddy1-5/+5
2021-05-05[libc] Normalize LIBC_TARGET_MACHINEGuillaume Chatelet1-1/+1
2021-04-21[libc] Enhance ArrayRef + unittestsGuillaume Chatelet2-0/+232
2021-03-12[libc] Introduce a full build mode CMake option.Siva Chandra Reddy1-0/+5
2021-02-23[libc] Add a standalone flavor of an equivalent of std::string_view.Siva Chandra Reddy2-0/+137
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones2-16/+19
2020-12-17[libc][Obvious] Fix typo is wrappergen unittest.Siva Chandra Reddy1-1/+1
2020-12-17[libc] Refactor WrapperGen to make the flow cleaner.Siva Chandra Reddy1-50/+74
2020-12-15[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.Siva Chandra Reddy1-1/+2
2020-12-11[libc] Let wrappergen pick LLVM libc mangled name from aliasee file.Siva Chandra Reddy3-3/+79
2020-12-04[libc] add tests to WrapperGenMichael Jones5-0/+296
2020-08-05[libc] Add strspn implementation and std::bitsetcgyurgyik3-0/+114
2020-06-22[libc] Match x86 long double NaN classification with that of the compiler.Siva Chandra Reddy3-0/+96