1. 275dc5e [libc] Use llvm-link approach to create libc bitcode library for GPU targets (#210662) by jinge90 · 3 hours ago main
  2. 50ad4d2 [libc] Add missing LIBC_INLINE to functions defined in .h files (#213442) by Nico Weber · 18 hours ago
  3. 97766dd [libc] Fix LLVM_LIBC_FUNCTION on 32-bit x86 Windows (#213456) by Nico Weber · 18 hours ago
  4. 246e9b6 [libc] Add conversion tests between emulated and native f128 (#213422) by Zorojuro · 23 hours ago
  5. bd2ae3e [libc] Move generated elf header to include (#211428) by Michael Jones · 2 days ago
  6. 82f2038 [libc] Fix math failures for fmod on NVPTX (#213168) by Joseph Huber · 2 days ago
  7. 0a29c38 [libc] Add SIGPOLL si_code values. (#212873) by Alexey Samsonov · 2 days ago
  8. 5c90b55 [libc] Add <sys/statfs.h> header and entrypoints. (#213108) by Alexey Samsonov · 2 days ago
  9. 3d4f10c [libc] Add 'struct ucred' definition. (#213152) by Alexey Samsonov · 2 days ago
  10. 6622df0 [libc] Fix float128-to-integer conversion UB (#211593) by Zorojuro · 2 days ago
  11. fee92bb [compiler-rt][builtins] libc-backed floating-point extend/trunct builtins (#209984) by hulxv · 3 days ago
  12. e241ffc [libc][docs] Add logo to website (#213120) by Michael Jones · 3 days ago
  13. bd237e0 [libc] Fix aligned_alloc used in hermetic tests. (#213041) by Alexey Samsonov · 3 days ago
  14. 72d95ab [libc] Refactor statfs Linux syscalls and provide 'struct statfs' (#212930) by Alexey Samsonov · 3 days ago
  15. 0e5646b [libc] Add struct passwd type, pwd.yaml, and pwd_utils parser (#212421) by Jeff Bailey · 3 days ago
  16. 73752de [libc] Move test macro implementations out of the Test class (#212783) by Pavel Labath · 3 days ago
  17. baf5da0 [libc][test] Add EXPECT_STREQ and ASSERT_STREQ macros for integration tests (#212729) by Pavel Labath · 3 days ago
  18. 4c8fe7e [libc][cmake] Make hermetic tests support FLAGS (#212460) by Pavel Labath · 3 days ago
  19. 1234eac [libc] Modernize and extend dirent.h header. (#212902) by Alexey Samsonov · 4 days ago
  20. b99ec63 [libc][realpath] Follow symlinks (#212164) by Jackson Stogel · 4 days ago
  21. 9be848f [compiler-rt][builtins] add libc-backed arithmetic builtins (#207092) by hulxv · 5 days ago
  22. 76f07fe Revert "[libc] Implement cpp::unique_ptr utility" (#212644) by Jeff Bailey · 5 days ago
  23. 03632c7 [libc] Add missing type dependencies to sys_types header target (#212601) by Jeff Bailey · 5 days ago
  24. 5a2c6c6 [libc][CPP] Fix ASan alloc-dealloc-mismatch in custom operator delete (#212629) by Jeff Bailey · 5 days ago
  25. 6bb13b8 [libc] Implement cpp::unique_ptr utility (#206701) by Jeff Bailey · 5 days ago
  26. a2a90df [libc] Fix Global addrspace (#212531) by Robert Imschweiler · 5 days ago
  27. b4d0ac1 [libc] Fix EOF handling in fscanf (#211982) by Alexey Samsonov · 5 days ago
  28. 9a7027f [libc] Add POSIX redirection header specifications in YAML (#211859) by Jeff Bailey · 5 days ago
  29. de65f33 [libc][stdlib] Add putenv (#208339) by Jeff Bailey · 5 days ago
  30. 99c3625 [libc] Make hash_test hermetic (#212428) by Pavel Labath · 5 days ago
  31. 539518b [libc] Fix path collisions between unit and hermetic tests (#212425) by Pavel Labath · 5 days ago
  32. 066a686 [libc] Make <sys/mman.h> tests hermetic (#210697) by Pavel Labath · 5 days ago
  33. 0c0a45c [libc] Make assert_test hermetic (#210700) by Pavel Labath · 5 days ago
  34. 56adafd [libc] Add aligned_alloc and delete[] to hermetic tests (#210693) by Pavel Labath · 5 days ago
  35. 4410d73 [libc] Fix atexit_test in hermetic mode (#210656) by Pavel Labath · 5 days ago
  36. aa7eaf6 [libc] Add stub implementation for strptime. (#211088) by Alex Strelnikov · 6 days ago
  37. 716d651 [libc][AArch64] Avoid -Wshadow warnings about uint128_t etc (#212227) by Simon Tatham · 6 days ago
  38. 3ea89f4 [libc][test][NFC] Fix compiler warnings in libc tests (#212100) by Jeff Bailey · 7 days ago
  39. a5ee3b1 [libc][cpp::string] Allocate fewer temp strings in operator= and += (#210895) by Jackson Stogel · 7 days ago
  40. 67b7bbe [libc][test][NFC] Fix pthread_setschedparam_test flakiness (#212067) by Jeff Bailey · 7 days ago
  41. 75ae50c [libc] Add symbolic constants for si_code values. (#211945) by Alexey Samsonov · 9 days ago
  42. 1e25c24 [libc][cpp::string] Do not count null terminator in capacity() (#211918) by Jackson Stogel · 9 days ago
  43. c4cb3ab [libc] Small correctness tweaks to GPU allocator (#211610) by Joseph Huber · 9 days ago
  44. 8384ff3 [libc] Add missing standard and Linux header macros (#211862) by Jeff Bailey · 9 days ago
  45. 24ce614 [libc] Add missing sys/types.h integer and BSD/System V type definitions (#211861) by Jeff Bailey · 9 days ago
  46. d9bc2e2 [libc][termios] Make termios hermetic and fix its compatibility with glibc 2.42 or after. (#211039) by lntue · 9 days ago
  47. b3db8dc [libc][memory_utils] Rename shadowed load/store to avoid ADL ambiguity (#211714) by Jackson Stogel · 9 days ago
  48. 2bf02ac [libc] Convert readv, writev, and read_write tests to use pipes (#210725) by Pavel Labath · 9 days ago
  49. 806a816 [libc] Make getauxval test hermetic (#210706) by Pavel Labath · 9 days ago
  50. 073460b Reapply "[libc] Port process utilities to hermetic mode and enable some tests" (#211484) by Pavel Labath · 9 days ago
  51. fd00f89 [libc] Fix compilation when AVX is not available (#211726) by Roland McGrath · 9 days ago
  52. 19f5977 [libc] Silence sanitizer OOB reports in SIMD read/write helpers. (#211148) by Alexey Samsonov · 10 days ago
  53. cf62e49 [libc] Implement pthread_setschedparam and getschedparam (#205770) by Jeff Bailey · 10 days ago
  54. ecd372b [libc] Fix missed errno deps for integration tests (#211415) by Michael Jones · 10 days ago
  55. b1c5964 [libc] Add err.h to Linux public header target lists (#210995) by Jeff Bailey · 10 days ago
  56. 2b2ad6c [libc][cmake] Add LIBC_TEST_SUBPROCESS_TESTS (#211238) by Pavel Labath · 10 days ago
  57. fc207ca [libc] Add missing functions in FEnvImpl.h under LIBC_MATH_USE_SYSTEM_FENV config. (#211303) by lntue · 11 days ago
  58. 25f17ad [libc] Add langinfo.h header generation, macros, and types (#210941) by Jeff Bailey · 11 days ago
  59. 997ff00 [libc] Migrate printf_core from stdio/ to __support/. (#208303) by Alex Strelnikov · 12 days ago
  60. cbf784d [libc] Float128 Emulation in LLVM libc (#200565) by Zorojuro · 12 days ago
  61. 9b650c2 [ilbc] Revert recent changes to the hermetic tests (#210889) by Pavel Labath · 12 days ago
  62. fd361e2 [libc] Add struct group_req, struct group_source_req, and related socket options (#210029) by Pavel Labath · 12 days ago
  63. 47673d4 [libc] Make hermetic test syscall deps linux-only (#210715) by Pavel Labath · 12 days ago
  64. c0852c7 [libc][realpath] Validate path components (#209370) by Jackson Stogel · 13 days ago
  65. 09bba68 [libc] Fix standard streams variable name typos in overlay mode. (#210728) by Alex Strelnikov · 13 days ago
  66. 29a8364 [libc] Fix sockatmark test (#210655) by Pavel Labath · 13 days ago
  67. 226ea99 [libc][cmake] Remove proxy header XXX_macros -> XXX.h deps (#210008) by Pavel Labath · 13 days ago
  68. fde15b1 [libc] Port process utilities to hermetic mode and enable some tests (#209999) by Pavel Labath · 13 days ago
  69. 8840f84 [libc] Omit -fpie from the full build (#208343) by Petr Hosek · 2 weeks ago
  70. 11802f8 [libc][math] Implement half precision lgamma function (#192834) by Anonmiraj · 2 weeks ago
  71. 2b64180 [libc][semaphore] Add post and wait operations for internal semaphore (#198959) by Pengxiang Huang · 2 weeks ago
  72. 51c4b85 [libc][realpath] Support relative paths (#209374) by Jackson Stogel · 2 weeks ago
  73. b9781f7 [libc][realpath][test] Create test files/directories (#209369) by Jackson Stogel · 2 weeks ago
  74. af2200b [libc][NFC] Port raw syscall users to existing syscall_wrappers (#208039) by Mikhail R. Gadelha · 2 weeks ago
  75. a101969 [libc][docs] Dynamically generate time.h documentation (#210197) by Jeff Bailey · 2 weeks ago
  76. d379b9a [libc] Fix size of struct sockaddr_storage (#210037) by Pavel Labath · 2 weeks ago
  77. ee87761 [libc] add net/if.h to the list of installed headers (#210021) by Pavel Labath · 2 weeks ago
  78. 3639ff6 [libc][bazel] Add remaining sys/socket functions and tests (#209798) by Pavel Labath · 2 weeks ago
  79. 6ad5144 [libc][stdfix] Guard DiviFxTest shift edge cases against narrow IntType (#209970) by sohail · 2 weeks ago
  80. 87c4113 [libc][math] Fix double-rounding errors with denormal inputs for hypot function. (#208247) by lntue · 2 weeks ago
  81. 8f19b61 [libc] Move gettimeofday to sys/time.h header. (#210185) by Alexey Samsonov · 2 weeks ago
  82. 02cf2ca [libc] Implement alloca.h header (#210150) by Jeff Bailey · 2 weeks ago
  83. 26a6cb3 [libc][mathvec] Fix missing ABI-prefix from causing errors (#210127) by DylanFleming-arm · 2 weeks ago
  84. fe0d847 [libc][math] reduce duplicated inv trig helpers (#191364) by hulxv · 2 weeks ago
  85. d2aec35 [libc][mathvec] Add loop over scalar for unary FP32 (#199273) by DylanFleming-arm · 2 weeks ago
  86. e47bd25 [libc] Reimplement IN6_IS_ADDR_* macros using statement expressions (#209772) by Pavel Labath · 2 weeks ago
  87. 340c867 [libc] Replace sys/select.h, sys/utsname.h and sys/wait.h includes with proxy headers (#209851) by Pavel Labath · 2 weeks ago
  88. 39a0c1d [libc][stdfix] Implement divifx functions in LLVM libc (#206115) by sohail · 2 weeks ago
  89. 6f9d59d [libc][baremetal] expose `malloc_usable_size` from freelist heap (#208337) by Schrodinger ZHU Yifan · 3 weeks ago
  90. 6e86070 [libc][baremetal][NFC] cache away redundant freelist memory access during push and pop (#208282) by Schrodinger ZHU Yifan · 3 weeks ago
  91. f9ef9f2 [libc] Annex K: Add constraint handler unit test class (#197707) by Victor Campos · 3 weeks ago
  92. a27aa3e [libc] Remove #include <sys/whatever.h> (#209449) by Pavel Labath · 3 weeks ago
  93. 5477fb0 [libc] Implement inet_ntoa (#208702) by Pavel Labath · 3 weeks ago
  94. a9c4936 [libc] Remove #include <signal.h> (#209433) by Pavel Labath · 3 weeks ago
  95. 26f8f85 [libc] Fix potential timespec type mismatch for arm32 targets in futex_utils.h. (#209556) by lntue · 3 weeks ago
  96. 7b383c1 [libc] Fix a typo in posix_madvise_test. (#209523) by lntue · 3 weeks ago
  97. e39ecfe [libc] Fix posix_madvise_test for riscv32 bot. (#209504) by lntue · 3 weeks ago
  98. b0b5530 [libc] Fix non-relative includes of __llvm-libc-common.h (#209412) by Pavel Labath · 3 weeks ago
  99. fcac1c0 [libc] Implement SA_NODEFER and SA_RESETHAND signal flags (#209429) by Jeff Bailey · 3 weeks ago
  100. 83f32ad [libc] Define NAME_MAX in limits.h (#209296) by Jackson Stogel · 3 weeks ago