summaryrefslogtreecommitdiff
path: root/libc/src
AgeCommit message (Expand)Author
2024-01-23[libc] remove redundant call_once (#79226)Nick Desaulniers
2024-01-23[libc] Fix implicit conversion in FEnvImpl for arm32 targets. (#79210)lntue
2024-01-23[libc] Fix aliasing function name got accidentally deleted in #79128. (#79203)lntue
2024-01-23Revert "[libc] Fix forward arm32 buildbot" (#79201)Roland McGrath
2024-01-23[libc] fix sysconf (#79159)Schrodinger ZHU Yifan
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-23[libc] Remove specific nan payload in math functions (#79133)Guillaume Chatelet
2024-01-23[libc] Fix forward arm32 buildbot (#79151)Guillaume Chatelet
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet
2024-01-23[libc] add missing header deps to getauxval (#79091)Schrodinger ZHU Yifan
2024-01-22[libc] implement sys/getauxval (#78493)Schrodinger ZHU Yifan
2024-01-22[libc][riscv] Check if we have F or D extension before using them (#79036)Petr Hosek
2024-01-22[reland][libc] `FPRep` builders return `FPRep` instead of raw `StorageType` (...Guillaume Chatelet
2024-01-22Revert "[libc] `FPRep` builders return `FPRep` instead of raw `StorageType`" ...Guillaume Chatelet
2024-01-22[libc] `FPRep` builders return `FPRep` instead of raw `StorageType` (#78588)Guillaume Chatelet
2024-01-21[libc] add missing header dependencies for sched objects (#78741)Schrodinger ZHU Yifan
2024-01-20[libc] Add missing header ioctl.h on aarch64. (#78865)lntue
2024-01-20[libc] Fix size_t used without including stddef.h in CPP/limit.h. (#78861)lntue
2024-01-19[libc] remove extra -Werror (#78761)Nick Desaulniers
2024-01-19[libc][NFC] Use Sign in NormalFloat (#78579)Guillaume Chatelet
2024-01-19[libc] Fix is_subnormal for Intel Extended Precision (#78592)Guillaume Chatelet
2024-01-19[libc][NFC] Simplify FPBits expressions (#78590)Guillaume Chatelet
2024-01-18[libc] Use clang's scoped atomics if available from the compiler (#74769)Joseph Huber
2024-01-18[libc] reverts for 32b arm (#78307)Nick Desaulniers
2024-01-18[libc][NFC] Use the Sign type for DyadicFloat (#78577)Guillaume Chatelet
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet
2024-01-18[libc][NFC] Selectively disable GCC warnings (#78462)Guillaume Chatelet
2024-01-17[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Guillaume Chatelet
2024-01-17Revert "[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits special...Guillaume Chatelet
2024-01-17[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Guillaume Chatelet
2024-01-16Revert "[libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Nick Desaulniers
2024-01-16[libc][NFC] Refactor FPBits and remove LongDoubleBits specialization (#78192)Guillaume Chatelet
2024-01-15[libc] Give more functions restrict qualifiers (NFC) (#78061)AtariDreams
2024-01-12[libc][math] Add C23 math function fabsf128. (#77825)lntue
2024-01-11[libc][NFC] Use 16-byte indices for _mmXXX_shuffle_epi8 (#77781)Guillaume Chatelet
2024-01-11[libc] Fix buggy AVX2 / AVX512 `memcmp` (#77081)Guillaume Chatelet
2024-01-08[libc] temporarily set -Wno-shorten-64-to-32 (#77396)Nick Desaulniers
2024-01-08[libc] fix up #77384Nick Desaulniers
2024-01-08[libc] fix -Wconversion (#77384)Nick Desaulniers
2024-01-08[libc] fix more -Wmissing-brace (#77382)Nick Desaulniers
2024-01-08[libc] fix -Wmissing-braces (#77345)Nick Desaulniers
2024-01-08[libc] set -Wno-frame-address for thread.cpp (#77140)Nick Desaulniers
2024-01-07[libc] Fix GPU tests not running after recent patches (#77248)Joseph Huber
2024-01-05[libc] fix -Warray-bounds in block_offset (#77001)Nick Desaulniers
2024-01-05[libc][math] Implement nan(f|l) functions (#76690)Nishant Mittal
2024-01-04[libc][math] Fix `is_quiet_nan` function in FPBits (#76931)Nishant Mittal
2024-01-04[libc][NFC] Simplify `FPBits` (#76835)Guillaume Chatelet
2024-01-03[libc] fix -Wcast-function-type via union rather than reinterpret_cast (#76875)Nick Desaulniers