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.zig
Age
Commit message (
Expand
)
Author
2025-08-28
more updates to not use GenericWriter
Andrew Kelley
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-08-03
Watch: do not fail when file is removed
Ali Cheraghi
2025-08-02
spirv: refactor
Ali Cheraghi
2025-07-22
codegen: prevent AnyMir from bloating zig1.wasm
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-02
compiler: delete arm backend
Andrew Kelley
2025-07-02
compiler: delete aarch64 backend
Andrew Kelley
2025-07-02
compiler: delete powerpc backend stub
Andrew Kelley
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-12
x86_64: implement coff relocations
Jacob Young
2025-06-12
codegen: make threadlocal logic consistent
Jacob Young
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
mlugg
2025-06-12
compiler: get most backends compiling again
mlugg
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-05-31
cbe: implement `stdbool.h` reserved identifiers
Jacob Young
2025-05-31
Sema: remove `all_vector_instructions` logic
Jacob Young
2025-05-31
codegen: fix accidental stack UAF
mlugg
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-10
std.Target: Remove ObjectFormat.nvptx (and associated linker code).
Alex Rønne Petersen
2025-03-23
codegen: fix packed byte-aligned relocations
Jacob Young
2025-02-22
zig build fmt
Andrew Kelley
2025-02-15
x86_64: implement error set and enum safety
Jacob Young
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
wasm linker: track overaligned uavs
Andrew Kelley
2025-01-15
wasm linker: fix missed addend for uav and nav fixups
Andrew Kelley
2025-01-15
codegen: empty tuple can be stored in a runtime var
Andrew Kelley
2025-01-15
wasm linker: handle function data references properly
Andrew Kelley
2025-01-15
fix merge conflicts with updating line numbers
Andrew Kelley
2025-01-15
wasm linker: chase relocations for references
Andrew Kelley
2025-01-15
wasm linker: avoid recursion in lowerZcuData
Andrew Kelley
2025-01-15
wasm linker: implement data fixups
Andrew Kelley
2025-01-15
wasm linker: implement missing logic
Andrew Kelley
2025-01-15
wasm: fix many compilation errors
Andrew Kelley
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
[next]