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-12Revert "[libc] New version of the mem* framework"Guillaume Chatelet
2022-10-12[libc] New version of the mem* frameworkGuillaume Chatelet
2022-10-12[libc] Update benchmarks/README.mdAndre Vieira
2022-10-11[libc] Add POSIX functions posix_spawn_file_actions_*.Siva Chandra Reddy
2022-10-11[libc] fix header list for x86_64Michael Jones
2022-10-11[libc] reset errno in isatty testsMichael Jones
2022-10-11[libc] handle case where /dev/tty doesn't existMichael Jones
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-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