1. 55ce9ff [libc] Some MSVC compatibility fixes in src/__support. (#159428) by lntue · 6 hours ago main master
  2. 5ac0706 [libc] Temporarily disable floating point exception check for rsqrtf16 on aarch64. (#159417) by lntue · 9 hours ago
  3. 4fd2372 [libc][math] Adjust rsqrtf16 exception checks. (#159411) by lntue · 9 hours ago
  4. 93cb686 [libc][math][c23] Add rsqrtf16() function (#137545) by Anton Shepelev · 13 hours ago
  5. a9868c2 [libc] Clean up mask helpers after allowing implicit conversions (#158681) by Joseph Huber · 34 hours ago
  6. d73bece [libc] Move preinit/init/fini arrays to namespace (#158746) by Petr Hosek · 2 days ago
  7. 0861eb3 [libc] Move ASSERT_ERRNO_* macro to ErrnoCheckingTest.h (#158727) by Alexey Samsonov · 2 days ago
  8. ba9e128 [libc] Migrate dirent/fcntl/sched/signal tests to ErrnoCheckingTest. (#158700) by Alexey Samsonov · 2 days ago
  9. 99e6253 [libc] Some MSVC compatibility changes for src/string/memory_utils. (#158393) by lntue · 5 days ago
  10. b5da48f [libc] Change __builtin_memcpy to inline_memcpy. (#158345) by lntue · 5 days ago
  11. 3e6b9f0 [libc] Update errno usage in integration tests. (#158147) by Alexey Samsonov · 6 days ago
  12. bf33456 [libc] Some more MSVC compatibility in src/__support. (#158108) by lntue · 6 days ago
  13. c9f2da9 [libc] Clean up errno header usage in some more tests. (#157974) by Alexey Samsonov · 6 days ago
  14. 5bc5018 [libc] Migrate some test/src/time tests to ErrnoCheckingTest. (#157960) by Alexey Samsonov · 7 days ago
  15. 73dd778 [libc] Clean up errno header usage in wchar tests. (#157942) by Alexey Samsonov · 7 days ago
  16. acfd7ed [libc] Implement vector 'split' and 'concat' routines (#157537) by Joseph Huber · 7 days ago
  17. 5c377e7 [libc] Clean up errno header usage in math tests. (#157898) by Alexey Samsonov · 7 days ago
  18. 31c4b0c [libc] Update some __builtin_* usage to be compatible with MSVC. (#157870) by lntue · 7 days ago
  19. ce55db0 [libc] Add check for support and a test for libc SIMD helpers (#157746) by Joseph Huber · 8 days ago
  20. abe6bf2 [libc] Add simple 'tuple' type to CPP helpers (#157739) by Joseph Huber · 8 days ago
  21. a56092e [libc] Make simd helper functions static (#157551) by Joseph Huber · 8 days ago
  22. 5d6f268 [libc][NFC] Add cmake facility to unify the way we parse arguments. (#156922) by lntue · 8 days ago
  23. 3caf34c [libc] Some compatibility update for building with MSVC. (#157701) by lntue · 8 days ago
  24. bddb706 [libc] Clean up errno header usage in all remaining math/smoke tests. (#157565) by Alexey Samsonov · 9 days ago
  25. 0d8e166 [libc] Clean up errno header usage in a few math/smoke tests. (#157517) by Alexey Samsonov · 9 days ago
  26. 2154044 [libc][math][c++23] Add sqrtbf16 math function (#156654) by Krishna Pandey · 12 days ago
  27. 0dfb731 [libc] Use anonymous namespace for file-local symbols (#157202) by Roland McGrath · 12 days ago
  28. 2afb2e1 [libc] Use anonymous namespace for test helper code (#157203) by Roland McGrath · 12 days ago
  29. 94b70c4 [libc] Fix CMPLXF128 macro definition for aarch64. (#157157) by lntue · 12 days ago
  30. c03bb35 [libc] add ctime and ctime_r to docs (#156216) by Zishan Mirza · 12 days ago
  31. 6fe45ed [libc] Implement `CMPLX` for clang < 12 (#157096) by Connector Switch · 13 days ago
  32. 885a263 [NFC] Fix a comment for cfloat128.h (#157093) by Connector Switch · 13 days ago
  33. e233d5a [libc] Workaround for GCC on `typedef` for `_Complex __float128` (#157010) by A. Jiang · 13 days ago
  34. 9783ede [libc] Implement CMPLX related macros (#156344) by Connector Switch · 13 days ago
  35. ab1dc0f [libc] Expose the AMDGPU code object version (#152931) by Joseph Huber · 13 days ago
  36. a1441f8 [libc] Remove unused _Thread_local define from headers. (#156967) by Alexey Samsonov · 13 days ago
  37. 9ac6614 [libc][docs] Add GPU math conformance test results to support page (#156263) by Leandro Lacerda · 13 days ago
  38. 0beaf88 [libc] Fix undefined exit symbol for the NVPTX build by Joseph Huber · 13 days ago
  39. 048a184 [libc] Add wasm support for some submodules in llvm-libc. (#154383) by google-yfyang · 14 days ago
  40. 41add76 [libc][NFC] disable localtime on aarch64/baremetal (#156776) by Michael Jones · 2 weeks ago
  41. 5753b6d [libc] implement template functions for localtime (#110363) by Zishan Mirza · 2 weeks ago
  42. 6cb5e74 [libc] Fix buildbot failures (#156733) by Krishna Pandey · 2 weeks ago
  43. 600f276 [libc] fixed signed char issues in strsep()/strtok()/strtok_r(). (#156705) by enh-google · 2 weeks ago
  44. 2adfef3 [libc][math][c++23] Add fmodbf16 math function (#155575) by Krishna Pandey · 2 weeks ago
  45. b870d5c [libc] ensure tls dtors are called in main thread (#133641) by Schrodinger ZHU Yifan · 2 weeks ago
  46. 690a5eb [libc] Add more elementwise wrapper functions (#156515) by Joseph Huber · 2 weeks ago
  47. 1f4f531 [libc] Install dladdr on X86 (#156500) by Aiden Grossman · 2 weeks ago
  48. b1d00a0 [libc] Add CMake Target for Dl_info.h Header (#156195) by Aiden Grossman · 2 weeks ago
  49. 70670bc [libc] Add missing and correct some existing C23 functions to math.h (#156512) by Alexey Samsonov · 2 weeks ago
  50. ca2a6b7 [libc][math][c23] Implement C23 math function atanpif16 (#150400) by Mohamed Emad · 2 weeks ago
  51. bb3da02 [libc][NFC] Remove unused add_redirector_object and add_redirector_library in cmake. (#156485) by lntue · 2 weeks ago
  52. c60e5ed [libc] Fix missing has feature for older GCC by Joseph Huber · 2 weeks ago
  53. 807813f [libc] Implement generic SIMD helper 'simd.h' and implement strlen (#152605) by Joseph Huber · 2 weeks ago
  54. a4a4f2b Revert "[libc] Migrate from baremetal stdio.h to generic stdio.h" (#156371) by William Huynh · 2 weeks ago
  55. d884b3e [libc] Migrate from baremetal stdio.h to generic stdio.h (#152748) by William Huynh · 2 weeks ago
  56. b40c9b8 [libc][test] Remove more unused nan variables (#155925) by Jordan Rupprecht · 3 weeks ago
  57. be3c2ea [libc] Use intermediate float operations on the GPU (#155869) by Joseph Huber · 3 weeks ago
  58. cdec0eb [libc][test] Remove unused nan variables (#155894) by Jordan Rupprecht · 3 weeks ago
  59. f6bfd78 [libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569) by Krishna Pandey · 3 weeks ago
  60. 1225617 [libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568) by Krishna Pandey · 3 weeks ago
  61. 534e8fb [libc][NFC] Fix Implicit Conversion Warning in getrandom Test (#155732) by Aiden Grossman · 3 weeks ago
  62. 7b24260 [libc][gpu] Add exp/log benchmarks and flexible input generation (#155727) by Leandro Lacerda · 3 weeks ago
  63. 54dd387 [libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}bf16 math functions (#155567) by Krishna Pandey · 3 weeks ago
  64. 882cb28 [libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652) by Krishna Pandey · 3 weeks ago
  65. 2b2884f [libc][NFC] Clean up utimes and setsid (#155495) by Michael Jones · 3 weeks ago
  66. 6a37454 [libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#154427) by Krishna Pandey · 3 weeks ago
  67. adc17a3 [libc][math] Do not use float16 basic operations in hypotf16. (#155177) by lntue · 3 weeks ago
  68. 10adeea [libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math functions (#153882) by Krishna Pandey · 4 weeks ago
  69. 4721f80 [libc][math][c++23] Add nanbf16 math function (#153995) by Krishna Pandey · 4 weeks ago
  70. 9e797a3 [libc] Add half-precision math functions to the math header (#155060) by Leandro Lacerda · 4 weeks ago
  71. 8d54c3f [libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math functions (#153994) by Krishna Pandey · 4 weeks ago
  72. 579f11c [libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993) by Krishna Pandey · 4 weeks ago
  73. 7d77bae [libc] Enable double math functions on the GPU (#154857) by Leandro Lacerda · 4 weeks ago
  74. b6f499c [libc][math] Refactor cospif16 implementation to header-only in src/__support/math folder. (#154222) by Muhammad Bassiouni · 4 weeks ago
  75. 89af809 [libc][math] Refactor cospif implementation to header-only in src/__support/math folder. (#154215) by Muhammad Bassiouni · 4 weeks ago
  76. 822743f [libc] Add boot code for AArch64 (#154789) by William Huynh · 4 weeks ago
  77. c1ff3f0 [libc] fix strsep()/strtok()/strtok_r() "subsequent searches" behavior. (#154370) by enh-google · 4 weeks ago
  78. ace4f61 Disable asan on last wide string function by Joseph Huber · 4 weeks ago
  79. 11221e0 Fix wide read defaults by Joseph Huber · 4 weeks ago
  80. 9ca8731 Reapply "[libc] Enable wide-read memory operations by default on Linux (#154602)" (#154640) by Joseph Huber · 4 weeks ago
  81. c29d914 [libc] Remove hardcoded sizeof in __barrier_type.h (#153718) by Mikhail R. Gadelha · 4 weeks ago
  82. 586fed5 Revert "[libc] Enable wide-read memory operations by default on Linux (#154602)" by Joseph Huber · 4 weeks ago
  83. 254516e [libc] Enable wide-read memory operations by default on Linux (#154602) by Joseph Huber · 4 weeks ago
  84. 927f50f [libc] Fix `constexpr` `add_with_carry`/`sub_with_borrow` (#154282) by Guillaume Chatelet · 4 weeks ago
  85. 4ff7b00 Add vector-based strlen implementation for x86_64 and aarch64 (#152389) by Sterling-Augustine · 4 weeks ago
  86. e4eb3bf [libc] Fix missing close at the end of file test (#154392) by Michael Jones · 4 weeks ago
  87. 2d76b42 [libc] Fix copy/paste error in file.cpp (#150802) by codefaber · 4 weeks ago
  88. 947729b [libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992) by Krishna Pandey · 4 weeks ago
  89. 9e864a1 [libc] Add _Returns_twice to C++ code (#153602) by William Huynh · 4 weeks ago
  90. c8053f1 [libc][math] fix coshf16 build errors. (#154226) by Muhammad Bassiouni · 4 weeks ago
  91. e4ba028 [libc][math] Refactor coshf16 implementation to header-only in src/__support/math folder. (#153582) by Muhammad Bassiouni · 4 weeks ago
  92. 4936d5d Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690) by Mohamed Emad · 4 weeks ago
  93. 86b7d17 [libc] Setup hdrgen for ioctl (#153976) by Aiden Grossman · 4 weeks ago
  94. 15344e1 [libc] Correct standard for getcpu (#153982) by Aiden Grossman · 5 weeks ago
  95. 54067f4 [libc][gpu] Disable loop unrolling in the throughput benchmark loop (#153971) by Leandro Lacerda · 5 weeks ago
  96. f7b6ed3 [libc] Polish GPU benchmarking (#153900) by Leandro Lacerda · 5 weeks ago
  97. ccf48bc [libc] Improve GPU benchmarking (#153512) by Leandro Lacerda · 5 weeks ago
  98. 24c091c [libc] Fix mbrtowc test (#153721) by Mikhail R. Gadelha · 5 weeks ago
  99. c5d818c [libc][math][docs] Add documentation for BFloat16 type (#153475) by Krishna Pandey · 5 weeks ago
  100. 59251a5 [libc] Add startup code for ARM v7-A, ARM v7-R variants (#153576) by William Huynh · 5 weeks ago