1. 8ee0da2 [libc][NFC] Use explicit conversion in aarch64 FEnv. by Siva Chandra · 3 years ago
  2. 6b7f0fb [libc]NFC] Use explicit conversion on frexpl_test and logbl_test. by Siva Chandra Reddy · 3 years ago
  3. f39a8cd [libc][NFC] Use explicit conversion in modfl_test. by Siva Chandra Reddy · 3 years ago
  4. 70a33e2 [libc][NFC] Make conversion from FPBits to the float point type explicit. by Siva Chandra Reddy · 3 years, 1 month ago
  5. db6dedf [libc][NFC] Add common template test class for sqrt, sqrtf and sqrtl. by Siva Chandra Reddy · 3 years ago
  6. 03a70f7 [libc] Fix wrongly deduced type by Guillaume Chatelet · 3 years ago
  7. 6b9945f [libc] Add endianness support by Guillaume Chatelet · 3 years ago
  8. 60246df [libc] Extends the testing framework to support typed test by Guillaume Chatelet · 3 years ago
  9. eeb2fa0 [libc][NFC] Add template tests for a bunch of math functions. by Siva Chandra Reddy · 3 years, 1 month ago
  10. edcd939 [libc] Fix typo by Guillaume Chatelet · 3 years ago
  11. 44a763d [libc] Add slice/take/drop methods to ArrayRef by Guillaume Chatelet · 3 years ago
  12. a5927ba [libc] Add index operator[] to StringView by Guillaume Chatelet · 3 years ago
  13. d54e4d2 [libc][Obvious] Fix nextafter* implementation. by Siva Chandra Reddy · 3 years, 1 month ago
  14. 5148463 [libc] Make FPBits a union. by Siva Chandra Reddy · 3 years, 1 month ago
  15. 43c81ad libc: Default LIBC_INSTALL_PREFIX to ${CMAKE_INSTALL_PREFIX} by Nathan Chancellor · 3 years, 1 month ago
  16. 5ce2b6f [libc] Fix msan/asan memcpy reentrancy by Guillaume Chatelet · 3 years, 1 month ago
  17. 0030266 [libc] Introduces gmtime_r to LLVM libc, based on C99/C2X/Single Unix Sp. by Raman Tenneti · 3 years, 1 month ago
  18. 43dfd7a [libc][NFC] Add an alias named "check-llvmlibc" for "check-libc". by Siva Chandra · 3 years, 1 month ago
  19. 47db566 [libc] Add a target "install-llvmlibc" to install LLVM libc static archive. by Siva Chandra · 3 years, 1 month ago
  20. bce40ed [libc] Use add_library in add_entrypoint_library instead of invoking ar. by Siva Chandra · 3 years, 1 month ago
  21. 0b00ddc This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec. by Raman Tenneti · 3 years, 2 months ago
  22. 379498a [libc][Obvious] Fix except flags reading overflow detected by asan. by Siva Chandra Reddy · 3 years, 2 months ago
  23. c07f880 [libc][Obvious] Add string tests to non-full-build mode. by Siva Chandra Reddy · 3 years, 2 months ago
  24. 4a13910 [libc] Adjust full build entrypoints for aarch64. by Siva Chandra · 3 years, 2 months ago
  25. a699b7b [libc] Introduce a full build mode CMake option. by Siva Chandra Reddy · 3 years, 2 months ago
  26. 3629800 [libc][NFC] Move the template implementation of integer_abs to __support. by Siva Chandra Reddy · 3 years, 2 months ago
  27. 64dedac Rename top-level LICENSE.txt files to LICENSE.TXT by Leonard Chan · 3 years, 2 months ago
  28. c7a9d80 [libc][Obvious] Add a file which was missed in 001a12ed59c354aa759ff3e104748c36803cfaa2. by Siva Chandra Reddy · 3 years, 2 months ago
  29. 2c06869 [libc][NFC] Make x86_64 fenv functions msan safe. by Siva Chandra Reddy · 3 years, 2 months ago
  30. 95fbd51 [libc][NFC] Make few fenv functions work with fexcept_t from other libcs. by Siva Chandra Reddy · 3 years, 2 months ago
  31. ceda9c1 [libc] Remove redundant header files included from internal paths. by Siva Chandra Reddy · 3 years, 2 months ago
  32. a340cb4 [libc][NFC] Exclude few targets from the `all` target. by Siva Chandra Reddy · 3 years, 2 months ago
  33. 9c3137b [libc][NFC] Remove headergen for the cacheline size macro. by Siva Chandra Reddy · 3 years, 2 months ago
  34. b7bf118 [libc][NFC] Merge llvmlibc and llvmlibm targets in to a single target. by Siva Chandra Reddy · 3 years, 2 months ago
  35. e20a458 [libc] Add a standalone flavor of an equivalent of std::string_view. by Siva Chandra Reddy · 3 years, 2 months ago
  36. de25a10 [libc] Add exhaustive test for sqrtf. by Tue Ly · 3 years, 2 months ago
  37. 17e7a37 [libc][NFC] Eliminate couple of dependencies on llvm/ADT/StringExtras.h. by Siva Chandra Reddy · 3 years, 2 months ago
  38. 290269c [libc] [Obvious] Fix. by Raman Tenneti · 3 years, 2 months ago
  39. dc74796 Changes to mktime to handle invalid dates, overflow and underflow andcalculating the correct date and thenumber of seconds even if invalid datesare passed as arguments. by Raman Tenneti · 3 years, 2 months ago
  40. c352bc0 [libc] Add implementations of the remaining fenv functions. by Siva Chandra Reddy · 3 years, 2 months ago
  41. 4a1af72 [libc][NFC] Make few maths functions buildable outside of LLVM libc build. by Siva Chandra Reddy · 3 years, 2 months ago
  42. 4ca0a35 Fix errors in distributions by Guillaume Chatelet · 3 years, 3 months ago
  43. 9a7c34f [libc][aarch64] Enable a bunch of math functions. by Siva Chandra · 3 years, 3 months ago
  44. 77fb813 [libc] Add aarch64 flavors of floor, round, sqrt and trunc. by Siva Chandra · 3 years, 3 months ago
  45. ebf99c6 [libc][NFC] Move generic math implementations to the generic directory. by Siva Chandra · 3 years, 3 months ago
  46. 3db81ea [LIBC] Add optimized memcpy routine for AArch64 by Andre Vieira · 3 years, 3 months ago
  47. 5cac183 [libc] Add hardware implementations of ceil and ceilf for aarch64. by Siva Chandra · 3 years, 3 months ago
  48. 3b8dd41 [libc][NFC] Add a death test API adaptation macro by Michael Jones · 3 years, 3 months ago
  49. b38ee8e [libc] Small adjustments to fenv tests by Michael Jones · 3 years, 3 months ago
  50. f74c203 [libc][Obvious] Fix typo by Cheng Wang · 3 years, 3 months ago
  51. 7ad4313 [libc][Obvious] Remove DEPS for unistd.h in CMake file of memmove. by Cheng Wang · 3 years, 3 months ago
  52. e8b2140 [libc][NFC] Add a few casts to suppress loss of precision warnings by Michael Jones · 3 years, 3 months ago
  53. e55a1ef [CMake][libc] Support cross-compiling libc-hdrgen by Petr Hosek · 3 years, 3 months ago
  54. 1f2b8bf [CMake][libc] Don't do CPU feature detection when cross-compiling by Petr Hosek · 3 years, 3 months ago
  55. 191b852 [libc] Fix list of public headers usable on aarch64. by Siva Chandra · 3 years, 3 months ago
  56. 3fa95c8 [libc] Fix the CMake var name of the list of public headers. by Siva Chandra · 3 years, 3 months ago
  57. 7f73f51 [libc] Include only the relevant header files in the integration test. by Siva Chandra · 3 years, 3 months ago
  58. c440262 [libc] Disable sqrtl_test on non-x86 platforms. by Siva Chandra · 3 years, 3 months ago
  59. 51a5a11 [libc][NFC] Use a end of list marker for cpu feature detection. by Siva Chandra Reddy · 3 years, 3 months ago
  60. 7bb6397 [libc] Distinguish compiler and run failures by Petr Hosek · 3 years, 3 months ago
  61. 6342e03 [libc][NFC][obvious] fix the names of MPFR tests by Michael Jones · 3 years, 3 months ago
  62. 9cba7ca [libc][NFC] add "LlvmLibc" as a prefix to all test names by Michael Jones · 3 years, 3 months ago
  63. f4548c8 [libc] Extend the current fenv functions to aarch64. by Siva Chandra · 3 years, 4 months ago
  64. c275190 [libc][NFC] remove dependency on non standard ssize_t by Guillaume Chatelet · 3 years, 3 months ago
  65. 9302c96 [libc][NFC] Remove dead code by Guillaume Chatelet · 3 years, 3 months ago
  66. 106be8d [libc][NFC][Obvious] Add a missing dep. by Siva Chandra · 3 years, 3 months ago
  67. 51665b1 [libc][NFC] Use ASSERT_EQ instead of EXPECT_EQ in fenv/exception_status_test by Siva Chandra Reddy · 3 years, 3 months ago
  68. 91ad978 [libc] CopyAlignedBlocks can now specify alignment on top of block size by Guillaume Chatelet · 3 years, 3 months ago
  69. 15c1fd0 [libc] Allow customization of memcpy via flags. by Guillaume Chatelet · 3 years, 4 months ago
  70. fb3ec3d [libc] Add memmove implementation. by Cheng Wang · 3 years, 5 months ago
  71. e33c67e [libc] Use #undef isascii in specific header by Roland McGrath · 3 years, 4 months ago
  72. e87cf8c [libc][NFC] change isblank and iscntrl from implicit casting by Michael Jones · 3 years, 4 months ago
  73. 8dceceb [libc][NFC] add macro for fuchsia to switch test backend to zxtest by Michael Jones · 3 years, 4 months ago
  74. 505dfe5 [libc] Refresh benchmark progress bar when needed. by Guillaume Chatelet · 3 years, 4 months ago
  75. 5bbb505 [libc][NFC] Use more specific comparison macros in LdExpTest.h. by Siva Chandra Reddy · 3 years, 4 months ago
  76. d6be9b1 [libc] add isascii and toascii implementations by Michael Jones · 3 years, 4 months ago
  77. 9c202de [libc][NFC] Make __support/common.h an in tree header. by Siva Chandra Reddy · 3 years, 4 months ago
  78. bb437cf [libc][NFC] add includes for internal headers to all libc functions by Michael Jones · 3 years, 4 months ago
  79. b14e6a4 [libc] Switch to use a macro which does not insert a section for every libc function. by Michael Jones · 3 years, 4 months ago
  80. e78f2e0 [libc] Use a wrapper for rand instead of calling std::rand in fma tests. by Siva Chandra Reddy · 3 years, 4 months ago
  81. 6ae29f1 [libc] Add implementation of fmaf. by Tue Ly · 3 years, 4 months ago
  82. d803feb [libc] Align src buffer instead of dst buffer by Guillaume Chatelet · 3 years, 4 months ago
  83. 51c12e0 [libc] remove modulo from CircularArrayRef iterator by Guillaume Chatelet · 3 years, 4 months ago
  84. 984f053 [libc] Add implementations of nextafter[f|l] functions. by Siva Chandra Reddy · 3 years, 4 months ago
  85. 0989e60 [libc] Add implementations of nearbyint[f|l]. by Siva Chandra Reddy · 3 years, 4 months ago
  86. f7a1621 [libc][NFC] Use ASSERT_FP_EQ to compare nan values in tests. by Siva Chandra Reddy · 3 years, 4 months ago
  87. 7b0a750 [libc] Add implementations of rounding functions which depend rounding mode. by Siva Chandra Reddy · 3 years, 4 months ago
  88. e5f3601 [libc][NFC] Use `#include <math.h>` in utils/FPUtil/ManipulationFunctions.h. by Siva Chandra Reddy · 3 years, 4 months ago
  89. 942ab3b [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests. by Siva Chandra Reddy · 3 years, 4 months ago
  90. cd659fe [libc][Obvious] Fix typo is wrappergen unittest. by Siva Chandra Reddy · 3 years, 4 months ago
  91. ea2ff12 [libc] Add python3 to libc buildbot depedencies. by Paula Toth · 3 years, 4 months ago
  92. bd43696 [libc] Refactor WrapperGen to make the flow cleaner. by Siva Chandra Reddy · 3 years, 4 months ago
  93. e4def8b Fix dead link by Guillaume Chatelet · 3 years, 4 months ago
  94. e654d48 [libc] revamp memory function benchmark by Guillaume Chatelet · 3 years, 4 months ago
  95. cf725ef [libc] add back math.h #include utils/FPUtil/ManipulationFunctions.h by Krasimir Georgiev · 3 years, 4 months ago
  96. 8b3da3c [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests. by Siva Chandra Reddy · 3 years, 5 months ago
  97. 229cf50 [libc][NFC] Rename global `nan` in tests to `aNaN`. by Siva Chandra Reddy · 3 years, 5 months ago
  98. e17427f [libc][NFC][Obvious] Remove few unnecessary #include directives in tests. by Siva Chandra Reddy · 3 years, 5 months ago
  99. 562db87 [libc] Add remainder[f|l] and remquo[f|l] to the list of aarch64 entrypoints. by Siva Chandra · 3 years, 5 months ago
  100. 3acb649 [libc][NFC] Skip adding dummy targets for skipped unit tests. by Siva Chandra · 3 years, 5 months ago