aboutsummaryrefslogtreecommitdiff
path: root/libc/config/linux/arm/entrypoints.txt
AgeCommit message (Expand)AuthorFilesLines
2024-06-24[libc][math] Implement double precision sin correctly rounded to all rounding...lntue1-0/+1
2024-06-24[libc][arm] add malloc/free/aligned_alloc to entrypoints (#96516)Nick Desaulniers (paternity leave)1-0/+5
2024-06-20[libc][arm] implement a basic setjmp/longjmp (#93220)Nick Desaulniers (paternity leave)1-0/+4
2024-06-08[libc][math][c23] fmul correcly rounded to all rounding modes (#91537)Job Henandez Lara1-0/+1
2024-04-17[libc][c23][fenv] Implement fetestexceptflag (#87828)Robin Caloudis1-0/+1
2024-04-12Reapply "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,...OverMighty1-0/+12
2024-04-05 [libc][c23][fenv] implement fesetexcept (#87603)aniplcc1-0/+1
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue1-0/+1
2024-03-27Revert "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x...Nick Desaulniers1-12/+0
2024-03-27[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x}* (#86692)OverMighty1-0/+12
2024-03-25[libc][math][c23] add c23 floating point fmaximum and fminimum functions. (#8...Job Henandez Lara1-0/+24
2024-03-19[libc][math][c23] Add linux/* entrypoints for nextup* and nextdown* (#85803)OverMighty1-0/+6
2024-03-13[libc] roll out rest of stdbit.h entrypoints to gpu,linux,baremetal (#84938)Nick Desaulniers1-0/+30
2024-02-27[libc][math][c23] Add C23 math functions ilogbf128, logbf128, and llogb(f|l|f...lntue1-0/+3
2024-02-20[libc] add more stdbit.h entrypoints to additional targets (#82440)Nick Desaulniers1-0/+35
2024-01-30[reland][libc] add epoll_wait functions (#79635)michaelrj-google1-0/+7
2024-01-29[libc] add more arch entrypoints for stdc_leading_zeros (#79923)Nick Desaulniers1-0/+7
2024-01-25Revert "[libc] add epoll_wait functions" (#79534)michaelrj-google1-6/+0
2024-01-25[libc] add epoll_wait functions (#79515)michaelrj-google1-0/+6
2024-01-23[libc] remove getauxval from arm32 entrypoint list (#79093)Schrodinger ZHU Yifan1-3/+0
2024-01-22[libc] implement sys/getauxval (#78493)Schrodinger ZHU Yifan1-0/+3
2024-01-18[libc][arm] add more math.h entrypoints (#77839)Nick Desaulniers1-0/+106
2023-12-19[libc] move __stack_chk_fail to src/ from startup/ (#75863)Nick Desaulniers1-2/+2
2023-12-05[libc] implement prctl (#74386)Schrodinger ZHU Yifan1-0/+3
2023-11-28[libc] fix build on aarch64 (#73739)Schrodinger ZHU Yifan1-9/+1
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan1-0/+8
2023-06-12[libc] Add qsort_rMichael Jones1-0/+1
2023-04-11[libc] Add memmem implementationCaslyn Tonelli1-0/+1
2023-04-11Reland "[libc] Add {,r}index"Alex Brachet1-0/+2
2023-04-11Revert "[libc] Add {,r}index"Alex Brachet1-2/+0
2023-04-11[libc] Add {,r}indexAlex Brachet1-0/+2
2023-04-06[libc] Implement strsepAlex Brachet1-0/+1
2023-04-03[libc] Add strchrnul implementationCaslyn Tonelli1-0/+1
2023-03-06[libc] Add arm 32 FEnvImpl.Siva Chandra Reddy1-0/+16
2023-03-03[libc] Make errno an entrypoint.Siva Chandra Reddy1-0/+3
2023-01-25[libc] Implement strcasestrAlex Brachet1-0/+1
2023-01-11[libc] Implement str{,n}casecmpAlex Brachet1-0/+2
2022-12-01[reland][libc] Add bcopyGuillaume Chatelet1-0/+1
2022-12-01Revert D138994 "[libc] Add bcopy"Guillaume Chatelet1-1/+0
2022-12-01[libc] Add bcopyGuillaume Chatelet1-0/+1
2022-08-31[libc] Add arm-32 syscall implementation.Siva Chandra Reddy1-0/+5
2022-07-22[libc] Temporarily disable arm32's sinf, cosf, sincosf entrypoints.Tue Ly1-3/+0
2022-07-15[libc][arm32] add string stdlib & math entrypointsMichael Jones1-2/+39
2022-07-11[libc] Add imaxabsAlex Brachet1-0/+1
2022-06-27[libc] Add a simple arm32 config.Siva Chandra Reddy1-0/+63