aboutsummaryrefslogtreecommitdiff
path: root/libc/spec
AgeCommit message (Expand)AuthorFilesLines
2024-04-02[libc] Implement temporary `printf` on the GPU (#85331)Joseph Huber1-0/+8
2024-04-02[libc][posix] implement _exit (#87185)aniplcc1-0/+5
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue1-0/+4
2024-03-26[libc][math][c23] Implement canonicalize functions (#85940)Shourya Goel1-0/+5
2024-03-25[libc][math][c23] add c23 floating point fmaximum and fminimum functions. (#8...Job Henandez Lara1-0/+40
2024-03-25[libc] add statvfs/fstatvfs (#86169)Schrodinger ZHU Yifan1-0/+30
2024-03-25[libc][math][c23] Add {,u}fromfp{,x}{,f,l,f128} functions (#86003)OverMighty1-0/+26
2024-03-22[libc] Implement strfromd() and strfroml() (#86113)Vinayak Dev1-0/+2
2024-03-21[libc][c11] Add stdio.h's rename() function (#85068)aniplcc1-0/+5
2024-03-20[libc]: Implement strfromf() and shared utilities (#85438)Vinayak Dev1-0/+2
2024-03-18[libc] Added tablegen definition for fileno (#85682)Shourya Goel1-0/+5
2024-03-18[libc] Add `shm_open/shm_unlink` (#84974)Schrodinger ZHU Yifan1-0/+11
2024-03-16[libc][math][c23] Add nextupl and nextdownl functions (#85484)OverMighty1-0/+2
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