1. cfcba5c [libc] Add memcmp implementation. by Cheng Wang · 3 years, 4 months ago
  2. 6bac295 [libc][Obvious] Mark functions in DummyFEnv.h as static inline. by Siva Chandra Reddy · 3 years, 4 months ago
  3. 6556db3 [libc][Obvious] Include <fenv.h> from DummyFenv.h. by Siva Chandra Reddy · 3 years, 4 months ago
  4. 3ef433c [libc] Let wrappergen pick LLVM libc mangled name from aliasee file. by Siva Chandra Reddy · 3 years, 4 months ago
  5. aaf7502 [libc] Add implementations of lround[f|l] and llround[f|l]. by Siva Chandra Reddy · 3 years, 4 months ago
  6. dd2da58 [libc] Add [l|ll]abs implementation. by Cheng Wang · 3 years, 4 months ago
  7. 23c32e6 [libc] Raise x87 exceptions by synchronizing with "fwait". by Siva Chandra Reddy · 3 years, 4 months ago
  8. a4a99ee [libc] add tests to WrapperGen by Michael Jones · 3 years, 4 months ago
  9. b41a394 [libc][NFC] Remove dependence on xmmintrin.h to read/write MXCSR. by Siva Chandra Reddy · 3 years, 4 months ago
  10. 31ad92f [libc] Add simple x86_64 floating point exception and rounding mode support. by Siva Chandra Reddy · 3 years, 4 months ago
  11. d561dac [libc] Add implementation of hypot. by Tue Ly · 3 years, 6 months ago
  12. f24843f [libc] Fix couple of corner cases in remquo. by Siva Chandra Reddy · 3 years, 4 months ago
  13. 4f1a1cc [libc] Add strncpy implementation. by Cheng Wang · 3 years, 5 months ago
  14. 6456118 Initial commit of mktime. by Raman Tenneti · 3 years, 4 months ago
  15. f65b00c [libc] Improve memcpy copy loop by Guillaume Chatelet · 3 years, 4 months ago
  16. 51a50ac [libc] Fix typo in buildbot README.txt. by Cheng Wang · 3 years, 5 months ago
  17. 00aa8d9 [libc][Obvious] Fix typo in strnlen_test.cpp. by Cheng Wang · 3 years, 4 months ago
  18. cb8a7a3 Fix case mismatch between definition and declaration by Guillaume Chatelet · 3 years, 4 months ago
  19. 0e92109 [libc] Make more of the libc unit testing llvm independent by Michael Jones · 3 years, 4 months ago
  20. eca9d50 [libc] Switch functions to using global headers by Michael Jones · 3 years, 5 months ago
  21. 25a6008 [libc] Combine all math differential fuzzers into one target. by Siva Chandra Reddy · 3 years, 4 months ago
  22. 7c15f87 [libc] Add differential fuzzers for ldexp and remquo. by Siva Chandra Reddy · 3 years, 4 months ago
  23. 11716de [libc] Fix the overflow check condition of ldexp. by Siva Chandra Reddy · 3 years, 4 months ago
  24. ff6c567 [libc][NFC][Obvious] Remove few unnecessary pieces from ilogb tests. by Siva Chandra Reddy · 3 years, 4 months ago
  25. 78ab470 [libc][obvious] Fix fdim[f|l] signatures in stdc spec. by Siva Chandra Reddy · 3 years, 4 months ago
  26. 16b4d45 [libc] Add implementations of ldexp[f|l]. by Siva Chandra Reddy · 3 years, 5 months ago
  27. 104f8c0 [libc] make part of libc's unit test framework independent of llvm by Michael Jones · 3 years, 4 months ago
  28. c3a4f46 [libc] Add implementations of fdim[f|l]. by Tue Ly · 3 years, 5 months ago
  29. a20a10d [libc] Extend WrapperGen to emit aliases. by Siva Chandra Reddy · 3 years, 5 months ago
  30. 86c1b9b [libc][WrapperGen] Replace the C _Noreturn annotation with C++ [[noreturn]]. by Siva Chandra Reddy · 3 years, 5 months ago
  31. 15c6d98 [libc] Add implementations of ilogb[f|l]. by Siva Chandra Reddy · 3 years, 5 months ago
  32. 458bf29 [libc][NFC] Make test macros callable from helper methods of test classes. by Siva Chandra Reddy · 3 years, 5 months ago
  33. 687a2b7 [libc] Fix WrapperGen seeing no arguments as a void argument. by Michael Jones · 3 years, 5 months ago
  34. 10d993e [libc][NFC][Obvious] Use the new macro to declare special constants in tests. by Siva Chandra Reddy · 3 years, 5 months ago
  35. 25ff0da [LIBC][NFC] Rename errno and assert files to match other files with functions by Michael Jones · 3 years, 5 months ago
  36. 8750b17 [libc][NFC] Use a convenience macro to declare special floating point constants. by Siva Chandra Reddy · 3 years, 5 months ago
  37. c47f8d1 [libc] Add LLVM libc specific functions to llvm_libc_ext.td. by Michael Jones · 3 years, 6 months ago
  38. a8f3a75 [libc] Use entrypoints.txt as the single source of list of functions for a platform. by Michael Jones · 3 years, 6 months ago
  39. ec25226 [libc][NFC] Add probability distributions for memory function sizes by Guillaume Chatelet · 3 years, 6 months ago
  40. add8c07 Fix conjuntion of -Werror,-Wsuggest-override with google/benchmark by Guillaume Chatelet · 3 years, 6 months ago
  41. 332b4a5 [libc] Update buildbot worker version to 2.8.4. by Paula Toth · 3 years, 6 months ago
  42. 5924d3b [libc] Using llvm_libc memcpy in mem* benchmarks. by Anthony Steinhauser · 3 years, 6 months ago
  43. 4f37129 [libc] Add implementation for hypotf by Tue Ly · 3 years, 8 months ago
  44. ec73789 [libc] Remove special case for 8 and 16 bytes by Guillaume Chatelet · 3 years, 7 months ago
  45. 966cc1c [libc] use stddef instead of string header by Guillaume Chatelet · 3 years, 7 months ago
  46. b3ece98 [libc] remove useless headers by Guillaume Chatelet · 3 years, 7 months ago
  47. 81cbdca [libc] Add missing TableGen dependency by Guillaume Chatelet · 3 years, 7 months ago
  48. 98cc588 [libc] Add missing LibcFPTestHelpers library by Guillaume Chatelet · 3 years, 7 months ago
  49. 1b456b8 [libc] Fix typo in platform_defs.h.inc by Guillaume Chatelet · 3 years, 7 months ago
  50. 68c29b3 [libc] Extend MPFRMatcher to handle 2-input-1-output and support hypot function. by Tue Ly · 3 years, 7 months ago
  51. 7c8a02c [libc] Decouple string functions. by cgyurgyik · 3 years, 7 months ago
  52. bfa9873 [libc][obvious] Include Sqrt.h in SqrtLongDoubleX86.h. by Siva Chandra Reddy · 3 years, 7 months ago
  53. 63faf13 [libc][NFC][obvious] Remove a redudant dep of strcmp implementation. by Siva Chandra Reddy · 3 years, 7 months ago
  54. 94b4367 [libc][MPFRWrapper] Provide a way to include MPFR header in downstream repos. by Siva Chandra Reddy · 3 years, 7 months ago
  55. 068c164 [libc][NFC] Add spec files as dependencies of integration test. by Siva Chandra Reddy · 3 years, 7 months ago
  56. 284aa32 [libc][obvious] Fix strtok_r signature in the spec. by Siva Chandra Reddy · 3 years, 7 months ago
  57. fa05f15 [libc][obvious] Use constants of type double in remquo_test. by Siva Chandra Reddy · 3 years, 7 months ago
  58. ec83aa8 [libc] Add implementations of remquo[f|l] and remainder[f|l]. by Siva Chandra Reddy · 3 years, 7 months ago
  59. 8577ec9 [cmake] Make gtest include directories a part of the library interface by Pavel Labath · 3 years, 8 months ago
  60. 655c7a8 [libc] Add implementations for sqrt, sqrtf, and sqrtl. by Tue Ly · 3 years, 8 months ago
  61. a8c8cd7 [libc][NFC] For remquo quotient, compare only 3 bits of MPFR and libc results. by Siva Chandra Reddy · 3 years, 7 months ago
  62. 16f0e1e [libc][obvious] Add back the accidentally removed MPFRNumber destructor. by Siva Chandra Reddy · 3 years, 7 months ago
  63. a8f876b [libc] Extend MPFRMatcher to handle multiple-input-multiple-output functions. by Siva Chandra Reddy · 3 years, 7 months ago
  64. d530b59 [libc] Add a class called NormalFloat which represents normalized floats. by Siva Chandra Reddy · 3 years, 7 months ago
  65. 3774097 [libc][NFC] Switch math tests to the new ULP based tolerance. by Siva Chandra Reddy · 3 years, 7 months ago
  66. 9f98420 [libc][obvious] Fix x86 long double conversion to integer. by Siva Chandra Reddy · 3 years, 7 months ago
  67. ccdfd0b [libc][obvious] Fix link order of math tests. by Siva Chandra Reddy · 3 years, 7 months ago
  68. e23bbca [libc] Add ULP function to MPFRNumber class to test correctly rounded functions such as SQRT, FMA. by Tue Ly · 3 years, 8 months ago
  69. 13e23c1 [libc] Make benchmark boxplots transparent. by Anthony Steinhauser · 3 years, 8 months ago
  70. aedda3b [libc] Add restrict qualifiers to string library; give consistent naming scheme to TableGen files. by cgyurgyik · 3 years, 8 months ago
  71. 4189cfb [libc] [obvious] Fix typographical error. by Chris Gyurgyik · 3 years, 8 months ago
  72. c5933fe [libc] Add strtok_r implementation. by parallels · 3 years, 8 months ago
  73. 24516d3 [libc][obvious] Remove the unused file utils/CPP/StringRef.h. by Siva Chandra · 3 years, 8 months ago
  74. 63adf5b [libc][obvious] Switch copysign[f|l] and fabs[f|l] to the new test matchers. by Siva Chandra · 3 years, 8 months ago
  75. 4d0ece8 [libc][obvious] Switch nearest integer function tests to the new matchers. by Siva Chandra · 3 years, 8 months ago
  76. b232943 [libc][obvious] Remove a commented out block. by Siva Chandra · 3 years, 8 months ago
  77. e002d4c [libc] Add strtok implementation. by cgyurgyik · 3 years, 8 months ago
  78. bceb7ad [libc][NFC] Disable a loader test as ld.gold fails to link. by Siva Chandra Reddy · 3 years, 8 months ago
  79. 6dfb47d [libc][NFC] Add library of floating point test matchers. by Siva Chandra Reddy · 3 years, 8 months ago
  80. ce2dec7 [libc] Setup TLS in x86_64 loader. by Siva Chandra Reddy · 3 years, 9 months ago
  81. 889fe7d [libc] Add strcpsn and strpbrk implementation. by cgyurgyik · 3 years, 8 months ago
  82. d149bba [libc] Add tolower, toupper implementation. by cgyurgyik · 3 years, 8 months ago
  83. ed38aec [libc] Add strspn implementation and std::bitset by cgyurgyik · 3 years, 8 months ago
  84. 0dfbfc5 [libc] [obvious] Add ctype functions to linux api. by Chris Gyurgyik · 3 years, 8 months ago
  85. 358a972 [libc] Add isspace, isprint, isxdigit implementations. by cgyurgyik · 3 years, 8 months ago
  86. c3364b4 [libc] Add implementations for isblank, iscntrl, isgraph, ispunct. by cgyurgyik · 3 years, 8 months ago
  87. 8eae25a [libc] [obvious] In strrchr, remove cast to unsigned char before comparison. by cgyurgyik · 3 years, 8 months ago
  88. ea462db [libc] [obvious] Fix strchr and strrchr tests so that constness is by cgyurgyik · 3 years, 8 months ago
  89. d0c88c0 [libc] [obvious] Add rest of strrchr test. by Chris Gyurgyik · 3 years, 8 months ago
  90. 78b0b3d [libc] Adds strrchr implementation. by cgyurgyik · 3 years, 8 months ago
  91. c121c43 [libc] Add islower and isupper implementation. by cgyurgyik · 3 years, 8 months ago
  92. b251860 [libc] Add a tool called WrapperGen. by Siva Chandra Reddy · 3 years, 8 months ago
  93. 9cc1a8d [libc] Implements isdigit and isalnum. Adds a utility header to inline by cgyurgyik · 3 years, 8 months ago
  94. 7d8a691 [libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList. by cgyurgyik · 3 years, 8 months ago
  95. bda8c74 [libc] [obvious] Fix typo in binary header. by Chris Gyurgyik · 3 years, 8 months ago
  96. ec3922b [libc][obvious] Add license headers to APIIndexer.[cpp|h]. by Siva Chandra Reddy · 3 years, 8 months ago
  97. 2acbaf6 [libc][obvious] Add the new ctype.h target to the list of x86_64 headers. by Siva Chandra Reddy · 3 years, 8 months ago
  98. f33efcd [libc][NFC] Move tablegen indexer class into a util library of its own. by Siva Chandra Reddy · 3 years, 8 months ago
  99. 2d05dcb [libc] [Obvious] Delete ctype.h, since ctype.h.def is used. by cgyurgyik · 3 years, 8 months ago
  100. 80ff07b [libc] Add scaffolding for ctype and implementation of isalpha by cgyurgyik · 3 years, 8 months ago