Age | Commit message (Expand) | Author | Files | Lines |
2022-07-25 | [libc] Add dirent.h functions opendir, readdir, closedir and dirfd. | Siva Chandra Reddy | 1 | -0/+49 |
2022-07-14 | [libc] Add implementations of pthread_equal and pthread_self. | Siva Chandra Reddy | 2 | -0/+20 |
2022-06-24 | [libc][math] fmod/fmodf implementation. | Kirill Okhotnikov | 1 | -0/+4 |
2022-06-11 | [libc] Add pthread_detach and thrd_detach. | Siva Chandra Reddy | 2 | -0/+10 |
2022-06-10 | [libc] add buffering to FILE writes | Michael Jones | 1 | -0/+3 |
2022-06-02 | [libc] Add pthread_create and pthread_join functions. | Siva Chandra Reddy | 1 | -1/+17 |
2022-05-27 | [libc] Add global stdout and stderr objects. | Siva Chandra Reddy | 2 | -2/+22 |
2022-05-24 | [libc] Add the pthread_mutex_t type. | Siva Chandra Reddy | 1 | -1/+27 |
2022-05-19 | [libc] Add strlcat | Alex Brachet | 1 | -0/+5 |
2022-05-18 | [libc] fix missing semicolon in bsd_ext.td | Michael Jones | 1 | -1/+1 |
2022-05-18 | [libc] Add String to bsd headers | Alex Brachet | 1 | -0/+4 |
2022-05-18 | [libc] Add strlcpy | Alex Brachet | 1 | -0/+15 |
2022-05-17 | [libc] add snprintf | Michael Jones | 1 | -0/+21 |
2022-05-17 | [libc] add sprintf | Michael Jones | 1 | -0/+7 |
2022-04-29 | [libc] Add implementations of feof, ferror and clearerr. | Siva Chandra Reddy | 2 | -0/+30 |
2022-04-22 | [libc] Add the implementation of the GNU extension function fopencookie. | Siva Chandra Reddy | 2 | -3/+8 |
2022-04-20 | [libc] Add the implementation of the fflush function. | Siva Chandra Reddy | 1 | -0/+5 |
2022-04-20 | [libc] Add GNU extention functions fread_unlocked and fwrite_unlocked. | Siva Chandra Reddy | 4 | -4/+51 |
2022-04-11 | [libc] Add a definition of pthread_attr_t and its getters and setters. | Siva Chandra Reddy | 2 | -1/+64 |
2022-04-04 | [libc] Add pthread_mutexattr_t type and its setters and getters. | Siva Chandra Reddy | 2 | -0/+76 |
2022-03-24 | [libc] Add implementations of fopen, flose, fread, fwrite and fseek. | Siva Chandra Reddy | 1 | -3/+29 |
2022-03-23 | [libc][obvious] add aligned_alloc as entrypoint | Michael Jones | 1 | -0/+1 |
2022-03-15 | [libc] Add implementation of POSIX lseek function. | Siva Chandra Reddy | 1 | -0/+6 |
2022-03-04 | [libc] Make the errno macro resolve to the thread local variable directly. | Siva Chandra Reddy | 1 | -16/+0 |
2022-02-17 | [libc] Add exit and atexit | Alex Brachet | 2 | -0/+5 |
2022-02-14 | Introduce getenv to LLVM libc | Raman Tenneti | 1 | -0/+15 |
2022-02-07 | [libc] Implement log1pf correctly rounded to all rounding modes. | Tue Ly | 1 | -0/+2 |
2022-02-01 | [libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat. | Siva Chandra Reddy | 1 | -1/+36 |
2022-01-28 | [libc] Add implementations of the POSIX creat and openat functions. | Siva Chandra Reddy | 1 | -0/+10 |
2022-01-27 | [libc] Add POSIX close, fsync, open, read and write functions. | Siva Chandra Reddy | 1 | -0/+31 |
2022-01-27 | [libc][NFC] Let var args be treated as a named type in the spec. | Siva Chandra Reddy | 1 | -1/+1 |
2022-01-25 | [libc] Implement log10f correctly rounded for all rounding modes. | Tue Ly | 1 | -0/+2 |
2022-01-14 | [libc] Implement correctly rounded log2f based on RLIBM library. | Tue Ly | 1 | -0/+2 |
2021-12-16 | [libc] Implement correctly rounded logf based on RLIBM library. | Tue Ly | 1 | -0/+2 |
2021-12-13 | [libc] add basic strtold implementation | Michael Jones | 1 | -1/+2 |
2021-11-04 | [libc] add stpcpy and stpncpy | Michael Jones | 1 | -0/+13 |
2021-11-01 | [libc] add strndup | Michael Jones | 1 | -0/+5 |
2021-10-27 | [libc] add strdup implementation | Michael Jones | 1 | -0/+5 |
2021-10-27 | [libc] add malloc funcs as external entrypoints | Michael Jones | 1 | -0/+5 |
2021-10-18 | [libc] add atof, strtof and strtod | Michael Jones | 1 | -0/+3 |
2021-10-14 | [libc] add memccpy and mempcpy | Michael Jones | 1 | -0/+15 |
2021-09-28 | [libc] Add FE_DFL_ENV and handle it in fesetenv. | Siva Chandra Reddy | 1 | -1/+3 |
2021-09-24 | [libc] Add an implementation of qsort. | Siva Chandra Reddy | 2 | -0/+4 |
2021-09-22 | [libc] Add an implementation of bsearch. | Siva Chandra Reddy | 2 | -0/+6 |
2021-09-20 | [libc] Add implementations of div, ldiv, lldiv and imaxdiv. | Siva Chandra Reddy | 1 | -5/+25 |
2021-09-10 | [libc] Add extension functions fedisableexcept, feenableexcept and fegetexcept. | Siva Chandra Reddy | 1 | -0/+24 |
2021-09-01 | [libc] Add a skeleton for C standard condition variable functions. | Siva Chandra Reddy | 2 | -0/+39 |
2021-08-30 | [libc] Add mtx_destroy which does nothing. | Siva Chandra Reddy | 1 | -0/+7 |
2021-08-26 | [libc] add inttypes header | Michael Jones | 2 | -0/+17 |
2021-08-19 | [libc][Obvious] Fix llvm_libc_ext.td. | Siva Chandra Reddy | 1 | -9/+0 |