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