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-12Removed tabs.Raman Tenneti
2022-11-12[libc] Implement gettimeofdayRaman Tenneti
2022-11-12[libc] move fork into threads folderMichael Jones
2022-11-08[libc][obvious] fix tests using wrong size for stringMichael Jones
2022-11-08[libc] add scanf string convertersMichael Jones
2022-11-08[libc] add scanf readerMichael Jones
2022-11-08[libc] Add implementation of getc, getc_unlocked and fgetc_unlocked.Siva Chandra Reddy
2022-11-08[libc] Add implementations of ftell.Siva Chandra Reddy
2022-11-07[libc][obvious] fix printf failing to stop on %\0Michael Jones
2022-11-05[libc][docs] Add a build and test document.Siva Chandra Reddy
2022-11-05[libc][docs] Fix typos.Siva Chandra Reddy
2022-11-05[libc][docs] Move links to internal developer guides out of the main side bar.Siva Chandra Reddy
2022-11-05[libc] Add add_with_carry to builtin wrapper.Tue Ly
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