aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)Author
2020-12-08[libc] Raise x87 exceptions by synchronizing with "fwait".Siva Chandra Reddy
2020-12-04[libc] add tests to WrapperGenMichael Jones
2020-12-03[libc] Add simple x86_64 floating point exception and rounding mode support.Siva Chandra Reddy
2020-12-03[libc] Add implementation of hypot.Tue Ly
2020-12-02[libc] Fix couple of corner cases in remquo.Siva Chandra Reddy
2020-12-02[libc] Add strncpy implementation.Cheng Wang
2020-11-30Initial commit of mktime.Raman Tenneti
2020-11-30[libc] Improve memcpy copy loopGuillaume Chatelet
2020-11-27[libc][Obvious] Fix typo in strnlen_test.cpp.Cheng Wang
2020-11-21[libc] Switch functions to using global headersMichael Jones
2020-11-18[libc] Fix the overflow check condition of ldexp.Siva Chandra Reddy
2020-11-18[libc][NFC][Obvious] Remove few unnecessary pieces from ilogb tests.Siva Chandra Reddy
2020-11-17[libc] Add implementations of ldexp[f|l].Siva Chandra Reddy
2020-11-10[libc] Add implementations of fdim[f|l].Tue Ly
2020-11-05[libc] Add implementations of ilogb[f|l].Siva Chandra Reddy
2020-11-03[libc][NFC][Obvious] Use the new macro to declare special constants in tests.Siva Chandra Reddy
2020-10-27[libc][NFC] Use a convenience macro to declare special floating point constants.Siva Chandra Reddy
2020-09-17[libc] Add implementation for hypotfTue Ly
2020-09-09[libc][NFC] Add spec files as dependencies of integration test.Siva Chandra Reddy
2020-09-03[libc][obvious] Use constants of type double in remquo_test.Siva Chandra Reddy
2020-09-03[libc] Add implementations of remquo[f|l] and remainder[f|l].Siva Chandra Reddy
2020-08-26[libc] Add implementations for sqrt, sqrtf, and sqrtl.Tue Ly
2020-08-25[libc] Extend MPFRMatcher to handle multiple-input-multiple-output functions.Siva Chandra Reddy
2020-08-20[libc][NFC] Switch math tests to the new ULP based tolerance.Siva Chandra Reddy
2020-08-19[libc][obvious] Fix x86 long double conversion to integer.Siva Chandra Reddy
2020-08-18[libc][obvious] Fix link order of math tests.Siva Chandra Reddy
2020-08-13[libc] Add strtok_r implementation.parallels
2020-08-12[libc][obvious] Switch copysign[f|l] and fabs[f|l] to the new test matchers.Siva Chandra
2020-08-11[libc][obvious] Switch nearest integer function tests to the new matchers.Siva Chandra
2020-08-11[libc] Add strtok implementation.cgyurgyik
2020-08-07[libc][NFC] Disable a loader test as ld.gold fails to link.Siva Chandra Reddy
2020-08-07[libc][NFC] Add library of floating point test matchers.Siva Chandra Reddy
2020-08-07[libc] Setup TLS in x86_64 loader.Siva Chandra Reddy
2020-08-07[libc] Add strcpsn and strpbrk implementation.cgyurgyik
2020-08-06[libc] Add tolower, toupper implementation.cgyurgyik
2020-08-05[libc] Add strspn implementation and std::bitsetcgyurgyik
2020-08-05[libc] Add isspace, isprint, isxdigit implementations.cgyurgyik
2020-08-04[libc] Add implementations for isblank, iscntrl, isgraph, ispunct.cgyurgyik
2020-07-31[libc] [obvious] Fix strchr and strrchr tests so that constness iscgyurgyik
2020-07-31[libc] [obvious] Add rest of strrchr test.Chris Gyurgyik
2020-07-31[libc] Adds strrchr implementation.cgyurgyik
2020-07-31[libc] Add islower and isupper implementation.cgyurgyik
2020-07-30[libc] Implements isdigit and isalnum. Adds a utility header to inlinecgyurgyik
2020-07-28[libc] Add scaffolding for ctype and implementation of isalphacgyurgyik
2020-07-28[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h.Siva Chandra Reddy
2020-07-24[libc] Adds implementation for memrchr.cgyurgyik
2020-07-23[libc] Remove unused #include <vector> in fmin_test, fminf_test, and fminl_test.Tue Ly
2020-07-23[libc] Add implementations of fmax, fmaxf, and fmaxl.Tue Ly
2020-07-22[libc] Implements strnlen.cgyurgyik
2020-07-21Add implementations for fmin, fminf, and fminl. Testing infrastructure updat...Tue Ly