[clang][docs] Correct indent of option explanation
[platform/upstream/llvm.git] / libc /
2022-11-19 Tue Ly[libc][math] Remove UInt<128>::operation* specialization.
2022-11-19 Tue Ly[libc] Add sub_with_borrow to builtin_wrapper.h
2022-11-18 Michael Jones[libc][reland] Fix builtin definition for memory functions
2022-11-17 Michael Jones[libc] add scanf entrypoints
2022-11-16 Fangrui SongRevert D137868 "[libc] Fix builtin definition for memor...
2022-11-16 Michael Jones[libc] Fix builtin definition for memory functions
2022-11-16 Joseph Huber[libc] Fix assert.h and ctype.h not being built
2022-11-16 Guillaume Chatelet[libc][benchmark] Fix wrong BatchSize leading to data...
2022-11-16 Guillaume Chatelet[libc][NFC] move memmove implementation
2022-11-16 Guillaume Chatelet[libc] deprecate LLVM_LIBC_MEMCPY_X86_USE_ONLY_REPMOVSB
2022-11-16 Guillaume Chatelet[libc] remove mem functions dead code
2022-11-15 Raman Tenneti[libc] [Obvious] Cleanup.
2022-11-15 Michael Jones[libc] disable flakey tests
2022-11-15 Raman Tenneti[libc] cleanup changes to gettimeofday.
2022-11-15 Michael Jones[libc] re-enable assert
2022-11-15 Fangrui Song[libc] Include stddef.h after D137871
2022-11-15 Tue Ly[libc][math] Improve the performance and error printing...
2022-11-15 Joseph Huber[libc] Fix tablegen when using a runtimes build
2022-11-12 Raman TennetiRemoved tabs.
2022-11-12 Raman Tenneti[libc] Implement gettimeofday
2022-11-12 Michael Jones[libc] move fork into threads folder
2022-11-07 Michael Jones[libc][obvious] fix tests using wrong size for string
2022-11-07 Michael Jones[libc] add scanf string converters
2022-11-07 Michael Jones[libc] add scanf reader
2022-11-07 Siva Chandra Reddy[libc] Add implementation of getc, getc_unlocked and...
2022-11-07 Siva Chandra Reddy[libc] Add implementations of ftell.
2022-11-07 Michael Jones[libc][obvious] fix printf failing to stop on %\0
2022-11-05 Siva Chandra Reddy[libc][docs] Add a build and test document.
2022-11-05 Siva Chandra Reddy[libc][docs] Fix typos.
2022-11-05 Siva Chandra Reddy[libc][docs] Move links to internal developer guides...
2022-11-05 Tue Ly[libc] Add add_with_carry to builtin wrapper.
2022-11-04 Siva Chandra Reddy[libc][NFC] Remove "$>" from another command block...
2022-11-04 Siva Chandra Reddy[libc][NFC] Remove "$>" from recipe commands blocks...
2022-11-04 Siva Chandra Reddy[libc] Add example programs and their CMake build and...
2022-11-04 Siva Chandra Reddy[libc] Add implementation of setbuf and setvbuf.
2022-11-04 Siva Chandra Reddy[libc] Convert the api-test in to an integration test.
2022-11-02 Siva Chandra Reddy[libc] Add implementation of ungetc.
2022-11-02 Siva Chandra Reddy[libc] Add a doc about the libc fullbuild mode.
2022-11-02 Siva Chandra Reddy[libc] Add links to libc Discourse and to the libc...
2022-11-02 Siva Chandra Reddy[libc] Add a contributing guide to the docs.
2022-11-02 Siva Chandra Reddy[libc] Add a porting guide to the docs.
2022-11-02 Guillaume Chatelet[reland][libc] Switch to new implementation of mem...
2022-11-02 Guillaume Chatelet[libc] Improve testing of mem functions
2022-11-02 Siva Chandra Reddy[libc] Add definitions of a few missing macros and...
2022-11-01 Siva Chandra Reddy[libc][Obvious] Fix a typo in a CMake file.
2022-11-01 Siva Chandra Reddy[libc] Skip setjmp tests under sanitizers.
2022-11-01 Siva Chandra Reddy[libc] Add x86_64 implementation of setjmp and longjmp.
2022-10-31 Tue Ly[libc][math] Add place-holder implementation for pow...
2022-10-31 Tue Ly[libc][math] Add place-holder implementation for asin...
2022-10-31 Alex Brachet[libc] Implement getopt
2022-10-29 Siva Chandra Reddy[libc] Fix the return value of fread and fwrite.
2022-10-28 Michael Jones[libc] add locale free strcoll
2022-10-28 Michael Jones[libc][obvious] fix scanf parser test
2022-10-28 Michael Jones[libc] add scanf parser and core utilities
2022-10-28 Michael Jones[libc] add features to bitset
2022-10-27 Michael Jones[libc] add fgets
2022-10-27 Guillaume ChateletRevert D136595 "[libc] Switch to new implementation...
2022-10-27 Alex BrachetRevert "[libc] Implement getopt"
2022-10-27 Alex Brachet[libc] Implement getopt
2022-10-27 Siva Chandra[libc] Cleanup stale documentation.
2022-10-27 Siva Chandra Reddy[libc] Add a doc about the libc overlay mode.
2022-10-26 Tue Ly[libc] Add a testing macro for MPFR matchers skipping...
2022-10-26 Siva Chandra[libc] Enable more entrypoints on aarch64.
2022-10-26 Michael Jones[libc] tighten strtofloat cutoffs
2022-10-25 Siva Chandra[libc] Enable a few entrypoints on aarch64 already...
2022-10-25 Siva Chandra Reddy[libc] Add Linux implementations of time and clock...
2022-10-25 Guillaume Chatelet[libc] Switch to new implementation of mem* functions
2022-10-25 Siva Chandra Reddy[libc] Add the header sys/types.h.
2022-10-24 Raman Tenneti[libc] Build fix.
2022-10-24 Raman Tenneti[libc] Add implementation of difftime function.
2022-10-24 Michael Jones[libc] add performance options for string to float
2022-10-24 Guillaume Chatelet[libc] Use cpp::byte instead of char in mem* functions
2022-10-24 Guillaume Chatelet[libc] Fix generic 32-bit implementation of Bcmp/Memcmp
2022-10-24 Guillaume Chatelet[libc] Fix broken tests on arm32
2022-10-24 Guillaume Chatelet[libc] mem* framework v3
2022-10-23 Schrodinger ZHU... clean up std::iterator in LibcBenchmark.h
2022-10-23 Guillaume Chatelet[libc] Add missing is_unsigned in type_traits.h
2022-10-22 Guillaume Chatelet[libc] Add cpp::byte
2022-10-22 Siva Chandra Reddy[libc] Add implementation of fgetc.
2022-10-22 Siva Chandra Reddy[libc] Add stdin definition.
2022-10-22 Siva Chandra Reddy[libc] Add select.h and the implementation of the selec...
2022-10-21 Siva Chandra Reddy[libc][Obvious] Add few missing license headers.
2022-10-20 Michael Jones[libc][obvious] fix comparison test cmake
2022-10-20 Guillaume ChateletRevert D136292 "[libc] mem* framework v3"
2022-10-20 Guillaume Chatelet[libc] mem* framework v3
2022-10-20 Guillaume Chatelet[libc][automemcpy] fix build after change in Arg enum
2022-10-20 Guillaume Chatelet[libc][NFC] add missing static qualifiers in tests
2022-10-20 Guillaume Chatelet[libc][NFC] remove unneeded -lpthread for utils_test
2022-10-20 Siva Chandra Reddy[libc][Obvious] Fix incomplete spec definition of sys...
2022-10-19 Siva Chandra Reddy[libc][Obvious] Add termios.h to the list of x86_64...
2022-10-18 Siva Chandra Reddy[libc] Add implementation of sigaltstack for linux.
2022-10-18 Siva Chandra Reddy[libc][Obvious] Skip some termios tests when there...
2022-10-18 Siva Chandra Reddy[libc] Add termios.h and the implementation of function...
2022-10-18 Guillaume Chatelet[libc][NFC] Cleanup and document utils.h
2022-10-18 Guillaume Chatelet[libc][NFC] Use ASSERT instead of EXPECT in tests
2022-10-18 Jeff Bailey[libc]Identify which processors are completed for Math
2022-10-17 Michael Jones[libc] add putc, fputc, and putchar
2022-10-15 Jeff Bailey[libc][cleanup] Docs clean up
2022-10-14 Sterling AugustineRevert "[libc] New version of the mem* framework"
2022-10-14 Siva Chandra Reddy[libc] Add implementation of the POSIX getcwd function.
next