aboutsummaryrefslogtreecommitdiff
path: root/src/glibc.zig
AgeCommit message (Expand)Author
2024-08-14loongarch: add glibc start.S to make zig-bootstrap work for loongarch64-linux...YANG Xudong
2024-08-07loongarch: various architecture specific fixes (#20912)YANG Xudong
2024-08-07Merge pull request #20909 from alexrp/glibc-riscvAndrew Kelley
2024-08-07Merge pull request #20894 from alexrp/target-cleanup-4Andrew Kelley
2024-08-05Revert "glibc: Add a temporary hack in abilists loading due to sparcel removal."Andrew Kelley
2024-08-02glibc: Set -frounding-math like upstream.Alex Rønne Petersen
2024-08-02glibc: Define NO_INITFINI for non-legacy architectures.Alex Rønne Petersen
2024-08-01glibc: Fix some target architecture checks to include thumb and powerpcle.Alex Rønne Petersen
2024-07-30glibc: Add a temporary hack in abilists loading due to sparcel removal.Alex Rønne Petersen
2024-07-30std.Target: Remove `sparcel` architecture tag.Alex Rønne Petersen
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-03-21std.Build.Cache: use an array hash map for filesAndrew Kelley
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-06Package.Module: deduplicate identical builtin modulesmlugg
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley
2024-01-04src/target: Restrict usable glibc versionsPat Tullmann
2024-01-04glibc: get correct files compiled into libc_nonshared.aKang Seonghoon
2024-01-01Compilation: make create() take an arena allocatorAndrew Kelley
2024-01-01glibc: fix crash from not setting owner moduleAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01glibc: update to new Compilation APIAndrew Kelley
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-15compiler: update function accepts a std.Progress.NodeAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-13move the cache system from compiler to std libAndrew Kelley
2022-12-15glibc: avoid poisoning the cache namespace with zig lib dirAndrew Kelley
2022-11-22Cache: introduce prefixes to manifestsAndrew Kelley
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-29glibc: fix race condition when building stubsAndrew Kelley
2022-09-11Compilation: handle system C compiler not foundAndrew Kelley
2022-08-25src/glibc: remove redundant ArchMotiejus Jakštys
2022-08-25glibc/abilists: add libresolv stubsMotiejus Jakštys
2022-08-19stage2: implement stack protectorsAndrew Kelley
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-01-14glibc: clean up build logicAndrew Kelley
2022-01-14glibc: restore compatibility with glibc<=2.33 for global initializersxavier
2022-01-03linker: fix build-obj and -fno-emit-binAndrew Kelley
2022-01-02stage2: introduce CacheModeAndrew Kelley
2021-12-16glibc: do not pass -DSHARED to any of the libc_nonshared.a sourcesAndrew Kelley
2021-12-16glibc: don't pass -frounding-mathAndrew Kelley