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
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-06-01
cbe: legalize safety instructions in non-zig1 builds
Jacob Young
2025-06-01
Legalize: replace `safety_checked_instructions`
mlugg
2025-05-31
cbe: implement `stdbool.h` reserved identifiers
Jacob Young
2025-05-31
Sema: remove `all_vector_instructions` logic
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-21
spirv: error when execution mode is set more than once
Ali Cheraghi
2025-05-21
spirv: recognize builtin extern vars
Ali Cheraghi
2025-05-21
spirv: super basic composite int support
Ali Cheraghi
2025-05-21
spirv: write error value in an storage buffer
Ali Cheraghi
2025-05-21
spirv: unroll all vector operations
Ali Cheraghi
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-04-28
spirv: allow `offset_and_cast` for vectors when possible
Ali Cheraghi
2025-04-26
compiler: add @memmove builtin
dweiller
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
Sema: error on illegal code when targeting spirv
Ali Cheraghi
2025-03-17
spirv: don't hardcode test error type alignment
Ali Cheraghi
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-18
spirv: extend supported `c` constraint values
Ali Cheraghi
2025-02-18
spirv: ziggify and remove unknown spirv features
Ali Cheraghi
2025-02-18
spirv: respect cpu features
Ali Cheraghi
2025-02-18
spirv: cache more types & merge constructX functions
Ali Cheraghi
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-11-09
spirv: dont emit forward pointer for annotation instructions
Robin Voetter
2024-11-08
spirv: emit ArrayStride for many-item pointers
Robin Voetter
2024-11-08
spirv: make all vulkan structs Block for now
Robin Voetter
2024-11-08
add storage_buffer address space
Robin Voetter
2024-11-08
spirv: assembler hacky constant placeholders
Robin Voetter
2024-11-08
spirv: make default generic address space for vulkan Function
Robin Voetter
2024-11-08
spirv: track global OpVariables properly in assembler
Robin Voetter
2024-11-08
spirv: properly resolve type inputs in assembly
Robin Voetter
2024-11-01
Merge pull request #21861 from alichraghi/master
Robin Voetter
2024-11-01
spirv: decorate arrays stride
Ali Cheraghi
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-27
spirv: generate test entry points for vulkan
Robin Voetter
2024-10-27
spirv: use PhysicalStorageBuffer64 for global pointers under vk
Robin Voetter
2024-10-27
spirv: fix up calling conventions for vulkan
Robin Voetter
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-13
spirv: don't generate OpUnreachable after noreturn call
Robin Voetter
2024-10-13
spirv: implement repeat and dbg_arg_inline
Robin Voetter
2024-10-13
spirv: don't try to lower types which have no runtime bits
Robin Voetter
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
[next]