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