Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2020-07-13[libc][benchmark] Add display option to render.py3Andre Vieira
2020-07-11[libc] [Obvious] Remove unneeded header in strchr.cgyurgyik
2020-07-10[libc] Add strchr implementation. Fixes bug in memchr.cgyurgyik
2020-07-08[libc] Fix typographical error in math_utils.h.Chris Gyurgyik
2020-07-08[libc] Add memchr implementation.cgyurgyik
2020-07-07[libc] Add documentation for clang-tidy checks.Paula Toth
2020-07-06[libc] Add documentation for integration tests.Paula Toth
2020-06-28[libc] This commit fixes the strcmp fuzzing test. It uses a single input andcgyurgyik
2020-06-26[libc] Add the remaining long double flavors of nearest integer functions.Siva Chandra Reddy
2020-06-24[libc] Enable copysignl, frexpl, logbl and modfl on aarch64.Siva Chandra
2020-06-24[libc][Obvious] Remove a debug #include of iostream.Siva Chandra Reddy
2020-06-24[libc] Add long double flavors of the floating point manipulation functions.Siva Chandra Reddy
2020-06-23[libc][Obvious] Fix few typos in tests.Siva Chandra Reddy
2020-06-23Remove strcmp fuzz from CMakeList since it breaks build.cgyurgyik
2020-06-23Add stddef.h to fix missing size_t type build errors.Simon Pilgrim
2020-06-23[libc] Add fuzz test for strcmp.cgyurgyik
2020-06-23Add strcmp fuzz test.cgyurgyik
2020-06-23[libc] Match x86 long double NaN classification with that of the compiler.Siva Chandra Reddy
2020-06-19[libc] This adds the strcmp (string compare) implementation.cgyurgyik
2020-06-19[libc] Migrate the libc benchmark instruction to ninja.Anthony Steinhauser
2020-06-18[libc] Add implementations long double fabsl and truncl functions.Siva Chandra Reddy
2020-06-17[libc][benchmarks] Link the memory benchmark exes to functions from LLVM libc.Siva Chandra Reddy
2020-06-16[lib][NFC] Split the floating point util functions into multiple files.Siva Chandra Reddy
2020-06-15[libc] Enable string functions for aarch64.Siva Chandra
2020-06-15[libc] Extract an architecture independent copy of memcpy implementation.Siva Chandra Reddy
2020-06-11[libc] Add implementation of few floating point manipulation functions.Siva Chandra Reddy
2020-06-11[libc] Fix integration test header dependency.Paula Toth
2020-06-11[libc][Obvious] Use full path with cmake's if(EXISTS ...).Siva Chandra Reddy
2020-06-10[libc] Add a simple linux aarch64 config.Siva Chandra
2020-06-10[libc][NFC] Make cpu feature check tolerate non-x86 architectures.Siva Chandra
2020-06-10[libc] Add implementations of round and roundf.Siva Chandra Reddy
2020-06-10[libc] Skip fuzzer as well if its dependent entrypoints are skipped.Siva Chandra Reddy
2020-06-10[libc][NFC] Adjust sinf and cosf around -infinity inputs.Siva Chandra Reddy
2020-06-10[libc][NFC][Obvious] Tidy up some CMake files.Siva Chandra Reddy
2020-06-10[libc] Skip entrypoints not present in the entrypoints list.Siva Chandra Reddy
2020-06-09[libc][NFC] Add few more missing entrypoints to the entrypoint list.Siva Chandra Reddy
2020-06-09[libc][NFC] Add bzero to list of entrypoints.Siva Chandra Reddy
2020-06-09[libc][NFC][Obvious] Add names to various string entrypoints.Siva Chandra Reddy
2020-06-04[libc][NFC] Add ceil[f], floor[f] and trunc[f] to the spec and config files.Siva Chandra Reddy
2020-06-02[libc] Remove integration test target from check libc.Paula Toth
2020-06-02[libc] Add integration tests.Paula Toth
2020-06-01[libc] Expose APIGenerator.Paula Toth
2020-06-01[libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h.Siva Chandra Reddy
2020-05-29[libc] Add implementation of call_once from threads.h.Siva Chandra Reddy
2020-05-29[libc][NFC][Obvious] Fix few header guards in src/threads.Siva Chandra Reddy
2020-05-29[libc][NFC][Obvious] Remove line break from a CMake message.Siva Chandra Reddy
2020-05-28[libc] Fixing the build command for benchmarks.Anthony Steinhauser
2020-05-27[libc][NFC][Obvious] Convert the MPFR operations enum to an enum class.Siva Chandra Reddy
2020-05-26[libc][NFC] Simplify memcpy implementationGuillaume Chatelet
2020-05-22[libc] Make clang-tidy use host compiler's resource dir.Paula Toth