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
/
vector.zig
Age
Commit message (
Expand
)
Author
2023-05-18
codegen: emit global vector padding
Jacob Young
2023-05-15
x86_64: implement integer vector bitwise operations
Jacob Young
2023-05-15
x86_64: implement integer vector mul
Jacob Young
2023-05-15
x86_64: implement integer vector movement
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-08
x86_64: implement f16 conversions when supported
Jacob Young
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-05-03
x86_64: implement movement of more types
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-04-28
stage2: sparc64: Skip unimplemented tests
Koakuma
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-21
behavior: enable a bunch of disabled tests
Jacob Young
2023-04-15
disable more failing C backend tests
Andrew Kelley
2023-04-15
disable not-yet-passing C backend tests
Andrew Kelley
2023-04-10
Merge pull request #14853 from schmee/vector-peer-type-resolution
Andrew Kelley
2023-04-07
Enable new tests
Auguste Rame
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-03-09
sema: fix result ptr coercion array -> vector
John Schmidt
2023-03-09
sema: add peer type resolution for vectors
John Schmidt
2023-03-05
behavior: fix comptime issue and disable failing test
Jacob Young
2023-03-05
CBE: ensure uniqueness of more internal identifiers
Jacob Young
2023-03-05
CBE: implement select and shuffle
Jacob Young
2023-03-05
CBE: implement splat
Jacob Young
2023-03-05
CBE: implement vector element pointers
Jacob Young
2023-03-05
CBE: implement vector operations
Jacob Young
2023-03-05
CBE: implement big integer and vector comparisons
Jacob Young
2023-02-24
CBE: reuse locals with the same `CType` instead of `Type`
Jacob Young
2023-02-21
behavior: enable passing CBE tests
Jacob Young
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2023-01-22
Value: implement `compareAllWithZero` for `bytes` and `str_lit`
Veikka Tuominen
2022-12-27
Revert "aarch64: reenable tests that are no longer regressed"
Andrew Kelley
2022-12-27
enable test on more targets
Veikka Tuominen
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-26
Sema: add error for recursive inline call
Veikka Tuominen
2022-12-26
Sema: fix elem ptr type of vector in slice
Veikka Tuominen
2022-12-15
port packed vector elem ptr logic from stage1
Veikka Tuominen
2022-12-12
wasm: enable passing vector tests
Luuk de Gram
2022-12-10
Merge pull request #13872 from koachan/sparc64-codegen
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-10
aarch64: reenable tests that are no longer regressed
r00ster91
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-04
disable CBE behavior tests that are not passing in release modes
Andrew Kelley
2022-12-02
cbe: use memcpy for underaligned loads and stores
Jacob Young
2022-11-26
Sema: fix overflow arithmetic with runtime vectors
Veikka Tuominen
2022-11-22
C backend: implement vector reduce and overflow intrinsics
Andrew Kelley
2022-11-11
Sema: coerce array operands to shuffle
Veikka Tuominen
2022-11-10
stage2 sema: Make vector constants when operating on vectors
Cody Tapscott
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-29
cbe: implement optional slice representation change
Jacob Young
[next]