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/test
AgeCommit message (Expand)Author
2022-11-04[libc] Add implementation of setbuf and setvbuf.Siva Chandra Reddy
2022-11-04[libc] Convert the api-test in to an integration test.Siva Chandra Reddy
2022-11-03[libc] Add implementation of ungetc.Siva Chandra Reddy
2022-11-02[libc] Improve testing of mem functionsGuillaume Chatelet
2022-11-02[libc][Obvious] Fix a typo in a CMake file.Siva Chandra Reddy
2022-11-02[libc] Skip setjmp tests under sanitizers.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-29[libc] Fix the return value of fread and fwrite.Siva Chandra Reddy
2022-10-28[libc] add locale free strcollMichael Jones
2022-10-28[libc][obvious] fix scanf parser testMichael Jones
2022-10-28[libc] add scanf parser and core utilitiesMichael Jones
2022-10-28[libc] add features to bitsetMichael 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-24[libc] Use cpp::byte instead of char in mem* functionsGuillaume Chatelet
2022-10-24[libc] Fix broken tests on arm32Guillaume Chatelet
2022-10-24[libc] mem* framework v3Guillaume 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 select.h and the implementation of the select function for Linux.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][NFC] add missing static qualifiers in testsGuillaume Chatelet
2022-10-20[libc][NFC] remove unneeded -lpthread for utils_testGuillaume Chatelet
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] add putc, fputc, and putcharMichael Jones
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-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-12Revert "[libc] New version of the mem* framework"Guillaume Chatelet
2022-10-12[libc] New version of the mem* frameworkGuillaume Chatelet