aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2020-08-12[libc][obvious] Remove the unused file utils/CPP/StringRef.h.Siva Chandra2-25/+0
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][obvious] Remove a commented out block.Siva Chandra1-15/+0
2020-08-11[libc] Add strtok implementation.cgyurgyik8-2/+160
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 Reddy12-239/+375
2020-08-07[libc] Setup TLS in x86_64 loader.Siva Chandra Reddy7-5/+202
2020-08-07[libc] Add strcpsn and strpbrk implementation.cgyurgyik12-1/+280
2020-08-06[libc] Add tolower, toupper implementation.cgyurgyik15-10/+194
2020-08-05[libc] Add strspn implementation and std::bitsetcgyurgyik12-0/+309
2020-08-05[libc] [obvious] Add ctype functions to linux api.Chris Gyurgyik1-0/+3
2020-08-05[libc] Add isspace, isprint, isxdigit implementations.cgyurgyik14-0/+265
2020-08-04[libc] Add implementations for isblank, iscntrl, isgraph, ispunct.cgyurgyik20-12/+371
2020-07-31[libc] [obvious] In strrchr, remove cast to unsigned char beforecgyurgyik1-9/+6
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.cgyurgyik7-0/+147
2020-07-31[libc] Add islower and isupper implementation.cgyurgyik15-26/+188
2020-07-30[libc] Add a tool called WrapperGen.Siva Chandra Reddy6-2/+87
2020-07-30[libc] Implements isdigit and isalnum. Adds a utility header to inlinecgyurgyik14-4/+230
2020-07-29[libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList.cgyurgyik2-3/+97
2020-07-29[libc] [obvious] Fix typo in binary header.Chris Gyurgyik1-1/+1
2020-07-28[libc][obvious] Add license headers to APIIndexer.[cpp|h].Siva Chandra Reddy2-0/+19
2020-07-28[libc][obvious] Add the new ctype.h target to the list of x86_64 headers.Siva Chandra Reddy1-0/+1
2020-07-28[libc][NFC] Move tablegen indexer class into a util library of its own.Siva Chandra Reddy9-206/+238
2020-07-28[libc] [Obvious] Delete ctype.h, since ctype.h.def is used.cgyurgyik1-46/+0
2020-07-28[libc] Add scaffolding for ctype and implementation of isalphacgyurgyik13-5/+134
2020-07-28[libc][NFC] Zero out padding bits in the uint form of x86 FPBits<long double>.Siva Chandra Reddy1-4/+12
2020-07-28[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h.Siva Chandra Reddy14-18/+27
2020-07-24[libc] [Obvious] Place entrypoints, specs alphabetically.cgyurgyik3-23/+23
2020-07-24[libc] Adds implementation for memrchr.cgyurgyik9-2/+197
2020-07-23[libc] Remove unused #include <vector> in fmin_test, fminf_test, and fminl_test.Tue Ly4-7/+1
2020-07-23[libc] Add implementations of fmax, fmaxf, and fmaxl.Tue Ly16-1/+432
2020-07-22[libc] Implements strnlen.cgyurgyik9-0/+133
2020-07-21Add implementations for fmin, fminf, and fminl. Testing infrastructure updat...Tue Ly17-0/+438
2020-07-21Update Test (EXPECT_EQ and friends) to accept __uint128_t and floating point ...Tue Ly3-35/+129
2020-07-21[libc] [Obvious] Fix typo.Chris Gyurgyik1-1/+1
2020-07-21[libc] Add strstr implementation.cgyurgyik7-0/+181
2020-07-17[libc][NFC] Use RemoveCVType to implement IsIntegral and IsPointerType.Siva Chandra Reddy1-21/+24
2020-07-17[libc][Obvious] Cleanup of include lines and target listings in FPUtil.Siva Chandra Reddy2-1/+4
2020-07-16Harmonize Python shebangserge-sans-paille1-1/+1
2020-07-13[libc][benchmark] Add display option to render.py3Andre Vieira1-5/+24
2020-07-10[libc] [Obvious] Remove unneeded header in strchr.cgyurgyik2-3/+0
2020-07-10[libc] Add strchr implementation. Fixes bug in memchr.cgyurgyik9-1/+163
2020-07-08[libc] Fix typographical error in math_utils.h.Chris Gyurgyik1-1/+1
2020-07-07[libc] Add memchr implementation.cgyurgyik8-2/+178
2020-07-06[libc] Add documentation for clang-tidy checks.Paula Toth1-0/+86
2020-07-06[libc] Add documentation for integration tests.Paula Toth1-0/+19
2020-06-28[libc] This commit fixes the strcmp fuzzing test. It uses a single input andcgyurgyik2-24/+53