| Commit message (Expand) | Author | Age | Files | Lines |
* | [libc] Introduces gmtime_r to LLVM libc, based on C99/C2X/Single Unix Sp. | Raman Tenneti | 2021-03-22 | 1 | -0/+8 |
* | This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec. | Raman Tenneti | 2021-03-16 | 1 | -0/+6 |
* | [libc] Add implementations of the remaining fenv functions. | Siva Chandra Reddy | 2021-02-18 | 1 | -1/+40 |
* | [libc] add isascii and toascii implementations | Michael Jones | 2021-01-12 | 2 | -1/+33 |
* | [libc] Add implementation of fmaf. | Tue Ly | 2021-01-06 | 1 | -0/+2 |
* | [libc] Add implementations of nextafter[f|l] functions. | Siva Chandra Reddy | 2021-01-05 | 1 | -0/+4 |
* | [libc] Add implementations of nearbyint[f|l]. | Siva Chandra Reddy | 2021-01-05 | 1 | -0/+4 |
* | [libc] Add implementations of rounding functions which depend rounding mode. | Siva Chandra Reddy | 2020-12-29 | 1 | -0/+12 |
* | [libc] Add implementations of lround[f|l] and llround[f|l]. | Siva Chandra Reddy | 2020-12-11 | 2 | -2/+10 |
* | [libc] Add [l|ll]abs implementation. | Cheng Wang | 2020-12-11 | 2 | -0/+5 |
* | [libc] Add simple x86_64 floating point exception and rounding mode support. | Siva Chandra Reddy | 2020-12-03 | 1 | -1/+48 |
* | [libc] Add implementation of hypot. | Tue Ly | 2020-12-03 | 1 | -0/+1 |
* | Initial commit of mktime. | Raman Tenneti | 2020-11-30 | 2 | -0/+22 |
* | [libc][obvious] Fix fdim[f|l] signatures in stdc spec. | Siva Chandra Reddy | 2020-11-18 | 1 | -3/+3 |
* | [libc] Add implementations of ldexp[f|l]. | Siva Chandra Reddy | 2020-11-17 | 1 | -0/+4 |
* | [libc] Add implementations of fdim[f|l]. | Tue Ly | 2020-11-10 | 1 | -0/+4 |
* | [libc] Add implementations of ilogb[f|l]. | Siva Chandra Reddy | 2020-11-05 | 1 | -0/+7 |
* | [libc] Add LLVM libc specific functions to llvm_libc_ext.td. | Michael Jones | 2020-10-19 | 3 | -26/+65 |
* | [libc] Add implementation for hypotf | Tue Ly | 2020-09-17 | 1 | -0/+2 |
* | [libc][obvious] Fix strtok_r signature in the spec. | Siva Chandra Reddy | 2020-09-09 | 1 | -1/+3 |
* | [libc] Add implementations of remquo[f|l] and remainder[f|l]. | Siva Chandra Reddy | 2020-09-03 | 1 | -0/+8 |
* | [libc] Add implementations for sqrt, sqrtf, and sqrtl. | Tue Ly | 2020-08-26 | 1 | -0/+4 |
* | [libc] Add restrict qualifiers to string library; give consistent naming sche... | cgyurgyik | 2020-08-14 | 1 | -10/+10 |
* | [libc] Add strtok_r implementation. | parallels | 2020-08-13 | 1 | -0/+9 |
* | [libc] Add tolower, toupper implementation. | cgyurgyik | 2020-08-06 | 1 | -0/+10 |
* | [libc] Add isspace, isprint, isxdigit implementations. | cgyurgyik | 2020-08-05 | 1 | -0/+15 |
* | [libc] Add implementations for isblank, iscntrl, isgraph, ispunct. | cgyurgyik | 2020-08-04 | 1 | -0/+20 |
* | [libc] Add islower and isupper implementation. | cgyurgyik | 2020-07-31 | 1 | -0/+10 |
* | [libc] Implements isdigit and isalnum. Adds a utility header to inline | cgyurgyik | 2020-07-30 | 1 | -0/+10 |
* | [libc] Add scaffolding for ctype and implementation of isalpha | cgyurgyik | 2020-07-28 | 1 | -1/+16 |
* | [libc] Adds implementation for memrchr. | cgyurgyik | 2020-07-24 | 1 | -1/+15 |
* | [libc] Add implementations of fmax, fmaxf, and fmaxl. | Tue Ly | 2020-07-23 | 1 | -0/+4 |
* | [libc] Implements strnlen. | cgyurgyik | 2020-07-22 | 1 | -0/+21 |
* | Add implementations for fmin, fminf, and fminl. Testing infrastructure updat... | Tue Ly | 2020-07-21 | 1 | -0/+4 |
* | [libc] Add the remaining long double flavors of nearest integer functions. | Siva Chandra Reddy | 2020-06-25 | 1 | -0/+3 |
* | [libc] Add long double flavors of the floating point manipulation functions. | Siva Chandra Reddy | 2020-06-23 | 2 | -0/+5 |
* | [libc] Add implementations long double fabsl and truncl functions. | Siva Chandra Reddy | 2020-06-18 | 1 | -0/+2 |
* | [libc] Add implementation of few floating point manipulation functions. | Siva Chandra Reddy | 2020-06-11 | 1 | -0/+14 |
* | [libc] Add implementations of round and roundf. | Siva Chandra Reddy | 2020-06-09 | 1 | -0/+1 |
* | [libc][NFC] Add bzero to list of entrypoints. | Siva Chandra Reddy | 2020-06-08 | 1 | -0/+20 |
* | [libc][NFC] Add ceil[f], floor[f] and trunc[f] to the spec and config files. | Siva Chandra Reddy | 2020-06-03 | 1 | -0/+9 |
* | [libc] Add implementation of call_once from threads.h. | Siva Chandra Reddy | 2020-05-28 | 1 | -1/+18 |
* | [libc] Move implementations of expf and exp2f from the AOR to src/math. | Siva Chandra Reddy | 2020-05-15 | 1 | -0/+3 |
* | [libc] Add implementation of fabs and fabsf. | Siva Chandra Reddy | 2020-05-15 | 1 | -0/+3 |
* | [libc] Add spec for sigdelset and sigfillset. | Paula Toth | 2020-04-23 | 1 | -0/+12 |
* | [libc] Add write(2) implementation for Linux and FDReader test utility | Alex Brachet | 2020-04-17 | 2 | -0/+20 |
* | [libc] Add very basic stdio FILE and fwrite | Alex Brachet | 2020-04-14 | 1 | -6/+11 |
* | [libc] Add a GNU extensions spec containing sincosf from math.h. | Siva Chandra Reddy | 2020-03-25 | 2 | -0/+20 |
* | [libc] Generate math.h instead of the static file it is currently. | Siva Chandra Reddy | 2020-03-24 | 1 | -3/+16 |
* | [libc] Add signal | Alex Brachet | 2020-03-22 | 1 | -0/+8 |