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-11-01
cbe: fix more MIPS register names in inline assembly
Bingwu Zhang
2025-10-30
Merge pull request #25558 from jacobly0/elfv2-load-obj
Jacob Young
2025-10-30
aarch64: fix macho external references
Jacob Young
2025-10-30
aarch64: implement optional comparisons
Jacob Young
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
x86_64: add `lret` encoding
Jacob Young
2025-10-29
x86_64: continue hacking around unimplemented linker logic
Jacob Young
2025-10-29
x86_64: fix encoding for out with an immediate port
Jacob Young
2025-10-29
Elf2: start implementing dynamic linking
Jacob Young
2025-10-29
Elf2: load relocations from input objects
Jacob Young
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
2025-10-29
wasm linking: handle unreachable call_indirect
Andrew Kelley
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-28
spirv: fix airWorkGroupSize to use workgroup_size builtin
Cooksey99
2025-10-28
Merge pull request #25691 from GasInfinity-Forks/x86_16-gcc
Alex Rønne Petersen
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-27
feat: init x86_16 arch via CBE
GasInfinity
2025-10-25
llvm: remove some workarounds in loadTruncate()
Alex Rønne Petersen
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
[next]