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
/
link
/
SpirV
Age
Commit message (
Expand
)
Author
2025-11-04
Fixing SPIR-V header generator magic + Adding Zig compiler version to SPIR-V ...
kbz_8
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-09
spirv: remove prune_unused ISel
Ali Cheraghi
2025-08-03
Watch: do not fail when file is removed
Ali Cheraghi
2025-08-02
spirv: remove deduplication ISel
Ali Cheraghi
2025-08-02
spirv: refactor
Ali Cheraghi
2025-07-14
spirv: snake-case the spec
Ali Cheraghi
2025-07-07
update compiler source to new APIs
Andrew Kelley
2025-02-24
spirv: do not generate unnecessary forward pointer
Ali Cheraghi
2025-02-18
spirv: cache more types & merge constructX functions
Ali Cheraghi
2024-11-09
spirv: dont emit forward pointer for annotation instructions
Robin Voetter
2024-10-27
spirv: generate test entry points for vulkan
Robin Voetter
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-07-20
Fix typos in code comments in `src/`
sobolevn
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-04-06
spirv: fix some recursive pointers edge cases in dedup pass
Robin Voetter
2024-04-06
spirv: add link progression
Robin Voetter
2024-04-06
spirv: remove cache usage for types
Robin Voetter
2024-03-30
spirv: handle annotations in deduplication pass
Robin Voetter
2024-03-30
spirv: avoid copying operands in dedup pass
Robin Voetter
2024-03-30
spirv: deduplicate prototype
Robin Voetter
2024-03-18
spirv: unused instruction pruning linker pass
Robin Voetter
2024-03-18
spirv: make generic globals invocation-local
Robin Voetter
2024-03-18
spirv: make IdResult an enum
Robin Voetter