1. 2b64180 [libc][semaphore] Add post and wait operations for internal semaphore (#198959) by Pengxiang Huang · 4 hours ago main
  2. 51c4b85 [libc][realpath] Support relative paths (#209374) by Jackson Stogel · 4 hours ago
  3. b9781f7 [libc][realpath][test] Create test files/directories (#209369) by Jackson Stogel · 7 hours ago
  4. af2200b [libc][NFC] Port raw syscall users to existing syscall_wrappers (#208039) by Mikhail R. Gadelha · 9 hours ago
  5. a101969 [libc][docs] Dynamically generate time.h documentation (#210197) by Jeff Bailey · 19 hours ago
  6. d379b9a [libc] Fix size of struct sockaddr_storage (#210037) by Pavel Labath · 19 hours ago
  7. ee87761 [libc] add net/if.h to the list of installed headers (#210021) by Pavel Labath · 19 hours ago
  8. 3639ff6 [libc][bazel] Add remaining sys/socket functions and tests (#209798) by Pavel Labath · 20 hours ago
  9. 6ad5144 [libc][stdfix] Guard DiviFxTest shift edge cases against narrow IntType (#209970) by sohail · 24 hours ago
  10. 87c4113 [libc][math] Fix double-rounding errors with denormal inputs for hypot function. (#208247) by lntue · 26 hours ago
  11. 8f19b61 [libc] Move gettimeofday to sys/time.h header. (#210185) by Alexey Samsonov · 28 hours ago
  12. 02cf2ca [libc] Implement alloca.h header (#210150) by Jeff Bailey · 29 hours ago
  13. 26a6cb3 [libc][mathvec] Fix missing ABI-prefix from causing errors (#210127) by DylanFleming-arm · 31 hours ago
  14. fe0d847 [libc][math] reduce duplicated inv trig helpers (#191364) by hulxv · 32 hours ago
  15. d2aec35 [libc][mathvec] Add loop over scalar for unary FP32 (#199273) by DylanFleming-arm · 36 hours ago
  16. e47bd25 [libc] Reimplement IN6_IS_ADDR_* macros using statement expressions (#209772) by Pavel Labath · 2 days ago
  17. 340c867 [libc] Replace sys/select.h, sys/utsname.h and sys/wait.h includes with proxy headers (#209851) by Pavel Labath · 2 days ago
  18. 39a0c1d [libc][stdfix] Implement divifx functions in LLVM libc (#206115) by sohail · 2 days ago
  19. 6f9d59d [libc][baremetal] expose `malloc_usable_size` from freelist heap (#208337) by Schrodinger ZHU Yifan · 2 days ago
  20. 6e86070 [libc][baremetal][NFC] cache away redundant freelist memory access during push and pop (#208282) by Schrodinger ZHU Yifan · 2 days ago
  21. f9ef9f2 [libc] Annex K: Add constraint handler unit test class (#197707) by Victor Campos · 3 days ago
  22. a27aa3e [libc] Remove #include <sys/whatever.h> (#209449) by Pavel Labath · 3 days ago
  23. 5477fb0 [libc] Implement inet_ntoa (#208702) by Pavel Labath · 3 days ago
  24. a9c4936 [libc] Remove #include <signal.h> (#209433) by Pavel Labath · 3 days ago
  25. 26f8f85 [libc] Fix potential timespec type mismatch for arm32 targets in futex_utils.h. (#209556) by lntue · 3 days ago
  26. 7b383c1 [libc] Fix a typo in posix_madvise_test. (#209523) by lntue · 3 days ago
  27. e39ecfe [libc] Fix posix_madvise_test for riscv32 bot. (#209504) by lntue · 3 days ago
  28. b0b5530 [libc] Fix non-relative includes of __llvm-libc-common.h (#209412) by Pavel Labath · 4 days ago
  29. fcac1c0 [libc] Implement SA_NODEFER and SA_RESETHAND signal flags (#209429) by Jeff Bailey · 4 days ago
  30. 83f32ad [libc] Define NAME_MAX in limits.h (#209296) by Jackson Stogel · 4 days ago
  31. c2485fa [libc] Update some syscall tests to be more tolerance to QEMU behaviors. (#208920) by lntue · 4 days ago
  32. a762dca [AMDGPU] Fix cache files and builds after amdgcn->amdgpu conversion (#209247) by Joseph Huber · 4 days ago
  33. 3984d9d [libc][RISC-V] Enable additional entrypoints and headers (#208927) by Mikhail R. Gadelha · 5 days ago
  34. c9eb1a6 [libc] Make cpp::expected::operator bool explicit (#208681) by Pavel Labath · 5 days ago
  35. 3931854 [libc] Implement fast date conversion algorithm of Ben Joffe (#208312) by Jeff Bailey · 7 days ago
  36. 47594cc [docs] Rewrite libc docs from reST to markdown (#208802) by Reid Kleckner · 7 days ago
  37. 3bb4b28 [docs] Rename selected libc docs to Markdown (#208354) by Reid Kleckner · 7 days ago
  38. e6c33d8 [libc] Use internal::clock_gettime in socketopt_test (#208667) by Pavel Labath · 8 days ago
  39. 87f7dc0 [libc] Assorted improvements to [gs]etitimer (#206974) by Pavel Labath · 8 days ago
  40. 5fc7e44 [libc] Disable baremetal modular printf (#208576) by Prabhu Rajasekaran · 8 days ago
  41. 92c5fd0 [libc] Remove CUDA Toolkit dependency for NVPTX build (#208497) by Joseph Huber · 8 days ago
  42. 1c2033e [libc][bazel] Append '/' to TEST_UNDECLARED_OUTPUTS_DIR (#207710) by Pavel Labath · 9 days ago
  43. 1f040a3 [libc] Implement BSD extensions in <err.h> (#199055) by Jeff Bailey · 9 days ago
  44. f7f7684 [libc] add shared divsf3 builtin (#205679) by hulxv · 9 days ago
  45. 365d90a [libc][mathvec][aarch64] Add AdvSIMD optimised expf (#206776) by DylanFleming-arm · 9 days ago
  46. 559d5c0 [libc] Move fcntl implementation into the syscall_wrappers layer (#207878) by Mikhail R. Gadelha · 9 days ago
  47. 6acdd35 [libc] Add a differential fuzzer for inet_ntop (#207977) by Pavel Labath · 10 days ago
  48. bdf8988 [libc] Add a proxy header for sa_family_t (#207736) by Pavel Labath · 10 days ago
  49. 47d40d6 [libc][complex] Add basic complex ops including carg/cabs for GPU (#207887) by jinge90 · 10 days ago
  50. 53dc9db [libc][cpp::string] Fix off-by-one bug in resize and a memory leak (#208077) by Jackson Stogel · 10 days ago
  51. 439252d [libc][stdfix] Fix idiv* doc table, rename idivfx test helpers and remove duplicate bitsuk source (#206729) by sohail · 10 days ago
  52. 68730c2 [libc] Fix build failure with ASSUME_ROUND_NEAREST_ONLY (#207991) by Simon Tatham · 10 days ago
  53. ef99e69 [libc] add shared mulsf3 builtin (#205678) by hulxv · 10 days ago
  54. ee2ff0e [libc] Use the dup2 syscall wrapper in posix_spawn (#207879) by Mikhail R. Gadelha · 11 days ago
  55. 7b71328 [libc] Implement if_nametoindex and if_indextoname (#206082) by Pavel Labath · 11 days ago
  56. 5999bfc [libc] Add inet_ntop (#204143) by Pavel Labath · 11 days ago
  57. a494c9f [libc] Add auxiliary vector and note macros to elf.h (#207914) by Jeff Bailey · 11 days ago
  58. 3ffe954 [libc] Improve Dir class safety, performance, and style (#207214) by Jeff Bailey · 11 days ago
  59. e5ef9b6 [libc] add shared subsf3 builtin (#205677) by hulxv · 11 days ago
  60. af52cb5 [libc][RISC-V] Temporarily disable dirent (#207867) by Michael Jones · 11 days ago
  61. 0f7caaf [libc] Implement fdopendir (#206590) by Michael Jones · 11 days ago
  62. 072b381 [libc] Add Q length modifier to support float128 conversions in printf (#203077) by Alex Strelnikov · 11 days ago
  63. 54d6cc6 [NFC] Fix "is is" typos (#206288) by Aliaksei Urbanski · 11 days ago
  64. 9c2bd1d [libc][test] Remove internal linkage from ErrnoSetterMatcher helpers (NFC) (#207707) by Aditya Medhane · 11 days ago
  65. 5d7e05d [libc] Add struct ipv6_mreq and IPv6 socket options (#206448) by Pavel Labath · 12 days ago
  66. 252af76 [libc] Implement sockatmark (#205400) by Pavel Labath · 12 days ago
  67. 85878e9 [libc] Add protocol family constants (#206911) by Pavel Labath · 12 days ago
  68. 396d6ff [libc][complex] Enable cabs and cabsf in libc (#206677) by jinge90 · 12 days ago
  69. 57e9828 [libc] Fix buildbot failure for bigint (#207534) by Zorojuro · 13 days ago
  70. 84d9106 [libc][ARM] Defend banked SP setup against register allocator (#206757) by Simon Tatham · 2 weeks ago
  71. 7f0fcd0 [libc] Make BigInt trivially constructible (#206277) by Zorojuro · 2 weeks ago
  72. 5261bd3 [libc][realpath] Implement symbolic path resolution (#204467) by Jackson Stogel · 2 weeks ago
  73. e0e2997 [libc] add shared addsf3 builtin (#205676) by hulxv · 2 weeks ago
  74. 2d94913 [libc] add shared divdf3 builtin (#205675) by hulxv · 2 weeks ago
  75. fe440a8 [libc] Migrate header .def files to public_includes (#206727) by Pavel Labath · 2 weeks ago
  76. 5a572b0 [libc] Support triples that start with thumb*- (#206847) by Petr Hosek · 2 weeks ago
  77. a69bde2 [libc] add shared muldf3 builtin (#205674) by hulxv · 2 weeks ago
  78. 5b39107 [LIBC][ARM] Enable MMU setup and alignment fault handling during startup. (#204803) by Simi Pallipurath · 3 weeks ago
  79. 80f0c3e [libc] Implement CPU_{AND,OR,XOR,EQUAL}(_S)? macros (#205412) by Pavel Labath · 3 weeks ago
  80. 9a821f4 [libc] Add regex AST and ExprPool (#198728) by Jeff Bailey · 3 weeks ago
  81. f393b0c [CMake] Warn when the version of CMake is older than 3.31.0 (#204203) by Petr Hosek · 3 weeks ago
  82. 9783cd0 [libc] Add public_includes stanza to hdrgen and use it in socket headers (#205543) by Pavel Labath · 3 weeks ago
  83. 265cc6a [libc] add shared subdf3 builtin (#205673) by hulxv · 3 weeks ago
  84. 90c5d5f [libc][math][c++23] Add expbf16 math function (#161919) by Krishna Pandey · 3 weeks ago
  85. da572bd [libc] add shared adddf3 builtin (#205672) by hulxv · 3 weeks ago
  86. 33ba2c3 [libc] add shared divtf3 builtin (#205671) by hulxv · 3 weeks ago
  87. 7ea6ccd [libc] add shared multf3 builtin (#205670) by hulxv · 3 weeks ago
  88. dc853ac [libc] add shared subtf3 builtin (#205669) by hulxv · 3 weeks ago
  89. 8044024 [libc] introduce shared compiler-rt builtins (#200094) by hulxv · 3 weeks ago
  90. 750a986 [libc] Change cpp::string_view into cpp::basic_string_view<CharT> (#203355) by Alex Strelnikov · 3 weeks ago
  91. 4b4120a [libc][docs] updating entrypoints in `add_math_functions.md` (#204700) by Zorojuro · 3 weeks ago
  92. edde0ca [libc][benchmark] allow benchmark to be built without llvm support (#200951) by Schrodinger ZHU Yifan · 3 weeks ago
  93. 4ff8743 [libc][docs] add `builtin_compatibility` (#200539) by hulxv · 3 weeks ago
  94. 12c29f8 [libc][math][c23] Add tanbf16 math function (#185100) by Zorojuro · 3 weeks ago
  95. 7690bf4 [libc][stdlib] Add unsetenv (#202422) by Jeff Bailey · 3 weeks ago
  96. 5e2ebf2 [libc] Add libgen.h to target public headers (#205804) by Jeff Bailey · 3 weeks ago
  97. fc8838a [libc] fix oob and overflow bugs in wcslcat and wcsncat (#203697) by Hardik Kumar · 3 weeks ago
  98. 6217b96 [libc][complex] Add cargf and carg functions to libc complex math (#204087) by jinge90 · 3 weeks ago
  99. f1de16a [libc][stat] Move internal statx type definition into OSUtil/linux (#203975) by Jackson Stogel · 3 weeks ago
  100. deb9c49 [libc][math] Fix MPI_OVER_2 constant in atan2f_float (#205621) by Prabhu Rajasekaran · 3 weeks ago