OSDN Git Service

[ORC] Remove commented out methods accidentally left in in 069919c9ba3.
[android-x86/external-llvm-project.git] / libc /
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...
2020-08-26 Tue Ly[libc] Add implementations for sqrt, sqrtf, and sqrtl.
2020-08-26 Siva Chandra Reddy[libc][NFC] For remquo quotient, compare only 3 bits...
2020-08-26 Siva Chandra Reddy[libc][obvious] Add back the accidentally removed MPFRN...
2020-08-26 Siva Chandra Reddy[libc] Extend MPFRMatcher to handle multiple-input...
2020-08-20 Siva Chandra Reddy[libc] Add a class called NormalFloat which represents...
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-18 Tue Ly[libc] Add ULP function to MPFRNumber class to test...
2020-08-17 Anthony Steinhauser[libc] Make benchmark boxplots transparent.
2020-08-14 cgyurgyik[libc] Add restrict qualifiers to string library; give...
2020-08-14 Chris Gyurgyik[libc] [obvious] Fix typographical error.
2020-08-13 parallels[libc] Add strtok_r implementation.
2020-08-12 Siva Chandra[libc][obvious] Remove the unused file utils/CPP/String...
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 Siva Chandra[libc][obvious] Remove a commented out block.
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 Chris Gyurgyik[libc] [obvious] Add ctype functions to linux api.
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] In strrchr, remove cast to unsigned...
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 Siva Chandra Reddy[libc] Add a tool called WrapperGen.
2020-07-30 cgyurgyik[libc] Implements isdigit and isalnum. Adds a utility...
2020-07-29 cgyurgyik[libc] Adds fuzz test for strstr and alphabetizes strin...
2020-07-29 Chris Gyurgyik[libc] [obvious] Fix typo in binary header.
2020-07-29 Siva Chandra Reddy[libc][obvious] Add license headers to APIIndexer....
2020-07-28 Siva Chandra Reddy[libc][obvious] Add the new ctype.h target to the list...
2020-07-28 Siva Chandra Reddy[libc][NFC] Move tablegen indexer class into a util...
2020-07-28 cgyurgyik[libc] [Obvious] Delete ctype.h, since ctype.h.def...
2020-07-28 cgyurgyik[libc] Add scaffolding for ctype and implementation...
2020-07-28 Siva Chandra Reddy[libc][NFC] Zero out padding bits in the uint form...
2020-07-28 Siva Chandra Reddy[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSe...
2020-07-24 cgyurgyik[libc] [Obvious] Place entrypoints, specs alphabetically.
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 Tue LyUpdate Test (EXPECT_EQ and friends) to accept __uint128...
2020-07-21 Chris Gyurgyik[libc] [Obvious] Fix typo.
2020-07-21 cgyurgyik[libc] Add strstr implementation.
2020-07-17 Siva Chandra Reddy[libc][NFC] Use RemoveCVType to implement IsIntegral...
2020-07-17 Siva Chandra Reddy[libc][Obvious] Cleanup of include lines and target...
2020-07-16 serge-sans-pailleHarmonize Python shebang
2020-07-13 Andre Vieira[libc][benchmark] Add display option to render.py3
2020-07-10 cgyurgyik[libc] [Obvious] Remove unneeded header in strchr.
2020-07-10 cgyurgyik[libc] Add strchr implementation. Fixes bug in memchr.
2020-07-08 Chris Gyurgyik[libc] Fix typographical error in math_utils.h.
2020-07-07 cgyurgyik[libc] Add memchr implementation.
2020-07-07 Paula Toth[libc] Add documentation for clang-tidy checks.
2020-07-06 Paula Toth[libc] Add documentation for integration tests.
2020-06-28 cgyurgyik[libc] This commit fixes the strcmp fuzzing test. It...
2020-06-26 Siva Chandra Reddy[libc] Add the remaining long double flavors of nearest...
2020-06-24 Siva Chandra[libc] Enable copysignl, frexpl, logbl and modfl on...
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 cgyurgyikRemove strcmp fuzz from CMakeList since it breaks build.
2020-06-23 Simon PilgrimAdd stddef.h to fix missing size_t type build errors.
2020-06-23 cgyurgyik[libc] Add fuzz test for strcmp.
2020-06-23 cgyurgyikAdd strcmp fuzz test.
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-19 Anthony Steinhauser[libc] Migrate the libc benchmark instruction to ninja.
2020-06-18 Siva Chandra Reddy[libc] Add implementations long double fabsl and truncl...
2020-06-17 Siva Chandra Reddy[libc][benchmarks] Link the memory benchmark exes to...
next