aboutsummaryrefslogtreecommitdiff
path: root/libc/spec
Commit message (Expand)AuthorAgeFilesLines
* [libc] Introduces gmtime_r to LLVM libc, based on C99/C2X/Single Unix Sp.Raman Tenneti2021-03-221-0/+8
* This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec.Raman Tenneti2021-03-161-0/+6
* [libc] Add implementations of the remaining fenv functions.Siva Chandra Reddy2021-02-181-1/+40
* [libc] add isascii and toascii implementationsMichael Jones2021-01-122-1/+33
* [libc] Add implementation of fmaf.Tue Ly2021-01-061-0/+2
* [libc] Add implementations of nextafter[f|l] functions.Siva Chandra Reddy2021-01-051-0/+4
* [libc] Add implementations of nearbyint[f|l].Siva Chandra Reddy2021-01-051-0/+4
* [libc] Add implementations of rounding functions which depend rounding mode.Siva Chandra Reddy2020-12-291-0/+12
* [libc] Add implementations of lround[f|l] and llround[f|l].Siva Chandra Reddy2020-12-112-2/+10
* [libc] Add [l|ll]abs implementation.Cheng Wang2020-12-112-0/+5
* [libc] Add simple x86_64 floating point exception and rounding mode support.Siva Chandra Reddy2020-12-031-1/+48
* [libc] Add implementation of hypot.Tue Ly2020-12-031-0/+1
* Initial commit of mktime.Raman Tenneti2020-11-302-0/+22
* [libc][obvious] Fix fdim[f|l] signatures in stdc spec.Siva Chandra Reddy2020-11-181-3/+3
* [libc] Add implementations of ldexp[f|l].Siva Chandra Reddy2020-11-171-0/+4
* [libc] Add implementations of fdim[f|l].Tue Ly2020-11-101-0/+4
* [libc] Add implementations of ilogb[f|l].Siva Chandra Reddy2020-11-051-0/+7
* [libc] Add LLVM libc specific functions to llvm_libc_ext.td.Michael Jones2020-10-193-26/+65
* [libc] Add implementation for hypotfTue Ly2020-09-171-0/+2
* [libc][obvious] Fix strtok_r signature in the spec.Siva Chandra Reddy2020-09-091-1/+3
* [libc] Add implementations of remquo[f|l] and remainder[f|l].Siva Chandra Reddy2020-09-031-0/+8
* [libc] Add implementations for sqrt, sqrtf, and sqrtl.Tue Ly2020-08-261-0/+4
* [libc] Add restrict qualifiers to string library; give consistent naming sche...cgyurgyik2020-08-141-10/+10
* [libc] Add strtok_r implementation.parallels2020-08-131-0/+9
* [libc] Add tolower, toupper implementation.cgyurgyik2020-08-061-0/+10
* [libc] Add isspace, isprint, isxdigit implementations.cgyurgyik2020-08-051-0/+15
* [libc] Add implementations for isblank, iscntrl, isgraph, ispunct.cgyurgyik2020-08-041-0/+20
* [libc] Add islower and isupper implementation.cgyurgyik2020-07-311-0/+10
* [libc] Implements isdigit and isalnum. Adds a utility header to inlinecgyurgyik2020-07-301-0/+10
* [libc] Add scaffolding for ctype and implementation of isalphacgyurgyik2020-07-281-1/+16
* [libc] Adds implementation for memrchr.cgyurgyik2020-07-241-1/+15
* [libc] Add implementations of fmax, fmaxf, and fmaxl.Tue Ly2020-07-231-0/+4
* [libc] Implements strnlen.cgyurgyik2020-07-221-0/+21
* Add implementations for fmin, fminf, and fminl. Testing infrastructure updat...Tue Ly2020-07-211-0/+4
* [libc] Add the remaining long double flavors of nearest integer functions.Siva Chandra Reddy2020-06-251-0/+3
* [libc] Add long double flavors of the floating point manipulation functions.Siva Chandra Reddy2020-06-232-0/+5
* [libc] Add implementations long double fabsl and truncl functions.Siva Chandra Reddy2020-06-181-0/+2
* [libc] Add implementation of few floating point manipulation functions.Siva Chandra Reddy2020-06-111-0/+14
* [libc] Add implementations of round and roundf.Siva Chandra Reddy2020-06-091-0/+1
* [libc][NFC] Add bzero to list of entrypoints.Siva Chandra Reddy2020-06-081-0/+20
* [libc][NFC] Add ceil[f], floor[f] and trunc[f] to the spec and config files.Siva Chandra Reddy2020-06-031-0/+9
* [libc] Add implementation of call_once from threads.h.Siva Chandra Reddy2020-05-281-1/+18
* [libc] Move implementations of expf and exp2f from the AOR to src/math.Siva Chandra Reddy2020-05-151-0/+3
* [libc] Add implementation of fabs and fabsf.Siva Chandra Reddy2020-05-151-0/+3
* [libc] Add spec for sigdelset and sigfillset.Paula Toth2020-04-231-0/+12
* [libc] Add write(2) implementation for Linux and FDReader test utilityAlex Brachet2020-04-172-0/+20
* [libc] Add very basic stdio FILE and fwriteAlex Brachet2020-04-141-6/+11
* [libc] Add a GNU extensions spec containing sincosf from math.h.Siva Chandra Reddy2020-03-252-0/+20
* [libc] Generate math.h instead of the static file it is currently.Siva Chandra Reddy2020-03-241-3/+16
* [libc] Add signalAlex Brachet2020-03-221-0/+8