summaryrefslogtreecommitdiff
path: root/libc/src/__support
AgeCommit message (Expand)Author
2025-09-10[libc] Update some __builtin_* usage to be compatible with MSVC. (#157870)lntue
2025-09-09[libc] Add check for support and a test for libc SIMD helpers (#157746)Joseph Huber
2025-09-09[libc] Add simple 'tuple' type to CPP helpers (#157739)Joseph Huber
2025-09-09[libc] Make simd helper functions static (#157551)Joseph Huber
2025-09-09[libc] Some compatibility update for building with MSVC. (#157701)lntue
2025-09-05[libc] Use anonymous namespace for file-local symbols (#157202)Roland McGrath
2025-09-04[libc] Add wasm support for some submodules in llvm-libc. (#154383)google-yfyang
2025-09-04[libc] Fix buildbot failures (#156733)Krishna Pandey
2025-09-03[libc] ensure tls dtors are called in main thread (#133641)Schrodinger ZHU Yifan
2025-09-02[libc] Add more elementwise wrapper functions (#156515)Joseph Huber
2025-09-02[libc] Fix missing has feature for older GCCJoseph Huber
2025-09-02 [libc] Implement generic SIMD helper 'simd.h' and implement strlen (#152605)Joseph Huber
2025-09-01Revert "[libc] Migrate from baremetal stdio.h to generic stdio.h" (#156371)William Huynh
2025-09-01[libc] Migrate from baremetal stdio.h to generic stdio.h (#152748)William Huynh
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey
2025-08-24[libc][math] Do not use float16 basic operations in hypotf16. (#155177)lntue
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey
2025-08-22[libc][math] Refactor cospif16 implementation to header-only in src/__support...Muhammad Bassiouni
2025-08-22[libc][math] Refactor cospif implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-08-21[libc] Remove hardcoded sizeof in __barrier_type.h (#153718)Mikhail R. Gadelha
2025-08-20[libc] Fix `constexpr` `add_with_carry`/`sub_with_borrow` (#154282)Guillaume Chatelet
2025-08-19[libc] Fix copy/paste error in file.cpp (#150802)codefaber
2025-08-19[libc][math] fix coshf16 build errors. (#154226)Muhammad Bassiouni
2025-08-19[libc][math] Refactor coshf16 implementation to header-only in src/__support/...Muhammad Bassiouni
2025-08-14[libc][math] Refactor coshf implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-08-13[libc][math] Refactor cosf16 implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-08-12[libc] Remove LIBC_ERRNO_MODE_SYSTEM mode. (#153077)Alexey Samsonov
2025-08-11[libc] Simplifiy slab waiting in GPU memory allocator (#152872)Joseph Huber
2025-08-11[libc][math] Refactor cosf implementation to header-only in src/__support/mat...Muhammad Bassiouni
2025-08-09[libc][math] Refactor cos implementation to header-only in src/__support/math...Muhammad Bassiouni
2025-08-08[libc] Cache old slabs when allocating GPU memory (#151866)Joseph Huber
2025-08-08[libc][math] Refactor cbrtf implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-08-06[libc] Move CharacterConverter template specialization to cpp file (#152405)Uzair Nawaz
2025-08-06[libc] Template StringConverter pop function to avoid duplicate code (#152204)Uzair Nawaz
2025-08-06[libc] Fix constexpr FPUtils rounding_mode.h functions. (#152342)lntue
2025-08-06[libc][math] Fix gcc buildbot failure (#152320)Krishna Pandey
2025-08-06[libc] add getrandom vDSO symbol (#151630)Schrodinger ZHU Yifan
2025-08-06[libc][math][c++23] Implement basic arithmetic operations for BFloat16 (#151228)Krishna Pandey
2025-08-06[libc] Change LIBC_THREAD_LOCAL to be dependent on LIBC_THREAD_MODE (#151527)William Huynh
2025-08-05[libc][obvious] Removed mbstate_t include (#152046)sribee8
2025-08-05[libc][math] Fix division by infinity in fputil::div (#152092)Krishna Pandey
2025-08-04[libc][math] Fix subtraction of infinity in fputil::add_or_sub (#152017)Krishna Pandey
2025-08-03[libc] fix build errors caused by cbrt. (#151879)Muhammad Bassiouni
2025-08-03[libc][math] Refactor cbrt implementation to header-only in src/__support/mat...Muhammad Bassiouni
2025-08-02[libc] fix build errors caused by atanhf16. (#151838)Muhammad Bassiouni
2025-08-02[libc][math] Refactor atanhf16 implementation to header-only in src/__support...Muhammad Bassiouni
2025-08-02[libc][math] Refactor atanhf implementation to header-only in src/__support/m...Muhammad Bassiouni