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
path: root/libc
AgeCommit message (Expand)Author
2022-10-08[libc] Document which date funcs are needed/doneJeff Bailey
2022-10-08[libc][nfc] fix comment in clock_gettimeMichael Jones
2022-10-07[libc] add printf decimal float conversionMichael Jones
2022-10-07[libc] add strsignal and refactor message mappingMichael Jones
2022-10-07[libc] add strerror_r functionMichael Jones
2022-10-07[libc] Resolve NaN/implementation-defined behavior of floating-point testsDominic Chen
2022-10-07[libc][obvious] move kill into fullbuild onlyMichael Jones
2022-10-07[libc] add killMichael Jones
2022-10-07[libc] fix futex typeMichael Jones
2022-10-06[libc] Add POSIX execv and execve functions.Siva Chandra Reddy
2022-10-06Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point ...Dominic Chen
2022-10-06[libc] Resolve NaN/implementation-defined behavior of floating-point testsDominic Chen
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] disable syscall test without fullbuildMichael Jones
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-30[libc][windows] rename fenv internals for windowsMichael Jones
2022-09-30[libc][Obvious] Enable some of the recently added functions on aarch64.Siva Chandra
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-29[libc][NFC] Move alignment utils to utils.hGuillaume Chatelet
2022-09-29[libc][test] Better reporting for MemoryMatcherGuillaume Chatelet
2022-09-28[libc] Add implementation of pthread_once.Siva Chandra Reddy
2022-09-28[libc][windows] fix small build issues.Michael Jones
2022-09-27[libc][math] Simplify tanf implementation and improve its performance.Tue Ly
2022-09-26[libc][NFC] Move bzero_inline to separate fileGuillaume Chatelet
2022-09-26[libc][NFC] Remove new framework, a simpler one is comingGuillaume Chatelet
2022-09-26[libc][NFC] introduce inline_bzeroGuillaume Chatelet
2022-09-24Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/based...Raman Tenneti
2022-09-23[libc][obvious] disable mprotect test under sanitizersMichael Jones
2022-09-23[libc] add madvise and posix_madviseMichael Jones
2022-09-23[libc] add mprotectMichael Jones
2022-09-23[libc] move sys/mman macros to /includeMichael 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
2022-09-21[libc] add fputs and putsMichael Jones
2022-09-21[libc] add strerrorMichael Jones
2022-09-20[libc] Fix TWS issues in .td filesJeff Bailey
2022-09-20[libc] Remove unneeded extra includeJeff Bailey
2022-09-19[libc][Obvious] Fix exp10f spec.Tue Ly
2022-09-19[libc][Obvious] Remove constexpr qualifier from Exp10Base::powb_lo.Tue Ly
2022-09-19[libc][math] Implement exp10f function correctly rounded to all rounding modes.Tue Ly
2022-09-19[libc][Obvious] Remove constexpr qualifier from ExpBase::powb_lo.Tue Ly
2022-09-19[libc][math] Improve tanhf performance.Tue Ly
2022-09-17[libc][cmake] separate installing headersMichael Jones