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