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
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-18
spirv: do not decorate nav alignment
Ali Cheraghi
2025-08-12
Sema: replace all remaining aggregate interns related to `@typeInfo`
Justus Klausecker
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
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: refactor
Ali Cheraghi
2025-07-14
spirv: snake-case the spec
Ali Cheraghi
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
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
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-05-21
spirv: error when execution mode is set more than once
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-03-19
spirv: Assemble OpTypeRuntimeArray.
dan
2025-03-18
spirv: require int8/int16 capabilities
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
spirv: lower more types in assembler
Ali Cheraghi
2025-03-17
target: split `addresses` and `physical_storage_buffer` features
Ali Cheraghi
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-24
spirv: get rid of function_types cache
Robin Voetter
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-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-11-08
spirv: assembler hacky constant placeholders
Robin Voetter
2024-11-08
spirv: track global OpVariables properly in assembler
Robin Voetter
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-06-16
spirv: add support for workItemId, workGroupId, workGroupSize
Robin Voetter
2024-06-10
spirv: new vectorization helper
Robin Voetter
2024-04-06
spirv: yeet cache
Robin Voetter
2024-04-06
spirv: remove cache usage from assembler
Robin Voetter
2024-04-06
spirv: remove cache usage for types
Robin Voetter
2024-04-06
spirv: remove cache usage for constants
Robin Voetter
2024-04-06
spirv: id range helper
Robin Voetter
2024-04-06
spirv: implement `@mulWithOverflow`
Ali Chraghi
2024-04-06
spirv: OpExtInstImport in assembler
Ali Chraghi
2024-04-06
spirv: implement `@divFloor`, `@floor` and `@mod`
Ali Chraghi
2024-03-18
spirv: make generic globals invocation-local
Robin Voetter
2024-03-18
spirv: add zig-specific ext inst
Robin Voetter
[next]