1. 44425eb [libc] Add fully-qualified target names. by Siva Chandra Reddy · 4 years, 2 months ago
  2. 5811431 [libc] Change minimum cmake requirement. by Paula Toth · 4 years, 1 month ago
  3. 6f44043 [libc] Collect objects only from visible deps of an object library. by Siva Chandra Reddy · 4 years, 2 months ago
  4. 82cbfef [libc][NFC] Make all top of file comments consistent. by Paula Toth · 4 years, 1 month ago
  5. 4ad2cba [libc] NFC: Fix trivial typo in comments, documents, and messages by Kazuaki Ishizaki · 4 years, 1 month ago
  6. 5a67dab [libc] Fix memcpy to adhere to qualified calls. by Paula Toth · 4 years, 1 month ago
  7. 419fae6 [libc] Add strlen implementation. by Paula Toth · 4 years, 1 month ago
  8. ce75290 [libc] Add sigfillset and sigdelset by Alex Brachet · 4 years, 2 months ago
  9. 5c55372 [libc] Only use __has_builtin on clang by Alex Brachet · 4 years, 2 months ago
  10. 3a3f0fd [libc] Extend add_object rule to handle helper object libraries. by Siva Chandra Reddy · 4 years, 2 months ago
  11. a52ff74 [libc][NFC] Ensure internal implementation is in __llvm_libc namespace by Alex Brachet · 4 years, 2 months ago
  12. 8265514 [libc] Add a GNU extensions spec containing sincosf from math.h. by Siva Chandra Reddy · 4 years, 2 months ago
  13. ea5e59f [libc] Add a simple x86_64 linux loader. by Siva Chandra Reddy · 4 years, 2 months ago
  14. 1fd6b4d [libc] Generate math.h instead of the static file it is currently. by Siva Chandra Reddy · 4 years, 2 months ago
  15. 6b2f62d [libc] Enable llvmlibc clang-tidy checks by Paula Toth · 4 years, 2 months ago
  16. e95d3d6 [libc] Don't configure test and fuzzer when -DLLVM_INCLUDE_TESTS=OFF by Alex Brachet · 4 years, 2 months ago
  17. 4503d6d [libc][NFC] Fix typo in milliseconds by Alex Brachet · 4 years, 2 months ago
  18. 4bd6c39 [libc] Add signal by Alex Brachet · 4 years, 2 months ago
  19. d523b72 [libc] NFC - Move the round redirector from its own nested directory. by Siva Chandra Reddy · 4 years, 2 months ago
  20. 8436e38 [libc] Add a missing deps to the linux syscalls target. by Siva Chandra Reddy · 4 years, 2 months ago
  21. 03e1573 [libc] Adding memcpy implementation for x86_64 by Guillaume Chatelet · 4 years, 3 months ago
  22. faf39ab [libc] Add sigaction by Alex Brachet · 4 years, 2 months ago
  23. fdd85aa [libc] Add AOR testing dependencies for buildbot workers. by Paula Toth · 4 years, 2 months ago
  24. 54b0257 [libc] Resolve race condition in sub-process test runner. by Paula Toth · 4 years, 2 months ago
  25. 734f25f [libc] Add a new rule `add_object`. by Siva Chandra Reddy · 4 years, 2 months ago
  26. b6d9bf8 [libc] Add a README.md file to the AOR directory. by Siva Chandra Reddy · 4 years, 2 months ago
  27. 2f20923 [libc] Provide Arm Optimized Routines for the LLVM libc project. by Kristof Beyls · 4 years, 2 months ago
  28. 070394a [libc] [UnitTest] Add timeout to death tests by Alex Brachet · 4 years, 2 months ago
  29. 4bdfd3e [libc] Add initial assert definition by Alex Brachet · 4 years, 2 months ago
  30. caec8aa [libc] Add docker container for llvm-libc buildbot worker. by Paula Toth · 4 years, 2 months ago
  31. 4d4e716 [libc] Add simple implementations of mtx_lock and mtx_unlock. by Siva Chandra Reddy · 4 years, 3 months ago
  32. feb2229 [libc] Take 2: Add linux implementations of thrd_create and thrd_join functions. by Siva Chandra Reddy · 4 years, 2 months ago
  33. 741fcd7 add extern "C" to __errno_location's definition if in __cplusplus file by Alex Brachet · 4 years, 2 months ago
  34. 796c14d [libc] [NFC] Use matchers in tests by Alex Brachet · 4 years, 2 months ago
  35. df19a6b [libc]Revert "Add linux implementations of thrd_create and thrd_join functions." by Siva Chandra Reddy · 4 years, 2 months ago
  36. 1da0d25 [libc] [UnitTest] Add Matchers by Alex Brachet · 4 years, 2 months ago
  37. 403532f [libc] Add linux implementations of thrd_create and thrd_join functions. by Siva Chandra Reddy · 4 years, 5 months ago
  38. 3457a53 [libc] Create abort and _Exit by Alex Brachet · 4 years, 2 months ago
  39. 19a5f29 [libc] Add `errno_h` as a dependency to `sigaddset` and `sigemptyset`. by Siva Chandra Reddy · 4 years, 2 months ago
  40. e4f228c [libc] Add sigprocmask by Alex Brachet · 4 years, 3 months ago
  41. 375a3ee [libc] Add ability to generate enum types/values to HdrGen. by Siva Chandra Reddy · 4 years, 3 months ago
  42. 4b6bcbd [libc] Add CMake script to check host cpu features by Guillaume Chatelet · 4 years, 3 months ago
  43. 1e68334 [libc] Add an optional `NAME` argument to `add_entrypoint_object` rule. by Siva Chandra Reddy · 4 years, 3 months ago
  44. 8a484be [libc] Fix typo of namespace in round implementation. by Paula Toth · 4 years, 3 months ago
  45. fd0fa49 [libc] Fix build when -DBUILD_SHARED_LIBS=On by Alex Brachet · 4 years, 3 months ago
  46. 3d9d82f [libc] [UnitTest] Give UnitTest gtest like colors by Alex Brachet · 4 years, 3 months ago
  47. e7a174d [libc] [UnitTest] Create death tests by Alex Brachet · 4 years, 3 months ago
  48. 7f756ef [libc] Add a README to the sub-directories under the utils directory. by Siva Chandra Reddy · 4 years, 3 months ago
  49. 6004c10 [libc] Lay out framework for fuzzing libc functions. by Paula Toth · 4 years, 3 months ago
  50. 5e84d38 Remove unused variable by Alex Brachet · 4 years, 3 months ago
  51. a389218 [libc] Add Initial Support for Signals by Alex Brachet · 4 years, 3 months ago
  52. 271cc21 [libc] Add Convenience syscall Template Function by Alex Brachet · 4 years, 3 months ago
  53. dbaf812 [libc][NFC] clang-format syscall.h.in by Alex Brachet · 4 years, 3 months ago
  54. dff6a8a Fix unneeded semi column by Guillaume Chatelet · 4 years, 3 months ago
  55. 9371d60 Remove leftover artifacts from use of gtest. by Paula Toth · 4 years, 3 months ago
  56. 5826eeb [libc] Fix typo in header generation docs. by Paula Toth · 4 years, 3 months ago
  57. 0ec376c [libc] Use cpp::Array instead of cpp::ArrayRef in memory/utils_test. by Siva Chandra Reddy · 4 years, 4 months ago
  58. c37cdce [libc] Add utils for memory functions by Guillaume Chatelet · 4 years, 4 months ago
  59. b65eae0 [libc] Add [EXPECT|ASSERT]_[TRUE|FALSE] unittest macros. by Siva Chandra Reddy · 4 years, 4 months ago
  60. 5e17ea2 [libc] Add a missing `this->` in __llvm_libc::cpp:MutableArrayRef::end. by Siva Chandra Reddy · 4 years, 4 months ago
  61. 380c1f7 [libc] Add a library of standalone C++ utilities. by Siva Chandra Reddy · 4 years, 4 months ago
  62. 1fd73c1 [libc] Fix build after 777180a32b61070a10dd330b4f038bf24e916af1. by Siva Chandra Reddy · 4 years, 4 months ago
  63. ac12f77 [libc] Fix benchmarks CMakeLists.txt by Guillaume Chatelet · 4 years, 4 months ago
  64. 41a2a58 Fix missing dependency in LibcUnitTest by Guillaume Chatelet · 4 years, 4 months ago
  65. ea439b5 [libc] Move the implementation of mmap and munmap into a linux specific area. by Siva Chandra Reddy · 4 years, 4 months ago
  66. 41a3a1a [llvm-libc] Add memory function benchmarks by Guillaume Chatelet · 4 years, 4 months ago
  67. 3ad54cb [libc] Replace the use of gtest with a new light weight unittest framework. by Siva Chandra Reddy · 4 years, 4 months ago
  68. d36ef32 [libc] Add a convenience CMake rule to add testsuites. by Siva Chandra Reddy · 4 years, 4 months ago
  69. 3eeeed3 [libc] Move implementations of strcat and strcpy to the string directory. by Siva Chandra Reddy · 4 years, 4 months ago
  70. 05e8a17 [libc] Add __attribute__((always_inline)) to x86_64 syscall functions. by Siva Chandra Reddy · 4 years, 5 months ago
  71. 89f962b [libc] Move all tests to a top level `test` directory. by Siva Chandra Reddy · 4 years, 4 months ago
  72. 172691d [llvm-libc] Fix missing virtual destructor by Guillaume Chatelet · 4 years, 4 months ago
  73. 699fc15 Add implementations of POSIX mmap and munmap functions. by Siva Chandra Reddy · 4 years, 5 months ago
  74. f6c6893 [libc] Add implementation of errno and define the other macros of errno.h. by Siva Chandra Reddy · 4 years, 5 months ago
  75. 0692f63 [libc] Add a TableGen based header generator. by Siva Chandra Reddy · 4 years, 6 months ago
  76. a583ed2 Illustrate a redirector using the example of round function from math.h. by Siva Chandra Reddy · 4 years, 7 months ago
  77. 73345c2 [libc] Do not add unittests if LLVM_INCLUDE_TESTS is OFF. by Siva Chandra · 4 years, 7 months ago
  78. 5d96b00 Use arrays on stack and avoid use of new and delete operators. by Siva Chandra · 4 years, 7 months ago
  79. f06f6c4 Add few docs and implementation of strcpy and strcat. by Siva Chandra · 4 years, 8 months ago
  80. 12ab936 Add a director, along with README.txt and LICENSE.txt, for libc. by David L. Jones · 4 years, 8 months ago