summaryrefslogtreecommitdiff
path: root/libc/spec/spec.td
Commit message (Expand)AuthorAgeFilesLines
* [libc][obvious] remove currently unused typesMichael Jones2023-03-201-1/+0
* [libc] add basic wide char functionsMichael Jones2023-03-201-0/+4
* [libc] Implement htonl and htonsRaman Tenneti2023-02-161-0/+3
* [libc] Add select.h and the implementation of the select function for Linux.Siva Chandra Reddy2022-10-221-0/+6
* [libc] Add a simple implementation of the posix_spawn function.Siva Chandra Reddy2022-10-131-0/+3
* [libc] Add the POSIX waitpid function and the BSD wait4 function.Siva Chandra Reddy2022-10-051-0/+2
* [libc] implement basic rand and srandMichael Jones2022-10-041-0/+1
* [libc] Add GNU extension functions sched_getaffinity and sched_setaffinity.Siva Chandra Reddy2022-09-291-0/+2
* [libc] Add Linux implementation of GNU extension function sendfile.Siva Chandra Reddy2022-08-261-0/+4
* [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.Siva Chandra Reddy2022-08-021-0/+2
* [libc] Add global stdout and stderr objects.Siva Chandra Reddy2022-05-271-1/+8
* [libc] Add the implementation of the GNU extension function fopencookie.Siva Chandra Reddy2022-04-221-1/+0
* [libc] Add GNU extention functions fread_unlocked and fwrite_unlocked.Siva Chandra Reddy2022-04-201-0/+4
* [libc] Add a definition of pthread_attr_t and its getters and setters.Siva Chandra Reddy2022-04-111-0/+6
* [libc] Add pthread_mutexattr_t type and its setters and getters.Siva Chandra Reddy2022-04-041-0/+1
* [libc] Add exit and atexitAlex Brachet2022-02-171-0/+2
* [libc][NFC] Let var args be treated as a named type in the spec.Siva Chandra Reddy2022-01-271-1/+1
* [libc] Add an implementation of qsort.Siva Chandra Reddy2021-09-241-0/+1
* [libc] Add an implementation of bsearch.Siva Chandra Reddy2021-09-221-0/+2
* [libc] Add a skeleton for C standard condition variable functions.Siva Chandra Reddy2021-09-011-0/+2
* [libc] add inttypes headerMichael Jones2021-08-261-0/+3
* [libc] Add strtol, strtoul, and strtoullMichael Jones2021-08-171-0/+2
* [libc] add strtoll function and backendMichael Jones2021-08-111-0/+1
* [libc] Add implementations of lround[f|l] and llround[f|l].Siva Chandra Reddy2020-12-111-2/+2
* [libc] Add [l|ll]abs implementation.Cheng Wang2020-12-111-0/+2
* Initial commit of mktime.Raman Tenneti2020-11-301-0/+2
* [libc] Add LLVM libc specific functions to llvm_libc_ext.td.Michael Jones2020-10-191-1/+30
* [libc] Add long double flavors of the floating point manipulation functions.Siva Chandra Reddy2020-06-231-0/+1
* [libc] Add write(2) implementation for Linux and FDReader test utilityAlex Brachet2020-04-171-0/+1
* [libc] Add a GNU extensions spec containing sincosf from math.h.Siva Chandra Reddy2020-03-251-0/+1
* [libc] Create abort and _ExitAlex Brachet2020-03-051-0/+3
* [libc] Add ability to generate enum types/values to HdrGen.Siva Chandra Reddy2020-02-281-3/+19
* Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy2019-12-231-0/+4
* [libc] Add a TableGen based header generator.Siva Chandra Reddy2019-11-221-0/+74