summaryrefslogtreecommitdiff
path: root/libc
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][Docs] Update the GPU RPC documentation (#79069)Joseph Huber
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-23[libc][NFC] use builder pattern for ErrnoSetterMatcher (#79153)Schrodinger ZHU Yifan
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-23[libc] remove getauxval from arm32 entrypoint list (#79093)Schrodinger ZHU Yifan
2024-01-22[libc] implement sys/getauxval (#78493)Schrodinger ZHU Yifan
2024-01-22[libc] Include missing RISC-V stdlib.h and math.h entrypoints (#79034)Petr Hosek
2024-01-22[libc] Replace -nostdlib++ flag when building with gcc and add placement new ...lntue
2024-01-22[libc] default enable -ftrivial-auto-var-init=pattern (#78776)Nick Desaulniers
2024-01-22[libc][riscv] Check if we have F or D extension before using them (#79036)Petr Hosek
2024-01-22[libc] Use QUEUE_TYPEOF in STAILQ_LAST (#79011)Petr Hosek
2024-01-22[libc] support PIE relocations (#78993)Schrodinger ZHU Yifan
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-22[libc] Fix issue introduces by #76449Petr Hosek
2024-01-21[libc] fix unit tests in fullbuild (#78864)Schrodinger ZHU Yifan
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-20[libc] Fix float.h header to include the system float.h first and add more de...lntue
2024-01-19[libc] Redo the install targets (#78795)Petr Hosek
2024-01-19[libc] remove extra -Werror (#78761)Nick Desaulniers
2024-01-19[libc] Add float.h header. (#78737)lntue
2024-01-19[libc] Fix test failing on GPU using deprecated 'add_unittest'Joseph Huber
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-19[libc][NFC] Fix "type qualifiers ignored on cast result type" GCC warning (#...Guillaume Chatelet
2024-01-18[libc] Provide sys/queue.h (#78081)Petr Hosek
2024-01-18[libc] Use clang's scoped atomics if available from the compiler (#74769)Joseph Huber
2024-01-18[libc][arm] add more math.h entrypoints (#77839)Nick Desaulniers
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[libc][obvious] disable fabsf128 on aarch64 (#78511)michaelrj-google
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