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-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
2022-09-17[libc] Add implementation of POSIX "uname" function.Siva Chandra Reddy
2022-09-17[libc][Obvious] Fix typo in struct rlimit name - remove the "_t" suffix.Siva Chandra Reddy
2022-09-16[libc] Add implementation of POSIX setrlimit and getrlimit functions.Siva Chandra Reddy
2022-09-15[libc] Add the implementation of the "remove" function.Siva Chandra Reddy
2022-09-15[libc][math] Improve sinhf and coshf performance.Tue Ly
2022-09-14[libc] Add POSIX functions pread and pwrite.Siva Chandra Reddy
2022-09-14[libc][math] Improve exp2f performance.Tue Ly
2022-09-14[libc][Obvious] Fix typo in the alternate path of the POSIX "access" function.Siva Chandra
2022-09-14[libc] Add implementation of POSIX function "access".Siva Chandra Reddy
2022-09-13[libc][Obvious] Use unique test file names in dup, dup2 and dup3 tests.Siva Chandra Reddy
2022-09-13[libc] Add POSIX functions dup, dup2, and GNU extension function dup3.Siva Chandra Reddy
2022-09-09[libc][math] Implement acosf function correctly rounded for all rounding modes.Tue Ly
2022-09-08[libc][math] Implement asinf function correctly rounded for all rounding modes.Tue Ly
2022-09-08[libc] Return correct values for hypot when overflowed.Tue Ly
2022-09-03[libc][NFC] clang-formatAlex Brachet
2022-09-02[libc][NFC] Use no_sanitize("all")Alex Brachet
2022-09-02[libc] Add Buildbot to External LinksJeff Bailey
2022-09-02[libc][NFC] Use cpp::optional for checking exceptional values of math functions.Tue Ly
2022-09-01[libc] add division, modulo, and power to UIntMichael Jones
2022-09-01[libc] move builtin_wrappers out of fputilMichael Jones
2022-08-31[libc] Add arm-32 syscall implementation.Siva Chandra Reddy
2022-08-31[libc] Fix typo in lseek syscall number macro.Dong-hee Na
2022-08-31[libc][cmake] split fputil into individual targetsMichael Jones
2022-08-31[libc][doc] Update implementation status of atanf and atanhf.Tue Ly