OSDN Git Service

android: [Analysis] build DDGPrinter.cpp source
[android-x86/external-llvm-project.git] / libc /
2021-01-21 Petr Hosek[libc] Distinguish compiler and run failures
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[libc] Extend the current fenv functions to aarch64.
2021-01-19 Guillaume Chatelet[libc][NFC] remove dependency on non standard ssize_t
2021-01-19 Guillaume Chatelet[libc][NFC] Remove dead code
2021-01-19 Siva Chandra[libc][NFC][Obvious] Add a missing dep.
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 Guillaume Chatelet[libc] Allow customization of memcpy via flags.
2021-01-15 Cheng Wang[libc] Add memmove implementation.
2021-01-14 Roland McGrath[libc] Use #undef isascii in specific header
2021-01-13 Michael Jones[libc][NFC] change isblank and iscntrl from implicit...
2021-01-13 Michael Jones[libc][NFC] add macro for fuchsia to switch test backen...
2021-01-13 Guillaume Chatelet[libc] Refresh benchmark progress bar when needed.
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-11 Siva Chandra Reddy[libc][NFC] Make __support/common.h an in tree header.
2021-01-09 Michael Jones[libc][NFC] add includes for internal headers to all...
2021-01-08 Michael Jones[libc] Switch to use a macro which does not insert...
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 Guillaume Chatelet[libc] remove modulo from CircularArrayRef iterator
2021-01-06 Siva Chandra Reddy[libc] Add implementations of nextafter[f|l] functions.
2021-01-06 Siva Chandra Reddy[libc] Add implementations of nearbyint[f|l].
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 `#include <math.h>` in utils/FPUtil...
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 Paula Toth[libc] Add python3 to libc buildbot depedencies.
2020-12-17 Siva Chandra Reddy[libc] Refactor WrapperGen to make the flow cleaner.
2020-12-17 Guillaume ChateletFix dead link
2020-12-17 Guillaume Chatelet[libc] revamp memory function benchmark
2020-12-17 Krasimir Georgiev[libc] add back math.h #include utils/FPUtil/Manipulati...
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] Add remainder[f|l] and remquo[f|l] to the list...
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-15 Siva Chandra Reddy[libc][Obvious] Mark functions in DummyFEnv.h as static...
2020-12-14 Siva Chandra Reddy[libc][Obvious] Include <fenv.h> from DummyFenv.h.
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][NFC] Remove dependence on xmmintrin.h to read...
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] Fix typo in buildbot README.txt.
2020-11-27 Cheng Wang[libc][Obvious] Fix typo in strnlen_test.cpp.
2020-11-25 Guillaume ChateletFix case mismatch between definition and declaration
2020-11-21 Michael Jones[libc] Make more of the libc unit testing llvm independent
2020-11-21 Michael Jones[libc] Switch functions to using global headers
2020-11-20 Siva Chandra Reddy[libc] Combine all math differential fuzzers into one...
2020-11-19 Siva Chandra Reddy[libc] Add differential fuzzers for ldexp and remquo.
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-18 Siva Chandra Reddy[libc][obvious] Fix fdim[f|l] signatures in stdc spec.
2020-11-17 Siva Chandra Reddy[libc] Add implementations of ldexp[f|l].
2020-11-17 Michael Jones[libc] make part of libc's unit test framework independ...
2020-11-10 Tue Ly[libc] Add implementations of fdim[f|l].
2020-11-07 Siva Chandra Reddy[libc] Extend WrapperGen to emit aliases.
2020-11-06 Siva Chandra Reddy[libc][WrapperGen] Replace the C _Noreturn annotation...
2020-11-06 Siva Chandra Reddy[libc] Add implementations of ilogb[f|l].
2020-11-06 Siva Chandra Reddy[libc][NFC] Make test macros callable from helper metho...
2020-11-05 Michael Jones[libc] Fix WrapperGen seeing no arguments as a void...
2020-11-03 Siva Chandra Reddy[libc][NFC][Obvious] Use the new macro to declare speci...
2020-11-03 Michael Jones[LIBC][NFC] Rename errno and assert files to match...
2020-10-27 Siva Chandra Reddy[libc][NFC] Use a convenience macro to declare special...
2020-10-19 Michael Jones[libc] Add LLVM libc specific functions to llvm_libc_ex...
2020-10-15 Michael Jones[libc] Use entrypoints.txt as the single source of...
2020-10-15 Guillaume Chatelet[libc][NFC] Add probability distributions for memory...
2020-10-14 Guillaume ChateletFix conjuntion of -Werror,-Wsuggest-override with googl...
2020-10-08 Paula Toth[libc] Update buildbot worker version to 2.8.4.
2020-09-25 Anthony Steinhauser[libc] Using llvm_libc memcpy in mem* benchmarks.
2020-09-18 Tue Ly[libc] Add implementation for hypotf
2020-09-15 Guillaume Chatelet[libc] Remove special case for 8 and 16 bytes
2020-09-15 Guillaume Chatelet[libc] use stddef instead of string header
2020-09-15 Guillaume Chatelet[libc] remove useless headers
2020-09-15 Guillaume Chatelet[libc] Add missing TableGen dependency
2020-09-15 Guillaume Chatelet[libc] Add missing LibcFPTestHelpers library
2020-09-15 Guillaume Chatelet[libc] Fix typo in platform_defs.h.inc
2020-09-14 Tue Ly[libc] Extend MPFRMatcher to handle 2-input-1-output...
2020-09-14 cgyurgyik[libc] Decouple string functions.
2020-09-10 Siva Chandra Reddy[libc][obvious] Include Sqrt.h in SqrtLongDoubleX86.h.
2020-09-10 Siva Chandra Reddy[libc][NFC][obvious] Remove a redudant dep of strcmp...
2020-09-09 Siva Chandra Reddy[libc][MPFRWrapper] Provide a way to include MPFR heade...
2020-09-09 Siva Chandra Reddy[libc][NFC] Add spec files as dependencies of integrati...
2020-09-09 Siva Chandra Reddy[libc][obvious] Fix strtok_r signature in the spec.
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-27 Pavel Labath[cmake] Make gtest include directories a part of the...
next