1. add8c07 Fix conjuntion of -Werror,-Wsuggest-override with google/benchmark by Guillaume Chatelet · 3 years, 6 months ago
  2. 332b4a5 [libc] Update buildbot worker version to 2.8.4. by Paula Toth · 3 years, 7 months ago
  3. 5924d3b [libc] Using llvm_libc memcpy in mem* benchmarks. by Anthony Steinhauser · 3 years, 7 months ago
  4. 4f37129 [libc] Add implementation for hypotf by Tue Ly · 3 years, 9 months ago
  5. ec73789 [libc] Remove special case for 8 and 16 bytes by Guillaume Chatelet · 3 years, 7 months ago
  6. 966cc1c [libc] use stddef instead of string header by Guillaume Chatelet · 3 years, 7 months ago
  7. b3ece98 [libc] remove useless headers by Guillaume Chatelet · 3 years, 7 months ago
  8. 81cbdca [libc] Add missing TableGen dependency by Guillaume Chatelet · 3 years, 7 months ago
  9. 98cc588 [libc] Add missing LibcFPTestHelpers library by Guillaume Chatelet · 3 years, 7 months ago
  10. 1b456b8 [libc] Fix typo in platform_defs.h.inc by Guillaume Chatelet · 3 years, 7 months ago
  11. 68c29b3 [libc] Extend MPFRMatcher to handle 2-input-1-output and support hypot function. by Tue Ly · 3 years, 8 months ago
  12. 7c8a02c [libc] Decouple string functions. by cgyurgyik · 3 years, 7 months ago
  13. bfa9873 [libc][obvious] Include Sqrt.h in SqrtLongDoubleX86.h. by Siva Chandra Reddy · 3 years, 8 months ago
  14. 63faf13 [libc][NFC][obvious] Remove a redudant dep of strcmp implementation. by Siva Chandra Reddy · 3 years, 8 months ago
  15. 94b4367 [libc][MPFRWrapper] Provide a way to include MPFR header in downstream repos. by Siva Chandra Reddy · 3 years, 8 months ago
  16. 068c164 [libc][NFC] Add spec files as dependencies of integration test. by Siva Chandra Reddy · 3 years, 8 months ago
  17. 284aa32 [libc][obvious] Fix strtok_r signature in the spec. by Siva Chandra Reddy · 3 years, 8 months ago
  18. fa05f15 [libc][obvious] Use constants of type double in remquo_test. by Siva Chandra Reddy · 3 years, 8 months ago
  19. ec83aa8 [libc] Add implementations of remquo[f|l] and remainder[f|l]. by Siva Chandra Reddy · 3 years, 8 months ago
  20. 8577ec9 [cmake] Make gtest include directories a part of the library interface by Pavel Labath · 3 years, 9 months ago
  21. 655c7a8 [libc] Add implementations for sqrt, sqrtf, and sqrtl. by Tue Ly · 3 years, 9 months ago
  22. a8c8cd7 [libc][NFC] For remquo quotient, compare only 3 bits of MPFR and libc results. by Siva Chandra Reddy · 3 years, 8 months ago
  23. 16f0e1e [libc][obvious] Add back the accidentally removed MPFRNumber destructor. by Siva Chandra Reddy · 3 years, 8 months ago
  24. a8f876b [libc] Extend MPFRMatcher to handle multiple-input-multiple-output functions. by Siva Chandra Reddy · 3 years, 8 months ago
  25. d530b59 [libc] Add a class called NormalFloat which represents normalized floats. by Siva Chandra Reddy · 3 years, 8 months ago
  26. 3774097 [libc][NFC] Switch math tests to the new ULP based tolerance. by Siva Chandra Reddy · 3 years, 8 months ago
  27. 9f98420 [libc][obvious] Fix x86 long double conversion to integer. by Siva Chandra Reddy · 3 years, 8 months ago
  28. ccdfd0b [libc][obvious] Fix link order of math tests. by Siva Chandra Reddy · 3 years, 8 months ago
  29. e23bbca [libc] Add ULP function to MPFRNumber class to test correctly rounded functions such as SQRT, FMA. by Tue Ly · 3 years, 9 months ago
  30. 13e23c1 [libc] Make benchmark boxplots transparent. by Anthony Steinhauser · 3 years, 9 months ago
  31. aedda3b [libc] Add restrict qualifiers to string library; give consistent naming scheme to TableGen files. by cgyurgyik · 3 years, 9 months ago
  32. 4189cfb [libc] [obvious] Fix typographical error. by Chris Gyurgyik · 3 years, 9 months ago
  33. c5933fe [libc] Add strtok_r implementation. by parallels · 3 years, 9 months ago
  34. 24516d3 [libc][obvious] Remove the unused file utils/CPP/StringRef.h. by Siva Chandra · 3 years, 9 months ago
  35. 63adf5b [libc][obvious] Switch copysign[f|l] and fabs[f|l] to the new test matchers. by Siva Chandra · 3 years, 9 months ago
  36. 4d0ece8 [libc][obvious] Switch nearest integer function tests to the new matchers. by Siva Chandra · 3 years, 9 months ago
  37. b232943 [libc][obvious] Remove a commented out block. by Siva Chandra · 3 years, 9 months ago
  38. e002d4c [libc] Add strtok implementation. by cgyurgyik · 3 years, 9 months ago
  39. bceb7ad [libc][NFC] Disable a loader test as ld.gold fails to link. by Siva Chandra Reddy · 3 years, 9 months ago
  40. 6dfb47d [libc][NFC] Add library of floating point test matchers. by Siva Chandra Reddy · 3 years, 9 months ago
  41. ce2dec7 [libc] Setup TLS in x86_64 loader. by Siva Chandra Reddy · 3 years, 10 months ago
  42. 889fe7d [libc] Add strcpsn and strpbrk implementation. by cgyurgyik · 3 years, 9 months ago
  43. d149bba [libc] Add tolower, toupper implementation. by cgyurgyik · 3 years, 9 months ago
  44. ed38aec [libc] Add strspn implementation and std::bitset by cgyurgyik · 3 years, 9 months ago
  45. 0dfbfc5 [libc] [obvious] Add ctype functions to linux api. by Chris Gyurgyik · 3 years, 9 months ago
  46. 358a972 [libc] Add isspace, isprint, isxdigit implementations. by cgyurgyik · 3 years, 9 months ago
  47. c3364b4 [libc] Add implementations for isblank, iscntrl, isgraph, ispunct. by cgyurgyik · 3 years, 9 months ago
  48. 8eae25a [libc] [obvious] In strrchr, remove cast to unsigned char before comparison. by cgyurgyik · 3 years, 9 months ago
  49. ea462db [libc] [obvious] Fix strchr and strrchr tests so that constness is by cgyurgyik · 3 years, 9 months ago
  50. d0c88c0 [libc] [obvious] Add rest of strrchr test. by Chris Gyurgyik · 3 years, 9 months ago
  51. 78b0b3d [libc] Adds strrchr implementation. by cgyurgyik · 3 years, 9 months ago
  52. c121c43 [libc] Add islower and isupper implementation. by cgyurgyik · 3 years, 9 months ago
  53. b251860 [libc] Add a tool called WrapperGen. by Siva Chandra Reddy · 3 years, 9 months ago
  54. 9cc1a8d [libc] Implements isdigit and isalnum. Adds a utility header to inline by cgyurgyik · 3 years, 9 months ago
  55. 7d8a691 [libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList. by cgyurgyik · 3 years, 9 months ago
  56. bda8c74 [libc] [obvious] Fix typo in binary header. by Chris Gyurgyik · 3 years, 9 months ago
  57. ec3922b [libc][obvious] Add license headers to APIIndexer.[cpp|h]. by Siva Chandra Reddy · 3 years, 9 months ago
  58. 2acbaf6 [libc][obvious] Add the new ctype.h target to the list of x86_64 headers. by Siva Chandra Reddy · 3 years, 9 months ago
  59. f33efcd [libc][NFC] Move tablegen indexer class into a util library of its own. by Siva Chandra Reddy · 3 years, 9 months ago
  60. 2d05dcb [libc] [Obvious] Delete ctype.h, since ctype.h.def is used. by cgyurgyik · 3 years, 9 months ago
  61. 80ff07b [libc] Add scaffolding for ctype and implementation of isalpha by cgyurgyik · 3 years, 9 months ago
  62. 9bf1784 [libc][NFC] Zero out padding bits in the uint form of x86 FPBits<long double>. by Siva Chandra Reddy · 3 years, 9 months ago
  63. a968470 [libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h. by Siva Chandra Reddy · 3 years, 9 months ago
  64. 3a0d920 [libc] [Obvious] Place entrypoints, specs alphabetically. by cgyurgyik · 3 years, 9 months ago
  65. 8c8a125 [libc] Adds implementation for memrchr. by cgyurgyik · 3 years, 9 months ago
  66. 062532e [libc] Remove unused #include <vector> in fmin_test, fminf_test, and fminl_test. by Tue Ly · 3 years, 9 months ago
  67. 363a7ee [libc] Add implementations of fmax, fmaxf, and fmaxl. by Tue Ly · 3 years, 9 months ago
  68. 51292e9 [libc] Implements strnlen. by cgyurgyik · 3 years, 9 months ago
  69. 7790f70 Add implementations for fmin, fminf, and fminl. Testing infrastructure update is splitted to https://reviews.llvm.org/D83931. by Tue Ly · 3 years, 10 months ago
  70. f14fcbf Update Test (EXPECT_EQ and friends) to accept __uint128_t and floating point types (float, double, long double). by Tue Ly · 3 years, 9 months ago
  71. d387727 [libc] [Obvious] Fix typo. by Chris Gyurgyik · 3 years, 9 months ago
  72. c239fa3 [libc] Add strstr implementation. by cgyurgyik · 3 years, 9 months ago
  73. ad3852b [libc][NFC] Use RemoveCVType to implement IsIntegral and IsPointerType. by Siva Chandra Reddy · 3 years, 9 months ago
  74. 25e245c [libc][Obvious] Cleanup of include lines and target listings in FPUtil. by Siva Chandra Reddy · 3 years, 9 months ago
  75. d99d7ee Harmonize Python shebang by serge-sans-paille · 3 years, 10 months ago
  76. c3bf988 [libc][benchmark] Add display option to render.py3 by Andre Vieira · 3 years, 10 months ago
  77. 0465a0b [libc] [Obvious] Remove unneeded header in strchr. by cgyurgyik · 3 years, 10 months ago
  78. c1b74f2 [libc] Add strchr implementation. Fixes bug in memchr. by cgyurgyik · 3 years, 10 months ago
  79. d1f7c0e [libc] Fix typographical error in math_utils.h. by Chris Gyurgyik · 3 years, 10 months ago
  80. c02b986 [libc] Add memchr implementation. by cgyurgyik · 3 years, 10 months ago
  81. c48eb43 [libc] Add documentation for clang-tidy checks. by Paula Toth · 3 years, 10 months ago
  82. 5386a94 [libc] Add documentation for integration tests. by Paula Toth · 3 years, 10 months ago
  83. f5ef918 [libc] This commit fixes the strcmp fuzzing test. It uses a single input and by cgyurgyik · 3 years, 10 months ago
  84. a0423e1 [libc] Add the remaining long double flavors of nearest integer functions. by Siva Chandra Reddy · 3 years, 10 months ago
  85. 5a132a7 [libc] Enable copysignl, frexpl, logbl and modfl on aarch64. by Siva Chandra · 3 years, 10 months ago
  86. 8a19299 [libc][Obvious] Remove a debug #include of iostream. by Siva Chandra Reddy · 3 years, 10 months ago
  87. bae103e [libc] Add long double flavors of the floating point manipulation functions. by Siva Chandra Reddy · 3 years, 10 months ago
  88. 59eddb9 [libc][Obvious] Fix few typos in tests. by Siva Chandra Reddy · 3 years, 10 months ago
  89. 946d12a Remove strcmp fuzz from CMakeList since it breaks build. by cgyurgyik · 3 years, 10 months ago
  90. d0fd12b Add stddef.h to fix missing size_t type build errors. by Simon Pilgrim · 3 years, 10 months ago
  91. 875f100 [libc] Add fuzz test for strcmp. by cgyurgyik · 3 years, 10 months ago
  92. bafd469 Add strcmp fuzz test. by cgyurgyik · 3 years, 10 months ago
  93. faf920b [libc] Match x86 long double NaN classification with that of the compiler. by Siva Chandra Reddy · 3 years, 10 months ago
  94. d54fe7e [libc] This adds the strcmp (string compare) implementation. by cgyurgyik · 3 years, 10 months ago
  95. 538b9a2 [libc] Migrate the libc benchmark instruction to ninja. by Anthony Steinhauser · 3 years, 10 months ago
  96. c62ae7a [libc] Add implementations long double fabsl and truncl functions. by Siva Chandra Reddy · 3 years, 11 months ago
  97. c2ff78c [libc][benchmarks] Link the memory benchmark exes to functions from LLVM libc. by Siva Chandra Reddy · 3 years, 11 months ago
  98. b6fa2e8 [lib][NFC] Split the floating point util functions into multiple files. by Siva Chandra Reddy · 3 years, 10 months ago
  99. bd85665 [libc] Enable string functions for aarch64. by Siva Chandra · 3 years, 11 months ago
  100. 3fbeea7 [libc] Extract an architecture independent copy of memcpy implementation. by Siva Chandra Reddy · 3 years, 11 months ago