aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-30std.hash.xxhash: disable xxhash3 test on all mips64 targetsAlex Rønne Petersen
2025-08-30std: skip some failing tests on hexagonAlex Rønne Petersen
2025-08-30std.Thread: make unreachable errors in sleep() clearerAlex Rønne Petersen
2025-08-30Revert "llvm: workaround crashes in llvm loop optimizations"Alex Rønne Petersen
2025-08-30compiler: remove medium code model workaround for loongarch64Alex Rønne Petersen
2025-08-30llvm: switch to native f16 IR type for all hexagon targetsAlex Rønne Petersen
2025-08-30llvm: remove f16 special case for soft float aarch64Alex Rønne Petersen
2025-08-30llvm: switch to native f128 IR type for nvptxAlex Rønne Petersen
2025-08-30llvm: switch to native f16 IR type for s390xAlex Rønne Petersen
2025-08-30compiler-rt: use native f16 type for loongarchAlex Rønne Petersen
2025-08-30compiler-rt: move strlen from libzigc to hereAlex Rønne Petersen
2025-08-30musl: replace .data.rel.ro with .section .data.rel.ro,"aw"Alex Rønne Petersen
2025-08-30llvm: update data layout strings for LLVM 21Alex Rønne Petersen
2025-08-30zig cc: pass -mthumb to the assembler as necessaryAlex Rønne Petersen
2025-08-30zig cc: pass CPU features to Clang using the new -Xclangas when assemblingAlex Rønne Petersen
2025-08-30zig cc: update options data to LLVM 21Alex Rønne Petersen
2025-08-30std.zig.system: update aarch64 and powerpc cpu detection for LLVM 21Alex Rønne Petersen
2025-08-30std.Target: fix alignment for int/long types on m68kAlex Rønne Petersen
2025-08-30std.Target: add managarm OS tagAlex Rønne Petersen
2025-08-30std.Target: make ultrasparc3 the baseline for sparc64-solarisAlex Rønne Petersen
2025-08-30std.Target.x86: purge avx10.n-256, rename avx10.n_512 to avx10.n, require eve...Alex Rønne Petersen
2025-08-30std.Target: bump feature bit count from 288 to 317Alex Rønne Petersen
2025-08-30std.Target: update CPU features to LLVM 21Alex Rønne Petersen
2025-08-30update_cpu_features: bump branch quota for amdgcnAlex Rønne Petersen
2025-08-30update_cpu_features: fix a fmtId call to be fmtIdPUAlex Rønne Petersen
2025-08-30compiler: respond to API changes in LLVM 21Alex Rønne Petersen
2025-08-30libtsan: update to LLVM 21Alex Rønne Petersen
2025-08-30libunwind: update to LLVM 21Alex Rønne Petersen
2025-08-30llvm-libc: update to LLVM 21Alex Rønne Petersen
2025-08-30libcxx: update to LLVM 21Alex Rønne Petersen
2025-08-30libcxxabi: update to LLVM 21Alex Rønne Petersen
2025-08-30zig cc: update intrinsic headers to LLVM 21Alex Rønne Petersen
2025-08-30zig cc: update driver files to LLVM 21Alex Rønne Petersen
2025-08-30build: update to LLVM 21Alex Rønne Petersen
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-29std.Io: delete CountingReaderAndrew Kelley
2025-08-29Merge pull request #25036 from ziglang/GenericWriterAndrew Kelley
2025-08-29LLVM backend:fix align 1 sret parameter load returnedAndrew Kelley
2025-08-29ci: update to QEMU 10.1.0Alex Rønne Petersen
2025-08-28std.debug.Pdb: migrate more towards new Reader APIAndrew Kelley
2025-08-28std.tz: fix redundant endian handlingAndrew Kelley
2025-08-28std.Io.Reader: work around llvm backend bugAndrew Kelley
2025-08-28resinator: Complete the update to the new Reader/WriterRyan Liptak
2025-08-28update langref and docs to avoid GenericWriterAndrew Kelley
2025-08-28fix not discarding delimiterAndrew Kelley
2025-08-28link.MachO: code sig size grows when emitting itAndrew Kelley
2025-08-2832-bit fixesAndrew Kelley
2025-08-28resinator: some updates to avoid GenericWriterAndrew Kelley
2025-08-28update more to avoid GenericWriterAndrew Kelley
2025-08-28behavior tests: remove "variadic functions" dependency on std libAndrew Kelley