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-05-03
Merge pull request #23263 from mlugg/comptime-field-ptr
Matthew Lugg
2025-05-03
std.Target: Add Cpu.Arch.or1k and basic target info.
Alex Rønne Petersen
2025-05-02
inline assembly: implement gcc's "%=" syntax
samy007
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2025-04-30
Merge pull request #23654 from alichraghi/continue
Robin Voetter
2025-04-28
spirv: allow `offset_and_cast` for vectors when possible
Ali Cheraghi
2025-04-27
C backend: less branching
Andrew Kelley
2025-04-28
Merge pull request #23698 from alexrp/goff-xcoff-stubs
Alex Rønne Petersen
2025-04-28
cbe: aggregate assignment does not need a second cast
mlugg
2025-04-28
cbe: assignment is not initialization
Jacob Young
2025-04-28
std.Target: Remove Os.Tag.elfiamcu.
Alex Rønne Petersen
2025-04-27
Merge pull request #22605 from dweiller/memmove
Andrew Kelley
2025-04-27
llvm: Fix data layout string for s390x-zos.
Alex Rønne Petersen
2025-04-26
std.Target: Remove Abi.gnuilp32.
Alex Rønne Petersen
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-11
compiler: Move int size/alignment functions to std.Target and std.zig.target.
Alex Rønne Petersen
2025-04-11
std.Target: Rename charSignedness() to cCharSignedness().
Alex Rønne Petersen
2025-04-09
compiler: Allow using LLVM's SPIR-V backend.
Alex Rønne Petersen
2025-04-09
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️
2025-04-09
Fix mach-o naming for sancov sections
SuperAuguste
2025-04-07
Remove overzealous LLVM anti-instrumentation attributes
SuperAuguste
2025-04-04
llvm: Remove workaround for zero-length memset/memcpy on wasm.
Alex Rønne Petersen
2025-04-04
llvm: Use muslabin32/muslabi64 environments in the target triple.
Alex Rønne Petersen
2025-04-04
llvm: Allow FastISel on mips again.
Alex Rønne Petersen
2025-04-04
llvm: never_tail implies never_inline, so set noinline in this case too.
Alex Rønne Petersen
2025-04-04
llvm: Update the list of targets that use native f16/f128.
Alex Rønne Petersen
2025-04-04
llvm: Fix i128 alignment for various targets.
Alex Rønne Petersen
2025-04-04
llvm: Set target-abi module flag.
Alex Rønne Petersen
2025-04-04
std.Target: Add Abi.muslf32 and Abi.muslsf.
Alex Rønne Petersen
2025-04-04
std.Target: Update CPU models/features for LLVM 20.
Alex Rønne Petersen
2025-04-04
compiler: Updates for LLVM/Clang 20 API changes.
Alex Rønne Petersen
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
[next]