[clangd] Type hints for C++14 return type deduction
[platform/upstream/llvm.git] / libc /
2021-06-18 Siva Chandra Reddy[libc][Obvious] Add the new header file PlatformDefs...
2021-06-18 Siva Chandra Reddy[libc] Add few macro definitions to make it easy to...
2021-06-17 Guillaume Chatelet[libc] Generate one benchmark per implementation
2021-06-16 Guillaume Chatelet[libc] Add a set of elementary operations
2021-06-16 Guillaume ChateletRevert "[libc] Add a set of elementary operations"
2021-06-16 Guillaume Chatelet[libc] Add a set of elementary operations
2021-06-15 Siva Chandra Reddy[libc][NFC] Disable thrd_test as it is exhibiting flaky...
2021-06-15 Guillaume ChateletRevert "[libc] Add a set of elementary operations"
2021-06-15 Guillaume Chatelet[libc] Add a set of elementary operations
2021-06-15 Guillaume ChateletRevert "[libc] Add a set of elementary operations"
2021-06-15 Guillaume Chatelet[libc] Add a set of elementary operations
2021-06-14 Siva Chandra Reddy[libc] Add hardware implementations of x86_64 sqrt...
2021-06-14 Guillaume ChateletRevert "[libc] Add a set of elementary operations"
2021-06-14 Guillaume Chatelet[libc] Add a set of elementary operations
2021-06-10 Tue Ly[libc] Add implementation of expm1f.
2021-06-10 Siva Chandra Reddy[libc] Remove libc-fuzzer as a dependency to check...
2021-06-09 Siva Chandra Reddy[libc][NFC][Obvious] Compare against size_t values...
2021-06-08 Siva Chandra Reddy[libc] Add a macro to include/exclude subprocess tests.
2021-06-08 Siva Chandra Reddy[libc][NFC] Use add_library instead of add_llvm_library...
2021-06-06 Simon PilgrimLibcBenchmark.h - add missing implicit cmath header...
2021-05-13 Siva Chandra Reddy[libc] Enable fmaf and fma on x86_64.
2021-05-13 Siva Chandra Reddy[libc][NFC] Instead of erroring, skip math targets...
2021-05-13 Siva Chandra Reddy[libc] Add x86_64 implementations of double precision...
2021-05-12 Guillaume Chatelet[libc] Simplifies multi implementations
2021-05-10 Siva Chandra Reddy[libc] Rever "Simplifies multi implementations and...
2021-05-10 Guillaume Chatelet[libc] Simplifies multi implementations and benchmarks
2021-05-10 Guillaume Chatelet[libc] Allow target architecture customization
2021-05-05 Guillaume Chatelet[libc] Normalize LIBC_TARGET_MACHINE
2021-05-04 Raman Tenneti[libc] Introduce asctime, asctime_r to LLVM libc
2021-05-03 Guillaume Chatelet[libc] warns about missing linting only in full build...
2021-04-26 Siva Chandra Reddy[libc] Add differential quality and perf analysis targe...
2021-04-26 Guillaume Chatelet[libc] Use different alignment for memcpy between ARM...
2021-04-21 Guillaume Chatelet[libc] Enhance ArrayRef + unittests
2021-04-21 Siva Chandra Reddy[libc] Add fma to the C standard spec.
2021-04-21 Siva Chandra Reddy[libc] Disable fma and fmaf for x86_64.
2021-04-21 Siva Chandra[libc] Add hardware implementations of fma and fmaf...
2021-04-17 Siva Chandra[libc][NFC] Use explicit conversion in aarch64 FEnv.
2021-04-17 Siva Chandra Reddy[libc]NFC] Use explicit conversion on frexpl_test and...
2021-04-17 Siva Chandra Reddy[libc][NFC] Use explicit conversion in modfl_test.
2021-04-17 Siva Chandra Reddy[libc][NFC] Make conversion from FPBits to the float...
2021-04-17 Siva Chandra Reddy[libc][NFC] Add common template test class for sqrt...
2021-04-16 Guillaume Chatelet[libc] Fix wrongly deduced type
2021-04-16 Guillaume Chatelet[libc] Add endianness support
2021-04-16 Guillaume Chatelet[libc] Extends the testing framework to support typed...
2021-04-16 Siva Chandra Reddy[libc][NFC] Add template tests for a bunch of math...
2021-04-16 Guillaume Chatelet[libc] Fix typo
2021-04-16 Guillaume Chatelet[libc] Add slice/take/drop methods to ArrayRef
2021-04-15 Guillaume Chatelet[libc] Add index operator[] to StringView
2021-04-13 Siva Chandra Reddy[libc][Obvious] Fix nextafter* implementation.
2021-04-13 Siva Chandra Reddy[libc] Make FPBits a union.
2021-03-31 Nathan Chancellorlibc: Default LIBC_INSTALL_PREFIX to ${CMAKE_INSTALL_PR...
2021-03-30 Guillaume Chatelet[libc] Fix msan/asan memcpy reentrancy
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
next