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-11-04[libc][NFC] Remove "$>" from another command block on examples/README.md.Siva Chandra Reddy
2022-11-04[libc][NFC] Remove "$>" from recipe commands blocks in examples/README.md.Siva Chandra Reddy
2022-11-04[libc] Add example programs and their CMake build and instructions.Siva Chandra Reddy
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] Add a doc about the libc fullbuild mode.Siva Chandra Reddy
2022-11-02[libc] Add links to libc Discourse and to the libc Discord channel.Siva Chandra Reddy
2022-11-02[libc] Add a contributing guide to the docs.Siva Chandra Reddy
2022-11-02[libc] Add a porting guide to the docs.Siva Chandra Reddy
2022-11-02[reland][libc] Switch to new implementation of mem* functionsGuillaume Chatelet
2022-11-02[libc] Improve testing of mem functionsGuillaume Chatelet
2022-11-02[libc] Add definitions of a few missing macros and types.Siva Chandra Reddy
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 D136595 "[libc] Switch to new implementation of mem* functions"Guillaume Chatelet
2022-10-27Revert "[libc] Implement getopt"Alex Brachet
2022-10-27[libc] Implement getoptAlex Brachet
2022-10-27[libc] Cleanup stale documentation.Siva Chandra
2022-10-27[libc] Add a doc about the libc overlay mode.Siva Chandra Reddy
2022-10-27[libc] Add a testing macro for MPFR matchers skipping `explainError` calls.Tue Ly
2022-10-27[libc] Enable more entrypoints on aarch64.Siva Chandra
2022-10-26[libc] tighten strtofloat cutoffsMichael Jones
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] Switch to new implementation of mem* functionsGuillaume Chatelet
2022-10-25[libc] Add the header sys/types.h.Siva Chandra Reddy
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