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-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
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
[next]