index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen
Age
Commit message (
Expand
)
Author
2025-10-23
std.builtin: add CallingConvention.sh_interrupt
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.microblaze_interrupt
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.msp430_interrupt
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.x86_64_x32
Alex Rønne Petersen
2025-10-23
std.Target: add tags and info for alpha, hppa, microblaze, sh
Alex Rønne Petersen
2025-10-23
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen
2025-10-19
compiler: add support for arc_interrupt calling convention
Alex Rønne Petersen
2025-10-19
cbe: fix MIPS register names in inline assembly
Bingwu Zhang
2025-10-16
llvm-backend: fix uefi data layout
bnuuydev
2025-10-10
Coff: implement threadlocal variables
Jacob Young
2025-10-07
llvm.Builder: allow `Metadata` to reference metadata strings
Jacob Young
2025-10-03
Support generating import libraries from mingw .def files without LLVM
Ryan Liptak
2025-10-03
x86_64: fix bool vector init register clobber
Jacob Young
2025-10-02
Coff: delete
Jacob Young
2025-10-02
Coff2: create a new linker from scratch
Jacob Young
2025-10-02
x86_64: fix windows calling convention abi
Jacob Young
2025-09-27
x86_64: fix `@mulAdd` miscomp
Jacob Young
2025-09-27
x86_64: fix `~`/`!` miscomps
Jacob Young
2025-09-27
x86_64: fix `@floatFromInt` miscomps
Jacob Young
2025-09-27
x86_64: fix unencodable `rem` lowerings
mlugg
2025-09-27
x86_64: fix miscompilation of `mul` on vectors of large ints
mlugg
2025-09-27
x86_64: generate better constant memcpy code
mlugg
2025-09-26
compiler: move self-hosted backends from src/arch to src/codegen
Alex Rønne Petersen
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-09-21
aarch64/zonCast: don't return a pointer to a stack element
Frank Denis
2025-09-20
aarch64: fix behavior failures
Jacob Young
2025-09-20
aarch64: implement `ptr_slice_*_ptr`
Jacob Young
2025-09-20
llvm backend: remove canElideLoad mechanism
Andrew Kelley
2025-09-16
llvm: fix tagged union payload size in debug info
mlugg
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
Revert "llvm: workaround crashes in llvm loop optimizations"
Alex Rønne Petersen
2025-08-30
llvm: switch to native f16 IR type for all hexagon targets
Alex Rønne Petersen
2025-08-30
llvm: remove f16 special case for soft float aarch64
Alex Rønne Petersen
2025-08-30
llvm: switch to native f128 IR type for nvptx
Alex Rønne Petersen
2025-08-30
llvm: switch to native f16 IR type for s390x
Alex Rønne Petersen
2025-08-30
llvm: update data layout strings for LLVM 21
Alex Rønne Petersen
2025-08-30
std.Target: add managarm OS tag
Alex Rønne Petersen
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-29
LLVM backend:fix align 1 sret parameter load returned
Andrew Kelley
2025-08-26
std.Target: add vita os
Maciej 'vesim' Kuliński
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-22
feat(std.Target): add 3ds os
GasInfinity
2025-08-18
spirv: do not decorate nav alignment
Ali Cheraghi
2025-08-15
aarch64: more assembler instructions
Jacob Young
2025-08-13
Merge pull request #24816 from mlugg/small-fixes
Matthew Lugg
2025-08-13
Merge pull request #24674 from Justus2308/undef-shift-bitwise
Matthew Lugg
2025-08-13
llvm: unions which are equivalent to enums are not by-ref
mlugg
2025-08-13
llvm: support small error limits
mlugg
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
[next]