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-25[libc] Build fix.Raman Tenneti
2022-10-25[libc] Add implementation of difftime function.Raman Tenneti
2022-10-24[libc] add performance options for string to floatMichael Jones
2022-10-24[libc] Use cpp::byte instead of char in mem* functionsGuillaume Chatelet
2022-10-24[libc] Fix generic 32-bit implementation of Bcmp/MemcmpGuillaume Chatelet
2022-10-24[libc] Fix broken tests on arm32Guillaume Chatelet
2022-10-24[libc] mem* framework v3Guillaume Chatelet
2022-10-23clean up std::iterator in LibcBenchmark.hSchrodinger ZHU Yifan
2022-10-23[libc] Add missing is_unsigned in type_traits.hGuillaume Chatelet
2022-10-22[libc] Add cpp::byteGuillaume Chatelet
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-21[libc][Obvious] Add few missing license headers.Siva Chandra Reddy
2022-10-21[libc][obvious] fix comparison test cmakeMichael Jones
2022-10-20Revert D136292 "[libc] mem* framework v3"Guillaume Chatelet
2022-10-20[libc] mem* framework v3Guillaume Chatelet
2022-10-20[libc][automemcpy] fix build after change in Arg enumGuillaume Chatelet
2022-10-20[libc][NFC] add missing static qualifiers in testsGuillaume Chatelet
2022-10-20[libc][NFC] remove unneeded -lpthread for utils_testGuillaume Chatelet
2022-10-20[libc][Obvious] Fix incomplete spec definition of sys/random.h.Siva Chandra Reddy
2022-10-20[libc][Obvious] Add termios.h to the list of x86_64 linux headers.Siva Chandra Reddy
2022-10-19[libc] Add implementation of sigaltstack for linux.Siva Chandra Reddy
2022-10-18[libc][Obvious] Skip some termios tests when there no is /dev/tty.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][NFC] Cleanup and document utils.hGuillaume Chatelet
2022-10-18[libc][NFC] Use ASSERT instead of EXPECT in testsGuillaume Chatelet
2022-10-18[libc]Identify which processors are completed for MathJeff Bailey
2022-10-18[libc] add putc, fputc, and putcharMichael Jones
2022-10-15[libc][cleanup] Docs clean upJeff Bailey
2022-10-14Revert "[libc] New version of the mem* framework"Sterling Augustine
2022-10-14[libc] Add implementation of the POSIX getcwd function.Siva Chandra Reddy
2022-10-14[libc] New version of the mem* frameworkGuillaume Chatelet
2022-10-14Revert "[libc] New version of the mem* framework"Guillaume Chatelet
2022-10-14Revert "[libc] Fix embedded version of bcmp / memcmp"Guillaume Chatelet
2022-10-14[libc] Fix embedded version of bcmp / memcmpGuillaume Chatelet
2022-10-14[libc] New version of the mem* frameworkGuillaume Chatelet
2022-10-14Revert "[libc] New version of the mem* framework"Guillaume Chatelet
2022-10-14[libc] New version of the mem* frameworkGuillaume Chatelet
2022-10-13[libc] Add a simple implementation of the posix_spawn function.Siva Chandra Reddy
2022-10-13Revert "[libc] New version of the mem* framework"Guillaume Chatelet
2022-10-13[libc] New version of the mem* frameworkGuillaume Chatelet
2022-10-12[libc] add headers sys/auxv sys/prctl and sys/timeMichael Jones
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