1. e14f5f2 Revise IDE folder structure (#89755) by Michael Kruse · 12 months ago
  2. 0f6c4d8 [libc][docs] adds macro handling, POSIX status, and validation to docgen (#89421) by Michael Flanders · 12 months ago
  3. a5bab70 [libc] Fix scudo integration test (#92967) by Michael Jones · 1 year ago
  4. 5442e15 [libc][__support] move CndVar to __support (#89329) by Nick Desaulniers (paternity leave) · 1 year ago
  5. b3e71ec [libc] Provide __libc_{init,fini}_array for baremetal (#90828) by Petr Hosek · 1 year ago
  6. 00d7e67 [libc] Fix constant address space on global clock by Joseph Huber · 1 year ago
  7. dce197a [libc][errno] remove mips+sparc specific errnos (#92798) by Nick Desaulniers (paternity leave) · 1 year ago
  8. 51ba7a8 [libc][setjmp] disable -ftrivial-auto-var-init=pattern for now (#92796) by Nick Desaulniers (paternity leave) · 1 year ago
  9. 61565abc [libc] Fix constant variable initializer by Joseph Huber · 1 year ago
  10. 9d0a8ed [libc][NFC] Replace address space with constant GPU utility by Joseph Huber · 1 year ago
  11. 64b3cdc [libc] Fix GPU handling for unsupported backends (#92271) by Joseph Huber · 1 year ago
  12. 398162d [libc] Fix typo in test message by Joseph Huber · 1 year ago
  13. 1650f1b Fix typo "indicies" (#92232) by Jay Foad · 1 year ago
  14. ccbf908 [libc] Fix GPU test build error (#92235) by Jan Patrick Lehr · 1 year ago
  15. 0980f71 [libc][errno] Remove previously added errno numbers (#92163) by Robin Caloudis · 1 year ago
  16. d3455f4 [libc][docs] Fix outdated code review section, as per #91934 (#92051) by Cyuria · 1 year ago
  17. a71e2b9 [libc][errno] Remove non asm generic error number (#92172) by Robin Caloudis · 1 year ago
  18. 292b300 [libc][bug] Fix out of bound write in memcpy w/ software prefetching (#90591) by Guillaume Chatelet · 1 year ago
  19. cd45bb2 [libc][errno] Remove unnecessary include (#92063) by Robin Caloudis · 1 year ago
  20. 96c23af [libc] fix 32bit arm build (casting time_t) (#92065) by Schrodinger ZHU Yifan · 1 year ago
  21. b342d18 [libc] add timeout and clock conversion utilities (#91905) by Schrodinger ZHU Yifan · 1 year ago
  22. 8960078 [libc][errno] Include <linux/errno.h> for Linux in full build mode. (#92041) by lntue · 1 year ago
  23. 561c42d [libc][errno] Use macro instead of system header (#91150) by Robin Caloudis · 1 year ago
  24. 27595c4 Revert "[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions" (#91966) by Schrodinger ZHU Yifan · 1 year ago
  25. d2676a7 [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#90249) by Hendrik Hübner · 1 year ago
  26. fb3f4b0 [libc] Add memory fence utility to the GPU utilities (#91756) by Joseph Huber · 1 year ago
  27. d8e7375 Reland "[libc][NFC] adjust time related implementations"" (#91687) by Schrodinger ZHU Yifan · 1 year ago
  28. b8f4f39 [libc] avoid cmpxchg on the fastpath of callonce (#91748) by Schrodinger ZHU Yifan · 1 year ago
  29. 92dfe20 [libc][math] Fix exact cases for powf. (#91488) by lntue · 1 year ago
  30. 5a0e0b6 Revert "[libc][NFC] adjust time related implementations" (#91657) by Schrodinger ZHU Yifan · 1 year ago
  31. 8ac928f [libc][NFC] adjust time related implementations (#91485) by Schrodinger ZHU Yifan · 1 year ago
  32. e1f279e [libc] Use __builtin_fma(f) by default if LIBC_TARGET_CPU_HAS_FMA is defined. (#91535) by lntue · 1 year ago
  33. 6f1013a [libc] Add template deduction guide for cpp::lock_guard. (#91589) by lntue · 1 year ago
  34. a7ee81e [libc] Remove unused variable causing build errors by Joseph Huber · 1 year ago
  35. c4a3d18 [libc] Replace `MutexLock` with `cpp::lock_guard` (#89340) by Vlad Mishel · 1 year ago
  36. e37bd6c [libc][fenv] Add missing FE_* definitions for some environment. (#91519) by lntue · 1 year ago
  37. a5044e6 [libc] fix typo due to futex renaming (#91379) by Schrodinger ZHU Yifan · 1 year, 1 month ago
  38. 873431a [libc] Add __FE_DENORM to the fenv macros (#91353) by Joseph Huber · 1 year, 1 month ago
  39. ab3a9e7 [libc] clean up futex usage (#91163) by Schrodinger ZHU Yifan · 1 year, 1 month ago
  40. 1d87465 [libc][math] fmod: clear exceptions before the test instead of after by Benjamin Kramer · 1 year, 1 month ago
  41. 096f85e [libc] add more APIs of cmgxchg variants (#91208) by Schrodinger ZHU Yifan · 1 year, 1 month ago
  42. ecfb5d9 [libc][math] fix loose except check in `{EXPECT,ASSERT}_FP_EXCEPTION` macros (#88816) by Michael Flanders · 1 year, 1 month ago
  43. a98a6e9 Add clarifying parenthesis around non-trivial conditions in ternary expressions. (#90391) by luolent · 1 year, 1 month ago
  44. 1022636 [libc] Fix assert dependency on macro header (#91036) by Joseph Huber · 1 year, 1 month ago
  45. 0e5ff62 [libc] add hashtable fuzzing (#87949) by Schrodinger ZHU Yifan · 1 year, 1 month ago
  46. aca5117 [libc] Implement fcntl() function (#89507) by Vinayak Dev · 1 year, 1 month ago
  47. cd7a7a5 Add basic char*_t support for libc (partial WG14 N2653) (#90360) by Fabian Keßler · 1 year, 1 month ago
  48. 7dd4ce4 [libc][stdfix] Fix overflow problem for fixed point sqrt when the inputs are close to max. (#90558) by lntue · 1 year, 1 month ago
  49. 5e9937d [libc][math] Adds entrypoint and tests for nearbyintf128,scalbnf128 (#88443) by Michael Flanders · 1 year, 1 month ago
  50. 11bd19a [libc][assert] define __STDC_VERSION_ASSERT_H__ (#87592) by aniplcc · 1 year, 1 month ago
  51. 4182120 [libc] adding linux SYS_fchmodat2 syscall. (#89819) by David CARLIER · 1 year, 1 month ago
  52. 859de94 [libc] Fix aarch64 build error in FEnvSafeTest change (#89826) by Roland McGrath · 1 year, 1 month ago
  53. 837dab9 [libc] Make fenv and math tests preserve fenv_t state (#89658) by Roland McGrath · 1 year, 1 month ago
  54. 3ae10fd [libc] Generate docs for `setjmp.h` (#89542) by Rajveer Singh Bharadwaj · 1 year, 1 month ago
  55. d2be982 [libc] Clean up alternate test framework support (#89659) by Roland McGrath · 1 year, 1 month ago
  56. dd79632 [libc][POSIX][pthreads] implement pthread_rwlockattr_t functions (#89322) by Nick Desaulniers · 1 year, 1 month ago
  57. 0336116 [libc][docs] codify Policy on Assembler Sources (#88185) by Nick Desaulniers · 1 year, 1 month ago
  58. 43c26bb [libc] don't over include stdlib in the hdr declaring bsearch (#89471) by Nick Desaulniers · 1 year, 1 month ago
  59. 854cc89 [libc] fixup nascent pthread_condattr_test (#89308) by Nick Desaulniers · 1 year, 1 month ago
  60. 55d4a89 [libc] fix FEnvImpl not using the proxy header (#89303) by Michael Jones · 1 year, 1 month ago
  61. 7aad1ee [libc][docs] link to good beginner bugs (#89297) by Nick Desaulniers · 1 year, 1 month ago
  62. b8de7cf [libc] unpoison memory returned by pipe syscall (#88942) by Michael Jones · 1 year, 1 month ago
  63. 67669ea [libc][docs] Updates implementation status for some preexisting docgen json files (#89281) by Michael Flanders · 1 year, 1 month ago
  64. bd0f818 [libc][docs] adds threads.h impl status docs (#89275) by Michael Flanders · 1 year, 1 month ago
  65. 2a2e21cd [libc][docs] adds highlighting languages to `docs/dev/config_options.rst` (#89136) by Michael Flanders · 1 year, 1 month ago
  66. eefee38 [libc] set cmake dependencies for condattr test (#89103) by Nick Desaulniers · 1 year, 1 month ago
  67. 06947b9 [libc][POSIX][pthreads] implement pthread_condattr_t functions (#88987) by Nick Desaulniers · 1 year, 1 month ago
  68. b854a23 [libc][c23][fenv] Implement fetestexceptflag (#87828) by Robin Caloudis · 1 year, 1 month ago
  69. fda04b1ca [libc] Replace mentions of `LIBC_FULLBUILD` with `LLVM_LIBC_FULL_BUILD` in 'examples/' (#88657) by Rajveer Singh Bharadwaj · 1 year, 1 month ago
  70. 889dfd4 [libc][msan] Fix "non-constexpr function '__msan_unpoison' cannot be used in a constant expression" (#88719) by Guillaume Chatelet · 1 year, 1 month ago
  71. b1385db [libc][NFC] fix typo in fenv type proxy headers (#88982) by Michael Jones · 1 year, 1 month ago
  72. 38895e6 [libc][fenv] Remove unnecessary dependencies (#88788) by Robin Caloudis · 1 year, 1 month ago
  73. a79783d [libc][fenv] Use proxy header (#88787) by Robin Caloudis · 1 year, 1 month ago
  74. 75bbf4d [libc] Add proxy headers for fenv types. (#88467) by Job Henandez Lara · 1 year, 1 month ago
  75. 2996cb7 [libc][docs] use docgen to generate stdbit rst docs (#88540) by Michael Flanders · 1 year, 1 month ago
  76. 900be90 Fix typos (#88565) by Victor Toni · 1 year, 1 month ago
  77. 41ff91e Reapply "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x}* (#86692)" (#88567) by OverMighty · 1 year, 1 month ago
  78. 5fb8215 [libc] add remaining epoll functions, pipe (#84587) by Michael Jones · 1 year, 1 month ago
  79. f626a35 [libc] Codify header inclusion policy (#87017) by Nick Desaulniers · 1 year, 1 month ago
  80. 7ab7e7a [libc][docs] Generate docs for signal.h & optimized is_implemented func (#88028) by Xu Zhang · 1 year, 1 month ago
  81. 8cfa72a [libc] fix typo in hdr/CMakeLists by Nick Desaulniers · 1 year, 1 month ago
  82. fad1470 [libc] Add note to use `LIBC_GPU_BUILD=ON` as another form by Joseph Huber · 1 year, 1 month ago
  83. 3c2feab Revert "[libc] implement ioctl" (#88226) by lntue · 1 year, 1 month ago
  84. 289a2c3 [libc] implement ioctl (#85890) by Nhat Nguyen · 1 year, 1 month ago
  85. 4956118 [libc] Add proxy header for fenv.h macro constants. #87863 (#87896) by Job Henandez Lara · 1 year, 1 month ago
  86. 71ffc1f [libc] Initialize rand for fma tests (#88055) by Joseph Huber · 1 year, 1 month ago
  87. 22b1f1b [libc] Remove `#ifdef __cplusplus` part from `include/llvm-libc-macros/math-macros.h`. (#87864) by lntue · 1 year, 1 month ago
  88. e127997 [libc][docs] fix missing include by Nick Desaulniers · 1 year, 1 month ago
  89. 279c758 [libc][docs] generate docs for ctype.h (#87946) by Zander Dumont-Strom · 1 year, 1 month ago
  90. ac8ed7f [libc] Remove RandUtils.(h|cpp). (#88044) by lntue · 1 year, 1 month ago
  91. 1e6ce5e [libc] Clean up unused math_utils.(h|cpp). (#88036) by lntue · 1 year, 1 month ago
  92. 54c24ec [libc] remove MPFR and related tests in full build (#87693) by Schrodinger ZHU Yifan · 1 year, 1 month ago
  93. 312b929 [libc] Increase timeout for death tests. (#87959) by lntue · 1 year, 1 month ago
  94. 7248c9f [libc] Adding FP_INT_* macro constants if missing in overlay mode. (#87880) by lntue · 1 year, 2 months ago
  95. 5f7b133 [libc][math] Update error bound for log1p to compensate for directional rounding. (#87893) by lntue · 1 year, 2 months ago
  96. bd589f5 [libc] Move statement inside #ifdef/#endif to prevent unused variable warning by Guillaume Chatelet · 1 year, 2 months ago
  97. b88a1dd [libc] Make `BigInt` bitwise shift consistent with regular integral semantics. (#87874) by Guillaume Chatelet · 1 year, 2 months ago
  98. fc7087b [libc][NFC] Rename `uint_test` into `big_int_test` for consistency (#87875) by Guillaume Chatelet · 1 year, 2 months ago
  99. 09efe84 [libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for consistency (#87808) by Guillaume Chatelet · 1 year, 2 months ago
  100. 5748ad8 [libc] Add proxy header math_macros.h. (#87598) by lntue · 1 year, 2 months ago