aboutsummaryrefslogtreecommitdiff
path: root/src/glibc.zig
AgeCommit message (Expand)Author
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
2021-12-16glibc: add stat_t64_cp.c to libnonshared.aAndrew Kelley
2021-12-16glibc: i386: make glibc not use invalid inline asm syntaxAndrew Kelley
2021-12-16glibc: fix some inconsistent flags with upstreamAndrew Kelley
2021-12-15glibc: improve RISC-V supportAndrew Kelley
2021-12-15glibc: use linux-specific files for nonsharedAndrew Kelley
2021-12-15update glibc start files to 2.34Andrew Kelley
2021-12-13stage2: improved glibc stubsAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-29update libc linux headers to v5.16-rc3Andrew Kelley
2021-10-16Add build.zig and command line flagsLee Cannon
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-09CLI: remove --verbose-ast and --verbose-tokenizeAndrew Kelley
2021-05-12Fix crti/crtn path for SPARCKoakuma
2021-05-11stage2: error if requested glibc version too highIsaac Freund
2021-05-11stage2: Change libc components' linking orderLemonBoy
2021-03-12Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-09stage2: Fix glibc lookup path for MIPS crt filesLemonBoy
2021-02-28glibc: clang 12 assembler regression workaroundAndrew Kelley
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-24stage2: re-use compiler runtime libs across opt modes and strip flagAndrew Kelley
2020-12-24stage2: fix Cache deadlock and build more of TSANAndrew Kelley
2020-12-24WIP start adding support for TSANAndrew Kelley
2020-12-20use kprotty's ThreadPool implementation (v5)Andrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-12-15stage2: Add -include libc-symbols.h when building crtn.SLemonBoy
2020-12-13stage2: use %type not @type for libc stubsIsaac Freund