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.zig
Age
Commit message (
Expand
)
Author
2025-09-08
fix linker code writing undefined memory to the output file
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-09
spirv: remove prune_unused ISel
Ali Cheraghi
2025-08-04
spirv: define and use extended instruction set opcodes
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-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
spirv: make the backend compile again
mlugg
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
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-03-02
link: fixed bugs uncovered by changing the cache mode
Jacob Young
2025-02-18
spirv: ziggify and remove unknown spirv features
Ali Cheraghi
2025-02-18
spirv: respect cpu features
Ali Cheraghi
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2024-11-09
spirv: enable variable pointers for now
Robin Voetter
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
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 try to lower types which have no runtime bits
Robin Voetter
2024-10-08
link.Elf: avoid converting rpath data in flush()
Andrew Kelley
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-12
all: Handle spirv in addition to spirv(32,64) where applicable.
Alex Rønne Petersen
2024-08-12
std.Target: Rename glsl450 Arch tag to opengl.
Alex Rønne Petersen
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-10
InternPool: make `global_error_set` thread-safe
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
Zcu: rework exports
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-09
spirv: fix error code encoding
Robin Voetter
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-04-10
Uri: propagate per-component encoding
Jacob Young
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-04-06
spirv: add link progression
Robin Voetter
2024-03-30
spirv: deduplicate prototype
Robin Voetter
2024-03-26
Zcu.Decl: remove `ty` field
mlugg
2024-03-18
spirv: unused instruction pruning linker pass
Robin Voetter
2024-03-18
spirv: make generic globals invocation-local
Robin Voetter
2024-03-17
Revert "spirv: merge `construct(Struct/Vector/Array)` into `constructComposite`"
Robin Voetter
2024-02-15
spirv: use extended instructions whenever possible
Ali Chraghi
[next]