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
/
test
/
behavior
/
x86_64
Age
Commit message (
Expand
)
Author
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 `~`/`!` miscomps
Jacob Young
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-08-11
cbe: emit `nonstring` attribute
Jacob Young
2025-07-30
Sema: remove incorrect safety check for saturating left shift
Justus Klausecker
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
Build: change how the target is printed in step names
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-02
x86_64: implement integer `@divFloor` and `@mod`
Jacob Young
2025-06-01
Legalize: implement scalarization of overflow intrinsics
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-31
Legalize: implement scalarization of unary operations
Jacob Young
2025-05-28
x86_64: implement strict float `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement strict float `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement strict float `@reduce(.Mul)`
Jacob Young
2025-05-28
x86_64: implement strict float `@reduce(.Add)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Mul)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Add)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Mul)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-05-17
x86_64: implement `vector_store_elem`
Jacob Young
2025-05-17
x86_64: rewrite `@splat`
Jacob Young
2025-05-17
x86_64: rewrite scalar `<<|`
Jacob Young
2025-05-17
x86_64: rewrite scalar `*|`
Jacob Young
2025-05-17
x86_64: rewrite vector `-|`
Jacob Young
2025-05-17
x86_64: rewrite scalar `-|`
Jacob Young
2025-05-17
x86_64: rewrite vector `+|`
Jacob Young
2025-05-17
x86_64: rewrite scalar `+|`
Jacob Young
2025-05-17
x86_64: rewrite scalar `@shlWithOverflow`
Jacob Young
2025-04-09
x86_64: rewrite scalar `@mulWithOverflow`
Jacob Young
2025-04-09
x86_64: rewrite scalar `@subWithOverflow`
Jacob Young
2025-04-09
x86_64: rewrite scalar `@addWithOverflow`
Jacob Young
2025-04-09
behavior: fix issues with x86_64 backend tests
Jacob Young
2025-03-21
x86_64: rewrite scalar shifts
Jacob Young
2025-03-21
behavior: split up x86_64 math tests
Jacob Young
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-03-16
Sema: rewrite comptime arithmetic
mlugg
2025-03-01
x86_64: rewrite wrapping add/sub
Jacob Young
2025-02-22
x86_64: rewrite scalar `@bitReverse`
Jacob Young
2025-02-18
x86_64: rewrite scalar `@popCount`
Jacob Young
2025-02-18
x86_64: rewrite scalar `@ctz`
Jacob Young
2025-02-17
x86_64: rewrite scalar `@byteSwap`
Jacob Young
2025-02-17
x86_64: rewrite unsafe int vector multiplication
Jacob Young
2025-02-15
x86_64: rewrite unsafe scalar int multiplication
Jacob Young
[next]