Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-13[libc] Specify rounding mode for strto[f|d] testsAlex Brachet
2022-06-25[libc][math] fmod/fmodf implementation.Kirill Okhotnikov
2022-06-24[libc] Add Uint128 type as a fallback when __uint128_t is not available.Siva Chandra Reddy
2022-06-23[libc][NFC] Convert threads unittests in to integration tests.Siva Chandra Reddy
2022-06-14[libc] Add Fuchsia implementation of ::testing::TestAlex Brachet
2022-06-01[libc] Add support for enum in EXPECT_EQGuillaume Chatelet
2022-05-27[libc] Add global stdout and stderr objects.Siva Chandra Reddy
2022-05-12[libc] add uint128 implementationMichael Jones
2022-04-28[libc] Support 32-bit ARM platform testsDominic Chen
2022-04-27Fix [libc] Minor test signedness fixesDominic Chen
2022-04-27[libc] Minor test signedness fixesDominic Chen
2022-04-23[libc] Fix PrintfMatcher Cmake RuleMichael Jones
2022-04-23[libc] Add Printf FormatSection MatcherMichael Jones
2022-03-23[libc] Add a new rule add_integration_test.Siva Chandra Reddy
2022-03-16[libc] Let exhaustive tests indicate each interval PASSED/FAILED.Tue Ly
2022-03-16[libc][NFC] Use more common variable naming conventionAlex Brachet
2022-03-08[libc] Add testing macros for errno and floating point exceptions.Tue Ly
2022-03-08[libc][NFC] split standalone_cpp into single headersMichael Jones
2022-02-09[libc] undefined reference in LibcTest.cppGuillaume Chatelet
2022-02-08[libc] Optimized version of memmoveGuillaume Chatelet
2022-02-08[libc][NFC] moving template specialization outside class declarationGuillaume Chatelet
2022-02-08[libc] Implement log1pf correctly rounded to all rounding modes.Tue Ly
2022-02-04[libc] Set default CXX_STANDARD to C++17 and let targets set their own standa...Tue Ly
2022-01-25[libc] Implement log10f correctly rounded for all rounding modes.Tue Ly
2022-01-25[libc] Let header generator generate the type header inclusion boiler plate.Siva Chandra Reddy
2022-01-24[libc][cmake] Make `add_tablegen` calls match othersJohn Ericson
2022-01-14[libc] Implement correctly rounded log2f based on RLIBM library.Tue Ly
2022-01-14[libc] Fix precision constants for long double in MPFRUtils.cpp.Tue Ly
2022-01-13[libc] Add multithreading support for exhaustive testing and MPFRUtils.Tue Ly
2022-01-13[libc] Add rounding mode support for MPFR testing macros.Tue Ly
2021-12-24[libc][obvious] Fix style of MPFRWrapper.Siva Chandra Reddy
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-16[libc] Implement correctly rounded logf based on RLIBM library.Tue Ly
2021-12-07[libc] apply new lint rulesMichael Jones
2021-12-02[libc] Fix a bug in MPFRUtils making ULP values off by 2^(-mantissaWidth).Tue Ly
2021-11-02[libc] Add more robust compile time architecture detectionGuillaume Chatelet
2021-10-29Revert "[libc] Add more robust compile time architecture detection"Guillaume Chatelet
2021-10-29[libc] Add more robust compile time architecture detectionGuillaume Chatelet
2021-10-29[libc][NFC] Move test related pieces from FPUtil to util/UnitTest.Siva Chandra Reddy
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy
2021-10-05[libc][NFC] Add supporting class for atof implementationMichael Jones
2021-09-29[libc] Add support for 128 bit ints in limits.hMichael Jones
2021-08-24[libc] fix string conversion tests for windowsMichael Jones
2021-08-23[libc] Add range reduction functions based on Paine and Hanek algorithm.Siva Chandra Reddy
2021-08-13[libc][nfc] add CPP Limits.h for numeric_limitsMichael Jones
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-07-31[libc] Move FPExceptMatcher out of TestHelpers.hSiva Chandra Reddy
2021-07-29[libc][NFC] Add noreturn and constexpr qualifiers where appropriateAlfonso Gregory
2021-07-27[libc] Fix x86_64 fenv implementation for windowsSiva Chandra Reddy
2021-07-27[libc] Enable MPFR library for math functions testHedin Garca