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-03-24
Use `-unknown` when converting WASI/Emscripten target triples into LLVM triples
Carl Åstholm
2025-03-23
Merge pull request #23209 from jacobly0/x86_64-rewrite
Jacob Young
2025-03-23
Lower `@returnAddress` to a constant 0 in Emscripten release builds
Carl Åstholm
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-03-21
big.int: fix yet another truncate bug
Jacob Young
2025-03-19
spirv: Assemble OpTypeRuntimeArray.
dan
2025-03-19
compiler: Support more GCC code models and fix the mapping to LLVM code models.
Alex Rønne Petersen
2025-03-18
spirv: require int8/int16 capabilities
Ali Cheraghi
2025-03-18
spirv: aligned load for physical storage variables
Ali Cheraghi
2025-03-18
spirv: packed struct init + field val access
Ali Cheraghi
2025-03-17
spirv/target: arbitrary_precision_integers feature support
Ali Cheraghi
2025-03-17
spirv: lower more types in assembler
Ali Cheraghi
2025-03-17
target: split `addresses` and `physical_storage_buffer` features
Ali Cheraghi
2025-03-17
Sema: error on illegal code when targeting spirv
Ali Cheraghi
2025-03-17
spirv: don't hardcode test error type alignment
Ali Cheraghi
2025-03-08
Merge pull request #22998 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-03-08
llvm: Replace DataLayoutBuilder with a simple target -> string switch.
Alex Rønne Petersen
2025-03-07
x86_64: implement write register splitting
Jacob Young
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-27
Move the compiler's LLVM bitcode builder to std.zig.llvm.
Alex Rønne Petersen
2025-02-24
spirv: get rid of function_types cache
Robin Voetter
2025-02-24
spirv: do not generate unnecessary forward pointer
Ali Cheraghi
2025-02-24
spirv: replace some unreachables with compile errors
Ali Cheraghi
2025-02-24
Merge pull request #22154 from alexrp/disable-intrinsics
Alex Rønne Petersen
2025-02-24
llvm: Fix C ABI integer promotion for loongarch64.
Alex Rønne Petersen
2025-02-23
cbe: Implement support for -fno-builtin and @disableIntrinsics().
Alex Rønne Petersen
2025-02-23
compiler: Implement @disableIntrinsics() builtin function.
Alex Rønne Petersen
2025-02-22
zig build fmt
Andrew Kelley
2025-02-23
Merge pull request #22903 from alexrp/llvm-nobuiltin-memcpy-inline
Alex Rønne Petersen
2025-02-22
llvm: Use inline variants of memcpy/memset intrinsics when using -fno-builtin.
Alex Rønne Petersen
2025-02-22
llvm.Builder: Update some intrinsic definitions for LLVM 19.
Alex Rønne Petersen
2025-02-21
fix `-fsanitize-coverage-trace-pc-guard` and fuzzer support for C compile units
Xavier Bouchoux
2025-02-18
spirv: extend supported `c` constraint values
Ali Cheraghi
2025-02-18
spirv: ziggify and remove unknown spirv features
Ali Cheraghi
2025-02-18
spirv: respect cpu features
Ali Cheraghi
2025-02-18
spirv: cache more types & merge constructX functions
Ali Cheraghi
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
std.builtin: Rename CallingConvention.propeller1_sysv to propeller_sysv.
Alex Rønne Petersen
2025-02-17
std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.
Alex Rønne Petersen
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.spu_2.
Alex Rønne Petersen
2025-02-10
cbe: fix incomplete array element types
Jacob Young
2025-02-10
cbe: fix crash rendering argument names in lazy functions
Jacob Young
2025-02-10
cbe: emit linksection for `@export`
Jacob Young
2025-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-30
compiler: add `intcast_safe` AIR instruction
mlugg
[next]