aboutsummaryrefslogtreecommitdiff
path: root/libc/startup
AgeCommit message (Expand)AuthorFilesLines
2023-03-16[libc] Add missing environ dependency to AArch64 startup implementationJoseph Huber1-0/+1
2023-03-16[libc] Add missing threads dependency to AArch64 startup implementationJoseph Huber1-0/+1
2023-03-13[libc] Declare __dso_handle in the integration test instead of startup.Siva Chandra Reddy3-9/+0
2023-03-09[libc] Extend the linux thread implementation for riscv64.Siva Chandra2-0/+229
2023-03-06[libc] Simplify integration tests by eliminating the artificial sysroot.Siva Chandra Reddy2-0/+6
2023-02-22[libc] Fix amdgpu startup code flagsJoseph Huber1-1/+2
2023-02-20[libc] Support add_object_library for the GPU buildJoseph Huber2-0/+2
2023-02-07[libc] Add startup code implementation for GPU targetsJoseph Huber5-0/+126
2023-02-07[libc] Cleanup the CMake infrastructure to add startup objects.Siva Chandra Reddy1-37/+6
2023-01-31[libc] Build two different static archives libc.a and libm.a under full build.Siva Chandra Reddy1-1/+1
2023-01-09[libc][Obvious] Address few GCC warnings.Siva Chandra Reddy1-2/+2
2022-12-15[libc][NFC] Rename "loader" to "startup".Siva Chandra Reddy8-0/+599