aboutsummaryrefslogtreecommitdiff
path: root/libc/config
AgeCommit message (Expand)AuthorFilesLines
2024-07-02[libc][math][c23] Add f16{add,sub}{,l,f128} C23 math functions (#97072)OverMighty2-0/+8
2024-07-02[libc][math][c23] Add f16{add,sub}f C23 math functions (#96787)OverMighty2-0/+4
2024-07-01[libc][math][c23] Implemented sinpif function correctly rounded for all round...Hendrik Hübner4-0/+4
2024-07-01[libc] Implement the 'remove' function on the GPU (#97096)Joseph Huber1-0/+1
2024-06-30[libc][math][c23] Add f16sqrt{,l,f128} C23 math functions (#96642)OverMighty2-1/+5
2024-06-29[libc][math][c23] Temporarily disable f16div{l,f128} on AArch64 (#97182)OverMighty1-8/+0
2024-06-29[libc][math][c23] Add f16div{,l,f128} C23 math functions (#97054)OverMighty2-0/+12
2024-06-28[libc] remove include_file headergen usage (#96970)Michael Jones3-2375/+0
2024-06-27[libc] Sort entrypoints alphabetically (#96955)Petr Hosek7-776/+774
2024-06-27[libc][math][c23] Temporarily disable f16fma{,l,f128} on AArch64 (#96952)OverMighty1-9/+0
2024-06-27[libc][math][c23] Add f16fma{,l,f128} C23 math function (#96711)OverMighty2-0/+18
2024-06-27[libc] Include additional math functions in baremetal config (#96926)Petr Hosek2-0/+108
2024-06-27[libc][math] Implement double precision sincos correctly rounded to all round...lntue6-0/+6
2024-06-25[libc][arm] move setjmp+longjmp to fullbuild-only entrypoints (#96708)Nick Desaulniers (paternity leave)1-4/+8
2024-06-25[libc][math] Implement double precision cos correctly rounded to all rounding...lntue4-0/+4
2024-06-25[libc][arm32] define argc type and stack alignment (#96367)Nick Desaulniers (paternity leave)1-21/+3
2024-06-25[libc][math][c23] Add f16divf C23 math function (#96131)OverMighty2-0/+2
2024-06-24[libc][math] Implement double precision sin correctly rounded to all rounding...lntue4-0/+4
2024-06-24[libc][arm] add malloc/free/aligned_alloc to entrypoints (#96516)Nick Desaulniers (paternity leave)1-0/+5
2024-06-21[libc][stdlib] Fix skipped libc.src.stdlib.freelist_malloc target for baremet...lntue2-0/+2
2024-06-21[libc][math][c23] Add {ldexp,scalbn,scalbln}f16 C23 math functions (#94797)OverMighty2-0/+6
2024-06-20[libc] Control freelist malloc buffer size with a config (#96248)PiJoules2-0/+11
2024-06-20[libc][config] Add malloc as baremetal arm entrypoint (#95827)PiJoules2-0/+8
2024-06-20[libc][math][c23] Add {getpayload,setpayload,setpayloadsig}f16 C23 math funct...OverMighty2-0/+6
2024-06-20[libc][arm] implement a basic setjmp/longjmp (#93220)Nick Desaulniers (paternity leave)4-7/+17
2024-06-14[libc] Add the implementation of the fdopen function (#94186)Xu Zhang3-0/+3
2024-06-14Reapply "[libc] printf, putchar and vprintf in bareemetal entrypoints… (#95...Haowei2-0/+6
2024-06-14[libc] add rwlock (#94156)Schrodinger ZHU Yifan4-0/+24
2024-06-14Revert "[libc] printf, putchar and vprintf in bareemetal entrypoints (#95436)"Haowei Wu2-6/+0
2024-06-14[libc][math][c23] Add f16fmaf C23 math function (#95483)OverMighty2-0/+2
2024-06-13[libc] printf, putchar and vprintf in bareemetal entrypoints (#95436)Petr Hosek2-0/+6
2024-06-13Reland "[libc] fix aarch64 linux full build (#95358)" (#95423)Schrodinger ZHU Yifan1-0/+7
2024-06-13[libc][math][c23] Add f16sqrtf C23 math function (#95251)OverMighty2-0/+2
2024-06-13Revert "[libc] fix aarch64 linux full build (#95358)" (#95419)Schrodinger ZHU Yifan1-7/+0
2024-06-13[libc] fix aarch64 linux full build (#95358)Schrodinger ZHU Yifan1-0/+7
2024-06-11[libc][math][c23] Add {totalorder,totalordermag}f16 C23 math functions (#95014)OverMighty2-0/+4
2024-06-10[libc][math][c23] Add {remainder,remquo}f16 C23 math functions (#94773)OverMighty2-0/+4
2024-06-10[libc][math][c23] Temporarily disable modff16 on AArch64 (#94972)OverMighty1-1/+1
2024-06-10[libc][math][c23] Add {frexp,ilogb,llogb,logb,modf}f16 C23 math functions (#9...OverMighty2-0/+10
2024-06-10[libc][math][c23] Add nanf16 C23 math function (#94767)OverMighty2-0/+2
2024-06-08[libc][math][C23] Implemented remquof128 function (#94809)Hendrik Hübner2-0/+2
2024-06-08[libc][math][c23] fmul correcly rounded to all rounding modes (#91537)Job Henandez Lara5-0/+5
2024-06-07[libc][math][c23] Temporarily disable fmodf16 on AArch64 (#94813)OverMighty1-1/+0
2024-06-07[libc][math][c23] Add fmodf16 C23 math function (#94629)OverMighty2-0/+2
2024-06-06[libc] at_quick_exit function implemented (#94317)aaryanshukla1-1/+2
2024-06-06[libc][math][c23] Add {fmaximum,fminimum}{,_mag,_mag_num,_num} C23 math funct...OverMighty2-0/+16
2024-06-06[libc] Enable varargs tests for AMDGPU targetsJoseph Huber1-0/+11
2024-06-06[libc][math] Temporarily disable nexttowardf16 on aarch64 due to clang-11 bug...lntue1-1/+4
2024-06-06[libc] Disable varargs tests on gpu, nvptx can't build them yetJon Chesterfield1-4/+0
2024-06-06[AMDGPU] Implement variadic functions by IR lowering (#93362)Jon Chesterfield1-0/+4