Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-12[libc] Implement gettimeofdayRaman Tenneti
2022-11-08[libc] Add implementation of getc, getc_unlocked and fgetc_unlocked.Siva Chandra Reddy
2022-11-08[libc] Add implementations of ftell.Siva Chandra Reddy
2022-11-04[libc] Add implementation of setbuf and setvbuf.Siva Chandra Reddy
2022-11-03[libc] Add implementation of ungetc.Siva Chandra Reddy
2022-11-02[libc] Add x86_64 implementation of setjmp and longjmp.Siva Chandra Reddy
2022-11-01[libc][math] Add place-holder implementation for pow function.Tue Ly
2022-11-01[libc][math] Add place-holder implementation for asin to unblock demo examples.Tue Ly
2022-10-31[libc] Implement getoptAlex Brachet
2022-10-28[libc] add locale free strcollMichael Jones
2022-10-27[libc] add fgetsMichael Jones
2022-10-27Revert "[libc] Implement getopt"Alex Brachet
2022-10-27[libc] Implement getoptAlex Brachet
2022-10-26[libc] Enable a few entrypoints on aarch64 already available on x86_64.Siva Chandra
2022-10-25[libc] Add Linux implementations of time and clock functions.Siva Chandra Reddy
2022-10-25[libc] Add implementation of difftime function.Raman Tenneti
2022-10-22[libc] Add implementation of fgetc.Siva Chandra Reddy
2022-10-22[libc] Add stdin definition.Siva Chandra Reddy
2022-10-22[libc] Add select.h and the implementation of the select function for Linux.Siva Chandra Reddy
2022-10-19[libc] Add implementation of sigaltstack for linux.Siva Chandra Reddy
2022-10-18[libc] Add termios.h and the implementation of functions declared in it.Siva Chandra Reddy
2022-10-18[libc] add putc, fputc, and putcharMichael Jones
2022-10-14[libc] Add implementation of the POSIX getcwd function.Siva Chandra Reddy
2022-10-13[libc] Add a simple implementation of the posix_spawn function.Siva Chandra Reddy
2022-10-11[libc] Add POSIX functions posix_spawn_file_actions_*.Siva Chandra Reddy
2022-10-11[libc] add isattyMichael Jones
2022-10-11[libc] add sysconf with pagesizeMichael Jones
2022-10-10[libc] Add implementation of pthread_atfork.Siva Chandra Reddy
2022-10-10Implement `getrandom` function for linux targets.Schrodinger ZHU Yifan
2022-10-07[libc] add strsignal and refactor message mappingMichael Jones
2022-10-07[libc] add strerror_r functionMichael Jones
2022-10-07[libc][obvious] move kill into fullbuild onlyMichael Jones
2022-10-07[libc] add killMichael Jones
2022-10-06[libc] Add POSIX execv and execve functions.Siva Chandra Reddy
2022-10-05[libc][Obvious] Add "__" prefix to sched_getcpucount in the spec and elsewhere.Siva Chandra Reddy
2022-10-05[libc] Add the POSIX waitpid function and the BSD wait4 function.Siva Chandra Reddy
2022-10-05[libc] fix fullbuild handling for macro functionsMichael Jones
2022-10-05[libc] add CPU_COUNT macro and backing functionMichael Jones
2022-10-04[libc] implement basic rand and srandMichael Jones
2022-10-04[libc] Add a minimal implementation of the POSIX fork function.Siva Chandra Reddy
2022-10-01[libc] add syscall functionMichael Jones
2022-09-30[libc] Re-enable functions from signal.h and re-enable abort.Siva Chandra Reddy
2022-09-29[libc] Add GNU extension functions sched_getaffinity and sched_setaffinity.Siva Chandra Reddy
2022-09-29[libc] add clock_gettimeMichael Jones
2022-09-28[libc] Add implementation of pthread_once.Siva Chandra Reddy
2022-09-24Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/based...Raman Tenneti
2022-09-23[libc] add madvise and posix_madviseMichael Jones
2022-09-23[libc] add mprotectMichael Jones
2022-09-21[libc] Add implementations of POSIX getpid, getppid, getuid, geteuid functions.Siva Chandra Reddy
2022-09-21[libc] Add implementation of functions stat, fstat and lstat.Siva Chandra Reddy