summaryrefslogtreecommitdiff
path: root/libc/startup/baremetal
AgeCommit message (Expand)Author
2025-11-12[libc] Add support for MVE to Arm startup code (#167338)Victor Campos
2025-11-06[libc] Enable the FPU in Arm startup code (#166349)Victor Campos
2025-09-15[libc] Move preinit/init/fini arrays to namespace (#158746)Petr Hosek
2025-08-21[libc] Add boot code for AArch64 (#154789)William Huynh
2025-08-15[libc] Add startup code for ARM v7-A, ARM v7-R variants (#153576)William Huynh
2025-08-11[libc] Cleanup startup/baremetal/arm/start.cpp (#151532)William Huynh
2025-07-31[libc] Basic implementation of crt0 (#146863)William Huynh
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-09[libc] Move the internal extern "C" symbols inside the namespace (#98232)Petr Hosek
2024-05-21[libc] Provide __libc_{init,fini}_array for baremetal (#90828)Petr Hosek