OSDN Git Service

android: Moving libFuzzer from LLVM to compiler-rt.
[android-x86/external-llvm-project.git] / libc / test /
2021-01-20 Michael Jones[libc][NFC][obvious] fix the names of MPFR tests
2021-01-20 Michael Jones[libc][NFC] add "LlvmLibc" as a prefix to all test...
2021-01-19 Siva Chandra Reddy[libc][NFC] Use ASSERT_EQ instead of EXPECT_EQ in fenv...
2021-01-15 Guillaume Chatelet[libc] CopyAlignedBlocks can now specify alignment...
2021-01-15 Cheng Wang[libc] Add memmove implementation.
2021-01-14 Roland McGrath[libc] Use #undef isascii in specific header
2021-01-13 Siva Chandra Reddy[libc][NFC] Use more specific comparison macros in...
2021-01-12 Michael Jones[libc] add isascii and toascii implementations
2021-01-06 Siva Chandra Reddy[libc] Use a wrapper for rand instead of calling std...
2021-01-06 Tue Ly[libc] Add implementation of fmaf.
2021-01-06 Guillaume Chatelet[libc] Align src buffer instead of dst buffer
2021-01-06 Siva Chandra Reddy[libc] Add implementations of nextafter[f|l] functions.
2020-12-30 Siva Chandra Reddy[libc][NFC] Use ASSERT_FP_EQ to compare nan values...
2020-12-30 Siva Chandra Reddy[libc] Add implementations of rounding functions which...
2020-12-18 Siva Chandra Reddy[libc][NFC] Use ASSERT_FP_EQ to comapre NaN values...
2020-12-17 Siva Chandra Reddy[libc][Obvious] Fix typo is wrappergen unittest.
2020-12-17 Siva Chandra Reddy[libc] Refactor WrapperGen to make the flow cleaner.
2020-12-16 Siva Chandra Reddy[libc][NFC] Use ASSERT_FP_EQ to comapre NaN values...
2020-12-16 Siva Chandra Reddy[libc][NFC] Rename global `nan` in tests to `aNaN`.
2020-12-16 Siva Chandra Reddy[libc][NFC][Obvious] Remove few unnecessary #include...
2020-12-15 Siva Chandra[libc][NFC] Skip adding dummy targets for skipped unit...
2020-12-15 Cheng Wang[libc] Add memcmp implementation.
2020-12-11 Siva Chandra Reddy[libc] Let wrappergen pick LLVM libc mangled name from...
2020-12-11 Siva Chandra Reddy[libc] Add implementations of lround[f|l] and llround...
2020-12-11 Cheng Wang[libc] Add [l|ll]abs implementation.
2020-12-08 Siva Chandra Reddy[libc] Raise x87 exceptions by synchronizing with ...
2020-12-04 Michael Jones[libc] add tests to WrapperGen
2020-12-03 Siva Chandra Reddy[libc] Add simple x86_64 floating point exception and...
2020-12-03 Tue Ly[libc] Add implementation of hypot.
2020-12-02 Siva Chandra Reddy[libc] Fix couple of corner cases in remquo.
2020-12-02 Cheng Wang[libc] Add strncpy implementation.
2020-12-01 Raman TennetiInitial commit of mktime.
2020-11-30 Guillaume Chatelet[libc] Improve memcpy copy loop
2020-11-27 Cheng Wang[libc][Obvious] Fix typo in strnlen_test.cpp.
2020-11-21 Michael Jones[libc] Switch functions to using global headers
2020-11-19 Siva Chandra Reddy[libc] Fix the overflow check condition of ldexp.
2020-11-18 Siva Chandra Reddy[libc][NFC][Obvious] Remove few unnecessary pieces...
2020-11-17 Siva Chandra Reddy[libc] Add implementations of ldexp[f|l].
2020-11-10 Tue Ly[libc] Add implementations of fdim[f|l].
2020-11-06 Siva Chandra Reddy[libc] Add implementations of ilogb[f|l].
2020-11-03 Siva Chandra Reddy[libc][NFC][Obvious] Use the new macro to declare speci...
2020-10-27 Siva Chandra Reddy[libc][NFC] Use a convenience macro to declare special...
2020-09-18 Tue Ly[libc] Add implementation for hypotf
2020-09-09 Siva Chandra Reddy[libc][NFC] Add spec files as dependencies of integrati...
2020-09-04 Siva Chandra Reddy[libc][obvious] Use constants of type double in remquo_...
2020-09-04 Siva Chandra Reddy[libc] Add implementations of remquo[f|l] and remainder...
2020-08-26 Tue Ly[libc] Add implementations for sqrt, sqrtf, and sqrtl.
2020-08-26 Siva Chandra Reddy[libc] Extend MPFRMatcher to handle multiple-input...
2020-08-20 Siva Chandra Reddy[libc][NFC] Switch math tests to the new ULP based...
2020-08-19 Siva Chandra Reddy[libc][obvious] Fix x86 long double conversion to integer.
2020-08-18 Siva Chandra Reddy[libc][obvious] Fix link order of math tests.
2020-08-13 parallels[libc] Add strtok_r implementation.
2020-08-12 Siva Chandra[libc][obvious] Switch copysign[f|l] and fabs[f|l]...
2020-08-12 Siva Chandra[libc][obvious] Switch nearest integer function tests...
2020-08-11 cgyurgyik[libc] Add strtok implementation.
2020-08-08 Siva Chandra Reddy[libc][NFC] Disable a loader test as ld.gold fails...
2020-08-08 Siva Chandra Reddy[libc][NFC] Add library of floating point test matchers.
2020-08-08 Siva Chandra Reddy[libc] Setup TLS in x86_64 loader.
2020-08-07 cgyurgyik[libc] Add strcpsn and strpbrk implementation.
2020-08-06 cgyurgyik[libc] Add tolower, toupper implementation.
2020-08-05 cgyurgyik[libc] Add strspn implementation and std::bitset
2020-08-05 cgyurgyik[libc] Add isspace, isprint, isxdigit implementations.
2020-08-04 cgyurgyik[libc] Add implementations for isblank, iscntrl, isgrap...
2020-08-01 cgyurgyik[libc] [obvious] Fix strchr and strrchr tests so that...
2020-07-31 Chris Gyurgyik[libc] [obvious] Add rest of strrchr test.
2020-07-31 cgyurgyik[libc] Adds strrchr implementation.
2020-07-31 cgyurgyik[libc] Add islower and isupper implementation.
2020-07-30 cgyurgyik[libc] Implements isdigit and isalnum. Adds a utility...
2020-07-28 cgyurgyik[libc] Add scaffolding for ctype and implementation...
2020-07-28 Siva Chandra Reddy[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSe...
2020-07-24 cgyurgyik[libc] Adds implementation for memrchr.
2020-07-23 Tue Ly[libc] Remove unused #include <vector> in fmin_test...
2020-07-23 Tue Ly[libc] Add implementations of fmax, fmaxf, and fmaxl.
2020-07-22 cgyurgyik[libc] Implements strnlen.
2020-07-21 Tue LyAdd implementations for fmin, fminf, and fminl. Testin...
2020-07-21 cgyurgyik[libc] Add strstr implementation.
2020-07-10 cgyurgyik[libc] Add strchr implementation. Fixes bug in memchr.
2020-07-07 cgyurgyik[libc] Add memchr implementation.
2020-06-26 Siva Chandra Reddy[libc] Add the remaining long double flavors of nearest...
2020-06-24 Siva Chandra Reddy[libc][Obvious] Remove a debug #include of iostream.
2020-06-24 Siva Chandra Reddy[libc] Add long double flavors of the floating point...
2020-06-23 Siva Chandra Reddy[libc][Obvious] Fix few typos in tests.
2020-06-23 Siva Chandra Reddy[libc] Match x86 long double NaN classification with...
2020-06-19 cgyurgyik[libc] This adds the strcmp (string compare) implementa...
2020-06-18 Siva Chandra Reddy[libc] Add implementations long double fabsl and truncl...
2020-06-16 Siva Chandra Reddy[lib][NFC] Split the floating point util functions...
2020-06-11 Siva Chandra Reddy[libc] Add implementation of few floating point manipul...
2020-06-11 Paula Toth[libc] Fix integration test header dependency.
2020-06-10 Siva Chandra Reddy[libc][Obvious] Use full path with cmake's if(EXISTS...
2020-06-10 Siva Chandra Reddy[libc] Add implementations of round and roundf.
2020-06-09 Siva Chandra Reddy[libc][NFC] Adjust sinf and cosf around -infinity inputs.
2020-06-09 Siva Chandra Reddy[libc][NFC][Obvious] Tidy up some CMake files.
2020-06-09 Siva Chandra Reddy[libc] Skip entrypoints not present in the entrypoints...
2020-06-02 Paula Toth[libc] Remove integration test target from check libc.
2020-06-02 Paula Toth[libc] Add integration tests.
2020-06-01 Siva Chandra Reddy[libc] Add implementations of ceil[f], floor[f] and...
2020-05-29 Siva Chandra Reddy[libc] Add implementation of call_once from threads.h.
2020-05-27 Siva Chandra Reddy[libc][NFC][Obvious] Convert the MPFR operations enum...
2020-05-26 Guillaume Chatelet[libc][NFC] Simplify memcpy implementation
2020-05-20 Guillaume Chatelet[libc] Add memset and bzero implementations
next