[PowerPC] Add more missing overloads to altivec.h
[platform/upstream/llvm.git] / libc /
2021-03-22 Raman Tenneti[libc] Introduces gmtime_r to LLVM libc, based on C99...
2021-03-22 Siva Chandra[libc][NFC] Add an alias named "check-llvmlibc" for...
2021-03-22 Siva Chandra[libc] Add a target "install-llvmlibc" to install LLVM...
2021-03-20 Siva Chandra[libc] Use add_library in add_entrypoint_library instea...
2021-03-16 Raman TennetiThis introduces gmtime to LLVM libc, based on C99/C2X...
2021-03-14 Siva Chandra Reddy[libc][Obvious] Fix except flags reading overflow detec...
2021-03-12 Siva Chandra Reddy[libc][Obvious] Add string tests to non-full-build...
2021-03-12 Siva Chandra[libc] Adjust full build entrypoints for aarch64.
2021-03-12 Siva Chandra Reddy[libc] Introduce a full build mode CMake option.
2021-03-12 Siva Chandra Reddy[libc][NFC] Move the template implementation of integer...
2021-03-11 Leonard ChanRename top-level LICENSE.txt files to LICENSE.TXT
2021-03-08 Siva Chandra Reddy[libc][Obvious] Add a file which was missed in 001a12ed...
2021-03-08 Siva Chandra Reddy[libc][NFC] Make x86_64 fenv functions msan safe.
2021-03-04 Siva Chandra Reddy[libc][NFC] Make few fenv functions work with fexcept_t...
2021-03-04 Siva Chandra Reddy[libc] Remove redundant header files included from...
2021-02-24 Siva Chandra Reddy[libc][NFC] Exclude few targets from the `all` target.
2021-02-24 Siva Chandra Reddy[libc][NFC] Remove headergen for the cacheline size...
2021-02-24 Siva Chandra Reddy[libc][NFC] Merge llvmlibc and llvmlibm targets in...
2021-02-23 Siva Chandra Reddy[libc] Add a standalone flavor of an equivalent of...
2021-02-23 Tue Ly[libc] Add exhaustive test for sqrtf.
2021-02-23 Siva Chandra Reddy[libc][NFC] Eliminate couple of dependencies on llvm...
2021-02-23 Raman Tenneti[libc] [Obvious] Fix.
2021-02-23 Raman TennetiChanges to mktime to handle invalid dates, overflow...
2021-02-18 Siva Chandra Reddy[libc] Add implementations of the remaining fenv functions.
2021-02-16 Siva Chandra Reddy[libc][NFC] Make few maths functions buildable outside...
2021-02-11 Guillaume ChateletFix errors in distributions
2021-02-05 Siva Chandra[libc][aarch64] Enable a bunch of math functions.
2021-02-05 Siva Chandra[libc] Add aarch64 flavors of floor, round, sqrt and...
2021-02-03 Siva Chandra[libc][NFC] Move generic math implementations to the...
2021-02-03 Andre Vieira[LIBC] Add optimized memcpy routine for AArch64
2021-02-02 Siva Chandra[libc] Add hardware implementations of ceil and ceilf...
2021-02-01 Michael Jones[libc][NFC] Add a death test API adaptation macro
2021-02-01 Michael Jones[libc] Small adjustments to fenv tests
2021-01-29 Cheng Wang[libc][Obvious] Fix typo
2021-01-29 Cheng Wang[libc][Obvious] Remove DEPS for unistd.h in CMake file...
2021-01-29 Michael Jones[libc][NFC] Add a few casts to suppress loss of precisi...
2021-01-28 Petr Hosek[CMake][libc] Support cross-compiling libc-hdrgen
2021-01-28 Petr Hosek[CMake][libc] Don't do CPU feature detection when cross...
2021-01-27 Siva Chandra[libc] Fix list of public headers usable on aarch64.
2021-01-27 Siva Chandra[libc] Fix the CMake var name of the list of public...
2021-01-27 Siva Chandra[libc] Include only the relevant header files in the...
2021-01-27 Siva Chandra[libc] Disable sqrtl_test on non-x86 platforms.
2021-01-27 Siva Chandra Reddy[libc][NFC] Use a end of list marker for cpu feature...
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.
next