aboutsummaryrefslogtreecommitdiff
path: root/libc/src
Commit message (Expand)AuthorAgeFilesLines
* [libc] [Obvious] Remove unneeded header in strchr.cgyurgyik2020-07-102-3/+0
* [libc] Add strchr implementation. Fixes bug in memchr.cgyurgyik2020-07-104-1/+55
* [libc] Fix typographical error in math_utils.h.Chris Gyurgyik2020-07-081-1/+1
* [libc] Add memchr implementation.cgyurgyik2020-07-073-0/+52
* [libc] Add the remaining long double flavors of nearest integer functions.Siva Chandra Reddy2020-06-257-0/+148
* [libc] Add long double flavors of the floating point manipulation functions.Siva Chandra Reddy2020-06-239-0/+208
* [libc] This adds the strcmp (string compare) implementation.cgyurgyik2020-06-193-0/+51
* [libc] Add implementations long double fabsl and truncl functions.Siva Chandra Reddy2020-06-185-0/+112
* [lib][NFC] Split the floating point util functions into multiple files.Siva Chandra Reddy2020-06-1510-10/+10
* [libc] Extract an architecture independent copy of memcpy implementation.Siva Chandra Reddy2020-06-152-5/+88
* [libc] Add implementation of few floating point manipulation functions.Siva Chandra Reddy2020-06-1117-0/+364
* [libc][Obvious] Use full path with cmake's if(EXISTS ...).Siva Chandra Reddy2020-06-101-1/+1
* [libc] Add implementations of round and roundf.Siva Chandra Reddy2020-06-094-30/+45
* [libc][NFC][Obvious] Tidy up some CMake files.Siva Chandra Reddy2020-06-091-1/+3
* [libc][NFC][Obvious] Add names to various string entrypoints.Siva Chandra Reddy2020-06-081-0/+1
* [libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h.Siva Chandra Reddy2020-06-0113-0/+264
* [libc] Add implementation of call_once from threads.h.Siva Chandra Reddy2020-05-284-0/+98
* [libc][NFC][Obvious] Fix few header guards in src/threads.Siva Chandra Reddy2020-05-285-15/+15
* [libc][NFC] Simplify memcpy implementationGuillaume Chatelet2020-05-266-148/+107
* [libc] Fix accidental inclusion of system libc headers.Paula Toth2020-05-211-1/+1
* [libc] Add memset and bzero implementationsGuillaume Chatelet2020-05-209-32/+304
* [libc] Move implementations of expf and exp2f from the AOR to src/math.Siva Chandra Reddy2020-05-1512-17/+470
* [libc] Add implementation of fabs and fabsf.Siva Chandra Reddy2020-05-155-0/+88
* [libc] Call mtx_init in mtx_test.Siva Chandra Reddy2020-05-131-1/+1
* [libc][Obvious] Fix deps of few threads targets.Siva Chandra Reddy2020-05-121-1/+1
* [libc] Surround get_start_args_addr in __llvm_libc namespace.Paula Toth2020-04-231-0/+3
* [libc][NFC] Cleanup dependencies in src/signal and test/src/signal.Siva Chandra Reddy2020-04-211-1/+1
* [libc][Take 2] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy2020-04-211-0/+1
* [libc] Revert "Propagate entrypoint deps to downstream targets."Siva Chandra Reddy2020-04-211-1/+0
* [libc] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy2020-04-211-0/+1
* [libc] Add write(2) implementation for Linux and FDReader test utilityAlex Brachet2020-04-175-0/+71
* [libc] Move implementations of cosf, sinf, sincosf to src/math directory.Siva Chandra Reddy2020-04-1611-0/+564
* [libc] Add very basic stdio FILE and fwriteAlex Brachet2020-04-145-0/+90
* [libc] Add fully-qualified target names.Siva Chandra Reddy2020-04-1012-87/+199
* [libc][NFC] Make all top of file comments consistent.Paula Toth2020-04-0854-54/+54
* [libc] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki2020-04-066-7/+7
* [libc] Fix memcpy to adhere to qualified calls.Paula Toth2020-04-032-1/+3
* [libc] Add strlen implementation.Paula Toth2020-04-035-5/+62
* [libc] Add sigfillset and sigdelsetAlex Brachet2020-04-016-7/+128
* [libc] Only use __has_builtin on clangAlex Brachet2020-03-281-1/+3
* [libc] Extend add_object rule to handle helper object libraries.Siva Chandra Reddy2020-03-281-4/+2
* [libc][NFC] Ensure internal implementation is in __llvm_libc namespaceAlex Brachet2020-03-283-2/+10
* [libc] Enable llvmlibc clang-tidy checksPaula Toth2020-03-232-0/+8
* [libc] Add signalAlex Brachet2020-03-223-0/+60
* [libc] NFC - Move the round redirector from its own nested directory.Siva Chandra Reddy2020-03-205-16/+15
* [libc] Adding memcpy implementation for x86_64Guillaume Chatelet2020-03-189-4/+320
* [libc] Add sigactionAlex Brachet2020-03-184-0/+131
* [libc] Add initial assert definitionAlex Brachet2020-03-114-0/+83
* [libc] Add simple implementations of mtx_lock and mtx_unlock.Siva Chandra Reddy2020-03-098-0/+229
* [libc] Take 2: Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy2020-03-0910-0/+302