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
/
spirv.zig
Age
Commit message (
Expand
)
Author
2024-02-15
spirv: use extended instructions whenever possible
Ali Chraghi
2024-02-10
spirv: remove now-redundant isUnused calls from AIR handler functions
Ali Chraghi
2024-02-09
spirv: emit vectorized operations
Ali Chraghi
2024-02-09
spirv: merge `construct(Struct/Vector/Array)` into `constructComposite`
Ali Chraghi
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-05
spirv: emit vectors whenever we can
Ali Chraghi
2024-02-05
spirv: basic shader support
Ali Chraghi
2024-02-04
spirv: air vector_store_element
Robin Voetter
2024-02-04
spirv: air splat
Robin Voetter
2024-02-04
spirv: air abs
Robin Voetter
2024-02-04
spirv: fix shuffle properly
Robin Voetter
2024-02-04
spirv: vectorize max, min
Robin Voetter
2024-02-04
spirv: vectorize int_cast, trunc
Robin Voetter
2024-02-04
spirv: air is_(non_)null_ptr, optional_payload_ptr
Robin Voetter
2024-02-04
spirv: air mul_add
Robin Voetter
2024-02-04
spirv: air int_from_bool
Robin Voetter
2024-02-04
spirv: clean up arithmeticTypeInfo a bit
Robin Voetter
2024-02-04
spirv: wrap strange its before instead of after operation
Robin Voetter
2024-02-04
spirv: vectorize add/sub overflow
Robin Voetter
2024-02-04
spirv: reduce, reduce_optimized
Robin Voetter
2024-02-04
spirv: shlWithOverflow
Robin Voetter
2024-02-04
spirv: vectors for air not
Robin Voetter
2024-02-04
spirv: use new vector stuff for arithOp and shift
Robin Voetter
2024-02-04
spirv: element-wise operation helper
Robin Voetter
2024-02-04
spirv: sh[rl](_exact)?
Robin Voetter
2024-02-02
InternPool: use separate key for slices
mlugg
2024-01-29
llvm: ensure returned undef is 0xaa bytes when runtime safety is enabled
Veikka Tuominen
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2023-12-03
Air: use typesafe `Air.Inst.Index`
Jacob Young
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-24
spirv: structured control flow
Robin Voetter
2023-11-24
spirv: add -fstructured-cfg option
Robin Voetter
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-10-24
InternPool: remove runtime_value representation
mlugg
2023-10-23
Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""
Robin Voetter
2023-10-23
Merge pull request #17651 from Vexu/error-limit
Andrew Kelley
2023-10-22
Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"
Andrew Kelley
2023-10-22
Merge pull request #17657 from Snektron/spirv-recursive-ptrs
Robin Voetter
2023-10-22
remove uses of non-configurable `err_int`
Veikka Tuominen
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-21
spirv: self-referential pointers via new fwd_ptr_type
Robin Voetter
2023-10-21
spirv: make constructStruct also use self.ptrType
Robin Voetter
2023-10-21
spirv: improve union operations
Robin Voetter
2023-10-21
spirv: make load() and store() accept MemoryOptions
Robin Voetter
2023-10-21
spirv: replace most use of spv.ptrType with self.ptrType
Robin Voetter
2023-10-18
Merge pull request #17577 from alichraghi/spirv-1
Robin Voetter
2023-10-18
Merge pull request #17561 from alichraghi/spirv-0
Robin Voetter
2023-10-18
spirv: switch on bool
Ali Chraghi
2023-10-17
spirv: memcpy
Ali Chraghi
[next]