aboutsummaryrefslogtreecommitdiff
path: root/libc/spec
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[libc][math][c23] Add nextup{,f,f128} and nextdown{,f,f128} functions (#85431)OverMighty1-0/+8
2024-03-15[libc][math][c23] adds `nanf128` (#85201)Michael Flanders1-0/+1
2024-03-12[libc] Add an empty definition of mbstate_t (#84993)Petr Hosek2-0/+14
2024-03-12[libc][math] Adds entrypoint and test for `nextafterf128` (#84882)Michael Flanders1-0/+1
2024-03-12[libc] Move `struct timespec` from POSIX to StdC (#85010)Petr Hosek3-4/+5
2024-03-12[libc] fix typo in stdbit.h macro spec files (#84780)Nick Desaulniers1-3/+3
2024-03-12[libc] implement the final macros for stdbit.h support (#84798)Nick Desaulniers1-0/+4
2024-03-11[libc][math][c23] Add fmodl and fmodf128 math functions. (#84600)lntue1-1/+2
2024-03-10[libc][mman] Implement msync (#84700)Schrodinger ZHU Yifan1-0/+5
2024-03-10[libc][stdbit][c23] adds implementation of `stdc_bit_ceil` functions (#84657)Michael Flanders1-2/+8
2024-03-09[libc][math][c23] Add modff128 C23 math function. (#84532)lntue2-0/+2
2024-03-08[libc][math][c23] Add (l|ll)rintf128 and (l|ll)roundf128 math functions. (#84...lntue2-2/+8
2024-03-08[libc][c23] make inttypes.h compat with c23 (#84493)Schrodinger ZHU Yifan1-1/+3
2024-03-07[libc][stdfix] Add exp function for short _Accum and _Accum types. (#84391)lntue1-0/+3
2024-03-07[libc] Refactor stdfix extension from llvm_libc_ext.td to llvm_libc_stdfix_ex...lntue2-20/+24
2024-03-07[libc][c23] add memset_explicit (#83577)Schrodinger ZHU Yifan1-0/+5
2024-03-07[libc][stdbit] implement stdc_bit_floor (C23) (#84233)Nick Desaulniers1-2/+8
2024-03-06[libc] Fix a typo in llvm_libc_ext.td. (#84259)lntue1-1/+1
2024-03-06[libc][stdfix] Add integer square root with fixed point output functions. (#8...lntue2-10/+22
2024-03-05[libc][stdbit] implement stdc_bit_width (C23) (#83892)Nick Desaulniers1-2/+8
2024-03-04[libc] Provide an implementation of the 'stdint.h' header (#83353)Joseph Huber1-0/+3
2024-02-29[libc][NFC] Rename `LIBC_COMPILER_HAS_FLOAT128` to `LIBC_TYPES_HAS_FLOAT128` ...Guillaume Chatelet1-15/+15
2024-02-27[libc][stdbit] implement stdc_has_single_bit (C23) (#83168)Nick Desaulniers2-2/+9
2024-02-27[libc][math][c23] Add C23 math functions ilogbf128, logbf128, and llogb(f|l|f...lntue1-0/+7
2024-02-26[libc][stdfix] Add sqrt for fixed point types. (#83042)lntue1-0/+8
2024-02-26[libc][stdbit] implement stdc_count_ones (C23) (#82444)Nick Desaulniers1-2/+8
2024-02-26[libc][stdbit] implement stdc_count_zeros (C23) (#82437)Nick Desaulniers1-2/+8
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber4-9/+9
2024-02-20[libc][c23] add definitions for stdckdint.h (#82059)Schrodinger ZHU Yifan1-0/+14
2024-02-16[libc][stdfix] Add round functions for fixed point types. (#81994)lntue1-0/+16
2024-02-15[libc][stdfix] Add abs functions for signed fixed point types. (#81823)lntue2-1/+24
2024-02-15[libc] add support for function level attributes (#79891)Schrodinger ZHU Yifan2-2/+35
2024-02-14[libc][math] Add C23 ldexpf128 math function and fix DyadicFloat conversions ...lntue1-0/+1
2024-02-14[libc][stdbit] implement stdc_first_trailing_one (C23) (#81768)Nick Desaulniers1-6/+7
2024-02-14[libc][stdbit] implement stdc_first_trailing_zero (C23) (#81526)Nick Desaulniers1-2/+8
2024-02-14[libc][stdbit] implement stdc_first_leading_one (C23) (#81502)Nick Desaulniers1-2/+8
2024-02-13[libc][stdfix] Generate stdfix.h header with fixed point precision macros acc...lntue1-0/+16
2024-02-12[libc][stdbit] implement stdc_first_leading_zero (C23) (#81340)Nick Desaulniers1-2/+8
2024-02-11[libc] Remove extra ] in stdc.td. (#81438)lntue1-1/+1
2024-02-09[libc][math] Add C23 math function frexpf128. (#81337)lntue1-0/+1
2024-02-09[libc][math] Add C23 math function fdimf128. (#81074)lntue1-0/+1
2024-02-08[libc] Only declare float128 math functions in the generated math.h if float1...lntue2-9/+13
2024-02-07[libc][stdbit] implement stdc_trailing_ones (C23) (#80459)Nick Desaulniers1-2/+8
2024-02-06[libc][stdbit] implement stdc_trailing_zeros (C23) (#80344)Nick Desaulniers1-2/+9
2024-02-05[libc] implement insque and remque (#80305)Sirui Mu1-0/+15
2024-02-05[libc] Fix generated float128 header for aarch64 target. (#78017)lntue2-1/+2
2024-02-05[libc][math] Add float128 rounding functions (ceilf128, floorf128, roundf128,...lntue1-0/+4
2024-02-01[libc][stdbit] fix return types (#80337)Nick Desaulniers1-8/+8
2024-02-01[libc] implement stdc_leading_ones (C23) (#80082)Nick Desaulniers1-1/+6
2024-01-30[libc] implement mlock/mlock2/munlock/mlockall/munlockall (#79645)Schrodinger ZHU Yifan2-0/+29