1. c033a93 [libc] Fix a bug in MPFRUtils making ULP values off by 2^(-mantissaWidth). by Tue Ly · 2 years, 6 months ago
  2. 5048fbb [libc] Add _64 element to aarch64 by Guillaume Chatelet · 2 years, 6 months ago
  3. 28688d2 [libc][clang-tidy] fix namespace check for externals by Michael Jones · 2 years, 7 months ago
  4. 81c4473 [libc] Add a reasonably optimized version for bcmp by Guillaume Chatelet · 2 years, 6 months ago
  5. 6bbf900 [libc] Add memmove benchmarks by Guillaume Chatelet · 2 years, 6 months ago
  6. 048d2e2 [libc] Make string entrypoints mutualy exclusive. by Siva Chandra Reddy · 2 years, 6 months ago
  7. 232b3a4 [libc] Fix wrong type for load/store of Repeated elements by Guillaume Chatelet · 2 years, 6 months ago
  8. 6ca3720 [libc] add memmove basic building blocks by Guillaume Chatelet · 2 years, 6 months ago
  9. fc887bc [libc] Remove unused variable by Guillaume Chatelet · 2 years, 6 months ago
  10. c865813 [libc][Obvious][NFC] A bunch of cosmetic cleanup. by Siva Chandra Reddy · 2 years, 7 months ago
  11. 2f5e40d [libc] fix strtof/d/ld NaN parsing by Michael Jones · 2 years, 7 months ago
  12. abfe946 [libc] Use more consistent if defined syntax by Guillaume Chatelet · 2 years, 7 months ago
  13. bb980dc [libc] Fix missing restricts by Guillaume Chatelet · 2 years, 7 months ago
  14. 701cf12 [libc] Fix documentation typo by Guillaume Chatelet · 2 years, 7 months ago
  15. 92c33bb [libc][benchmark] add memmove to size distribution, also update other distributions by Guillaume Chatelet · 2 years, 7 months ago
  16. 3858447 Revert "[libc][NFC][Obvious] Fix the benchmarks after the switch to llvm/third-party" by Mircea Trofin · 2 years, 7 months ago
  17. 8f68a85 Revert "Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'""" by Mircea Trofin · 2 years, 7 months ago
  18. b5b85db [libc][NFC][Obvious] Fix the benchmarks after the switch to llvm/third-party by Siva Chandra Reddy · 2 years, 7 months ago
  19. 3811d7d [libc] Correct rounding for hexadecimalStringToFloat with long inputs. by Tue Ly · 2 years, 7 months ago
  20. 8bcc824 Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"" by Mircea Trofin · 2 years, 7 months ago
  21. b3766df [NFC] Trim trailing whitespace in *.rst by Shao-Ce SUN · 2 years, 7 months ago
  22. 661b2bb [libc] Simplify decimalStringToFloat and hexadecimalStringToFloat and improve their performance. by Tue Ly · 2 years, 7 months ago
  23. 96a0bf2 [libc] tweak strtof errno behavior by Michael Jones · 2 years, 7 months ago
  24. aa091da [libc] clean up FPUtil long doubles by Michael Jones · 2 years, 7 months ago
  25. 5f922a1 [libc] refactor atof string parsing by Michael Jones · 2 years, 7 months ago
  26. 80baf3a [libc] add stpcpy and stpncpy by Michael Jones · 2 years, 8 months ago
  27. 54a4dbb [libc][NFC] Allow memset (and bzero) to be inlined by Guillaume Chatelet · 2 years, 7 months ago
  28. 8461242 [libc][NFC] Allow memcmp to be inlined by Guillaume Chatelet · 2 years, 7 months ago
  29. ef902d0 [libc][NFC] Allow memcpy to be inlined by Guillaume Chatelet · 2 years, 7 months ago
  30. dbcf8dc [libc][NFC] rename str_conv_utils to str_to_integer by Michael Jones · 2 years, 7 months ago
  31. b148661 [libc] Add more robust compile time architecture detection by Guillaume Chatelet · 2 years, 7 months ago
  32. a995a7f [libc] add strndup by Michael Jones · 2 years, 7 months ago
  33. bc10ec4 Revert "[libc] Add more robust compile time architecture detection" by Guillaume Chatelet · 2 years, 7 months ago
  34. c982e56 [libc] Add more robust compile time architecture detection by Guillaume Chatelet · 2 years, 7 months ago
  35. 4b4fa5a [libc][NFC] Fix typo and unused variable by Guillaume Chatelet · 2 years, 7 months ago
  36. 176f5ed [libc] add fast path to string to float conversion by Michael Jones · 2 years, 7 months ago
  37. dd928be [libc][NFC] Move test related pieces from FPUtil to util/UnitTest. by Siva Chandra Reddy · 2 years, 7 months ago
  38. 78353b9 [libc][NFC] Move utils/CPP to src/__support/CPP. by Siva Chandra Reddy · 2 years, 7 months ago
  39. b7b103a [libc] automemcpy by Guillaume Chatelet · 2 years, 8 months ago
  40. 61cf47f [libc][obvious] fix strdup being listed twice by Michael Jones · 2 years, 7 months ago
  41. 23db75a [libc] add strdup implementation by Michael Jones · 2 years, 8 months ago
  42. 8838957 [libc] add malloc funcs as external entrypoints by Michael Jones · 2 years, 8 months ago
  43. 82b8c49 [libc] fix strtol returning the wrong length by Michael Jones · 2 years, 8 months ago
  44. e2f5e26 [libc][NFC] Remove extra space in libc/CMakeLists.txt by Joe Loser · 2 years, 7 months ago
  45. 9f8cede [libc][NFC] Remove extra slash in path in libc/CMakeLists.txt by Joe Loser · 2 years, 7 months ago
  46. 7d59486 Ensure newlines at the end of files (NFC) by Kazu Hirata · 2 years, 7 months ago
  47. a1ef683 [libc] add atof, strtof and strtod by Michael Jones · 2 years, 9 months ago
  48. 6ac06fe [libc] Memory function benchmarks: rename MemcmpConfiguration in MemcmpOrBcmpConfiguration by Guillaume Chatelet · 2 years, 8 months ago
  49. f1cca7a [libc] add memccpy and mempcpy by Michael Jones · 2 years, 8 months ago
  50. 23cb851 [libc] Add strncat and fix strcat by Michael Jones · 2 years, 8 months ago
  51. e75d3bf [libc] Add rep;movsb as an accelerator under x86 by Guillaume Chatelet · 2 years, 8 months ago
  52. b316e7a [libc] ifdef guard element architecture implementations by Guillaume Chatelet · 2 years, 8 months ago
  53. 6502586 Revert "[libc] Add rep;movsb as an accelerator under x86" by Guillaume Chatelet · 2 years, 8 months ago
  54. b087caf [libc] Add rep;movsb as an accelerator under x86 by Guillaume Chatelet · 2 years, 8 months ago
  55. 4d98327 [libc][NFC] Add supporting class for atof implementation by Michael Jones · 2 years, 8 months ago
  56. 68fc981 [libc] move benchmark function registration to a different file by Guillaume Chatelet · 2 years, 8 months ago
  57. dde4634 [libc] Add support for 128 bit ints in limits.h by Michael Jones · 2 years, 8 months ago
  58. 8f99a4c [libc] Add implementations of the C standard condition variable functions. by Siva Chandra Reddy · 2 years, 9 months ago
  59. de4261b [libc] Add FE_DFL_ENV and handle it in fesetenv. by Siva Chandra Reddy · 2 years, 8 months ago
  60. 9c2266d [libc][NFC] Make strchr and strrchr more consistent by Michael Jones · 2 years, 8 months ago
  61. c004986 [libc] Add an implementation of qsort. by Siva Chandra Reddy · 2 years, 9 months ago
  62. 3dcc3c4 [libc] Add optimized memset for AArch64 by Andre Vieira · 2 years, 8 months ago
  63. 540586a [libc] Add an implementation of bsearch. by Siva Chandra Reddy · 2 years, 9 months ago
  64. d66d391 [libc][obvious] Add inttypes.h and stdlib.h as deps to *div functions. by Siva Chandra Reddy · 2 years, 9 months ago
  65. b35f1a9 [libc][obvious] Make *abs and *div functions buildable in default mode. by Siva Chandra Reddy · 2 years, 9 months ago
  66. 1b6c070 [libc] Add implementations of div, ldiv, lldiv and imaxdiv. by Siva Chandra Reddy · 2 years, 9 months ago
  67. 4fe5bbc [libc][Obvious] Some clean work with memmove. by Cheng Wang · 2 years, 9 months ago
  68. a8fc84b Revert "[libc] Some clean work with memmove." by Guillaume Chatelet · 2 years, 9 months ago
  69. 0e634a7 [libc] Add extension functions fedisableexcept, feenableexcept and fegetexcept. by Siva Chandra Reddy · 2 years, 9 months ago
  70. 9ea2906 [libc] Check signs instead of values in memcmp unittests. by Cheng Wang · 2 years, 9 months ago
  71. 61f6bbc [libc] Some clean work with memmove. by Cheng Wang · 2 years, 9 months ago
  72. 504a67a [libc] Skip fenv exception tests on aarch64 if HW doesn't support exceptions. by Siva Chandra Reddy · 2 years, 9 months ago
  73. d530cba [libc] Fix running benchmarks under msan/asan by Guillaume Chatelet · 2 years, 9 months ago
  74. a79adc1 [libc][NFC] Add fenv and string headers to x86_64 headers list. by Siva Chandra Reddy · 2 years, 9 months ago
  75. 9607a36 [libc][Obvious] Reorder CMakelists alphabetically. by Cheng Wang · 2 years, 9 months ago
  76. 6ca204c [libc][Obvious] Fix typos by Cheng Wang · 2 years, 9 months ago
  77. 8b28517 [libc] fix strtointeger hex prefix parsing by Michael Jones · 2 years, 9 months ago
  78. 0006931 [libc] Add a skeleton for C standard condition variable functions. by Siva Chandra Reddy · 2 years, 9 months ago
  79. 6c41bdc [libc] Mark return value of memcpy in strcpy as initialized for msan. by Siva Chandra Reddy · 2 years, 9 months ago
  80. 068714c [libc][nfc][obvious] fix typos in FPUtil by Michael Jones · 2 years, 9 months ago
  81. c691846 [libc] Add mtx_destroy which does nothing. by Siva Chandra Reddy · 2 years, 9 months ago
  82. 129b43d [libc] Ensure the result of the clone syscall is not on stack in thrd_create. by Siva Chandra Reddy · 2 years, 9 months ago
  83. 1a4bd29 [libc][NFC] Add a check to catch mismatch in internal and public mutex types. by Siva Chandra Reddy · 2 years, 9 months ago
  84. c858d20 [libc][NFC] Fix onre more -Wconversion warning in strtoul test code. by Roland McGrath · 2 years, 9 months ago
  85. ca1805d [libc] Fix various -Wconversion warnings in strto*l test code. by Roland McGrath · 2 years, 9 months ago
  86. 5abf958 [libc][Obvious] Add header guards for the generated linux syscall header file. by Siva Chandra Reddy · 2 years, 9 months ago
  87. fabdd45 [libc][NFC] Move the mutex implementation into a utility class. by Siva Chandra Reddy · 2 years, 9 months ago
  88. 064097d [libc] add inttypes header by Michael Jones · 2 years, 9 months ago
  89. 58b7468 [libc] Fix too long number in strtoul_test by Michael Jones · 2 years, 9 months ago
  90. 54b7862 [libc] Fix type errors on Windows by Michael Jones · 2 years, 9 months ago
  91. 74a104f [libc] fix string conversion tests for windows by Michael Jones · 2 years, 10 months ago
  92. 6a65db6 [libc] Enable string to integer conversion functions in the default build by Michael Jones · 2 years, 10 months ago
  93. 2f09062 [libc][NFC] Add explicit casts to ctype functions by Alfonso Gregory · 2 years, 10 months ago
  94. 93550f4 [libc] Add a multi-waiter mutex test. by Siva Chandra Reddy · 2 years, 10 months ago
  95. 4bcf7d6 [libc] Add range reduction functions based on Paine and Hanek algorithm. by Siva Chandra Reddy · 3 years ago
  96. 4fbc1c9 [libc] Add a new suite called "libc-long-running-tests". by Siva Chandra Reddy · 3 years ago
  97. 35df091 [test] Migrate -gcc-toolchain with space separator to --gcc-toolchain= by Fangrui Song · 2 years, 10 months ago
  98. caf6ca0 [libc] make the scudo integration test run by Michael Jones · 2 years, 10 months ago
  99. e15b167 [libc] Align to 32B instead of 16B for optimized memcmp by Guillaume Chatelet · 2 years, 10 months ago
  100. 0585fb2 [libc] Add an optimized version for memcmp by Guillaume Chatelet · 2 years, 10 months ago