aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2020-09-17[libc] Add implementation for hypotfTue Ly2-0/+78
2020-09-09[libc][NFC] Add spec files as dependencies of integration test.Siva Chandra Reddy1-1/+3
2020-09-03[libc][obvious] Use constants of type double in remquo_test.Siva Chandra Reddy1-5/+5
2020-09-03[libc] Add implementations of remquo[f|l] and remainder[f|l].Siva Chandra Reddy4-0/+318
2020-08-26[libc] Add implementations for sqrt, sqrtf, and sqrtl.Tue Ly4-0/+240
2020-08-25[libc] Extend MPFRMatcher to handle multiple-input-multiple-output functions.Siva Chandra Reddy4-23/+43
2020-08-20[libc][NFC] Switch math tests to the new ULP based tolerance.Siva Chandra Reddy20-134/+46
2020-08-19[libc][obvious] Fix x86 long double conversion to integer.Siva Chandra Reddy1-10/+10
2020-08-18[libc][obvious] Fix link order of math tests.Siva Chandra Reddy1-1/+1
2020-08-13[libc] Add strtok_r implementation.parallels2-0/+121
2020-08-12[libc][obvious] Switch copysign[f|l] and fabs[f|l] to the new test matchers.Siva Chandra6-166/+113
2020-08-11[libc][obvious] Switch nearest integer function tests to the new matchers.Siva Chandra12-454/+559
2020-08-11[libc] Add strtok implementation.cgyurgyik2-0/+88
2020-08-07[libc][NFC] Disable a loader test as ld.gold fails to link.Siva Chandra Reddy1-13/+15
2020-08-07[libc][NFC] Add library of floating point test matchers.Siva Chandra Reddy7-173/+180
2020-08-07[libc] Setup TLS in x86_64 loader.Siva Chandra Reddy3-3/+60
2020-08-07[libc] Add strcpsn and strpbrk implementation.cgyurgyik3-0/+131
2020-08-06[libc] Add tolower, toupper implementation.cgyurgyik3-0/+60
2020-08-05[libc] Add strspn implementation and std::bitsetcgyurgyik5-0/+210
2020-08-05[libc] Add isspace, isprint, isxdigit implementations.cgyurgyik4-0/+97
2020-08-04[libc] Add implementations for isblank, iscntrl, isgraph, ispunct.cgyurgyik5-0/+137
2020-07-31[libc] [obvious] Fix strchr and strrchr tests so that constness iscgyurgyik2-20/+11
2020-07-31[libc] [obvious] Add rest of strrchr test.Chris Gyurgyik1-2/+5
2020-07-31[libc] Adds strrchr implementation.cgyurgyik2-0/+91
2020-07-31[libc] Add islower and isupper implementation.cgyurgyik6-26/+76
2020-07-30[libc] Implements isdigit and isalnum. Adds a utility header to inlinecgyurgyik3-0/+73
2020-07-28[libc] Add scaffolding for ctype and implementation of isalphacgyurgyik3-1/+39
2020-07-28[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h.Siva Chandra Reddy13-9/+95
2020-07-24[libc] Adds implementation for memrchr.cgyurgyik2-0/+124
2020-07-23[libc] Remove unused #include <vector> in fmin_test, fminf_test, and fminl_test.Tue Ly3-6/+0
2020-07-23[libc] Add implementations of fmax, fmaxf, and fmaxl.Tue Ly4-1/+256
2020-07-22[libc] Implements strnlen.cgyurgyik2-0/+56
2020-07-21Add implementations for fmin, fminf, and fminl. Testing infrastructure updat...Tue Ly4-0/+261
2020-07-21[libc] Add strstr implementation.cgyurgyik2-0/+124
2020-07-10[libc] Add strchr implementation. Fixes bug in memchr.cgyurgyik3-0/+106
2020-07-07[libc] Add memchr implementation.cgyurgyik3-2/+124
2020-06-25[libc] Add the remaining long double flavors of nearest integer functions.Siva Chandra Reddy4-0/+255
2020-06-24[libc][Obvious] Remove a debug #include of iostream.Siva Chandra Reddy1-2/+0
2020-06-23[libc] Add long double flavors of the floating point manipulation functions.Siva Chandra Reddy5-0/+375
2020-06-23[libc][Obvious] Fix few typos in tests.Siva Chandra Reddy6-12/+10
2020-06-22[libc] Match x86 long double NaN classification with that of the compiler.Siva Chandra Reddy4-0/+97
2020-06-19[libc] This adds the strcmp (string compare) implementation.cgyurgyik2-0/+107
2020-06-18[libc] Add implementations long double fabsl and truncl functions.Siva Chandra Reddy3-0/+137
2020-06-15[lib][NFC] Split the floating point util functions into multiple files.Siva Chandra Reddy9-0/+13
2020-06-11[libc] Add implementation of few floating point manipulation functions.Siva Chandra Reddy9-0/+978
2020-06-10[libc] Fix integration test header dependency.Paula Toth1-1/+1
2020-06-10[libc][Obvious] Use full path with cmake's if(EXISTS ...).Siva Chandra Reddy1-1/+1
2020-06-09[libc] Add implementations of round and roundf.Siva Chandra Reddy3-0/+195
2020-06-09[libc][NFC] Adjust sinf and cosf around -infinity inputs.Siva Chandra Reddy2-4/+4
2020-06-09[libc][NFC][Obvious] Tidy up some CMake files.Siva Chandra Reddy1-1/+3