aboutsummaryrefslogtreecommitdiff
path: root/libc/config/baremetal/riscv/entrypoints.txt
AgeCommit message (Expand)AuthorFilesLines
26 hours[libc][c11] implement ctime (#107285)Зишан Мирза1-0/+2
2024-08-08[libc][math] Add scalbln{,f,l,f128} math functions (#102219)aaryanshukla1-0/+3
2024-08-07[libc] Allow time conversions to compile on bare metal (#102014)Simon Tatham1-0/+5
2024-08-05[libc] Include pow in baremetal entrypoints (#102021)Petr Hosek1-0/+1
2024-08-02[baremetal] Add atan2 to baremetal (#101767)PiJoules1-0/+1
2024-08-01[libc] Implement vasprintf and asprintf (#98824)Tsz Chan1-0/+2
2024-07-22[libc] Include cbrt in baremetal targets (#99916)Petr Hosek1-0/+1
2024-07-13[libc] Include realloc in baremetal entrypoints (#98780)Petr Hosek1-0/+1
2024-07-09[libc] Provide isnan, isnanf and isnanl functions (#96008)Petr Hosek1-0/+3
2024-07-09[libc] Avoid the atexit and exit_handler dependency for exit (#98121)Petr Hosek1-0/+1
2024-07-09[libc] Provide baremetal implementation of getchar (#98059)Petr Hosek1-0/+1
2024-07-08[libc] puts implementation for baremetal (#98051)Petr Hosek1-0/+1
2024-07-08[libc] Include _Exit in the baremetal configuration (#98053)Petr Hosek1-0/+1
2024-07-08[libc] Include cbrtf in the baremetal configuration (#98052)Petr Hosek1-0/+1
2024-07-07[libc] Include tan in the baremetal configuration (#97921)Petr Hosek1-0/+1
2024-06-27[libc] Sort entrypoints alphabetically (#96955)Petr Hosek1-90/+88
2024-06-27[libc] Include additional math functions in baremetal config (#96926)Petr Hosek1-0/+55
2024-06-21[libc][stdlib] Fix skipped libc.src.stdlib.freelist_malloc target for baremet...lntue1-0/+1
2024-06-20[libc][config] Add malloc as baremetal arm entrypoint (#95827)PiJoules1-0/+4
2024-06-14Reapply "[libc] printf, putchar and vprintf in bareemetal entrypoints… (#95...Haowei1-0/+3
2024-06-14Revert "[libc] printf, putchar and vprintf in bareemetal entrypoints (#95436)"Haowei Wu1-3/+0
2024-06-13[libc] printf, putchar and vprintf in bareemetal entrypoints (#95436)Petr Hosek1-0/+3
2024-05-21[libc] Provide __libc_{init,fini}_array for baremetal (#90828)Petr Hosek1-0/+4
2024-04-17[libc][c23][fenv] Implement fetestexceptflag (#87828)Robin Caloudis1-0/+1
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-16[libc] Include empty remove in baremetal stdio.h (#85336)Petr Hosek1-0/+1
2024-03-16[libc] Match baremetal stdlib.h entrypoints with typesPetr Hosek1-1/+0
2024-03-16[libc] Include time.h in baremetal targets (#85026)Petr Hosek1-0/+3
2024-03-12[libc] Include additional baremetal entrypoints (#85020)Petr Hosek1-0/+44
2024-03-07[libc][stdfix] Add exp function for short _Accum and _Accum types. (#84391)lntue1-0/+2
2024-03-06[libc][stdfix] Add integer square root with fixed point output functions. (#8...lntue1-0/+2
2024-03-04[libc] Include stdfix.h in baremetal targets (#83900)Petr Hosek1-0/+30
2024-02-28[libc] Include assert.h on baremetal targets (#83324)Petr Hosek1-0/+3
2024-02-20[libc] add more stdbit.h entrypoints to additional targets (#82440)Nick Desaulniers1-0/+42
2024-01-22[libc] Include missing RISC-V stdlib.h and math.h entrypoints (#79034)Petr Hosek1-0/+110
2024-01-02[libc] `__stack_chk_fail` baremetal dependencies (#76412)Petr Hosek1-0/+1
2023-12-19[libc] move __stack_chk_fail to src/ from startup/ (#75863)Nick Desaulniers1-0/+3
2023-09-26[libc] Start to refactor riscv platform abstraction to support both 32 and 64...Mikhail R. Gadelha1-0/+126