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
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
2024-03-18
spirv: make IdResult an enum
Robin Voetter
2024-03-18
spirv: update assembler with new spec
Robin Voetter
2024-03-18
spirv: update spec to SPIRV-Headers/8b246ff
Robin Voetter
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-02-15
spirv: add capability to compile with x86_64 backend
Ali Chraghi
2024-02-15
spirv: use extended instructions whenever possible
Ali Chraghi
2024-02-09
spirv: make rusticl the primary testing implementation
Ali Chraghi
2024-02-05
spirv: support enum integer values in Assembler
Ali Chraghi
2024-02-05
spirv: emit vectors whenever we can
Ali Chraghi
2024-02-05
spirv: basic shader support
Ali Chraghi
2023-11-24
spirv: structured control flow
Robin Voetter
2023-11-24
spirv: always emit mask constants even if no bits are set
Robin Voetter
2023-11-24
spirv: fix memory leak in SpvModule
Robin Voetter
2023-10-23
Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""
Robin Voetter
2023-10-22
Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"
Andrew Kelley
2023-10-21
spirv: self-referential pointers via new fwd_ptr_type
Robin Voetter
2023-10-15
spirv: work around OpSource parsing issue in llvm-spirv
Robin Voetter
2023-10-15
spirv: air bitcast for non-numeric non-pointer types
Robin Voetter
2023-10-15
spirv: use CacheString for source_file_names instead of []const u8
Robin Voetter
2023-10-15
spirv: get rid of SpvModule arena
Robin Voetter
2023-10-15
spirv: opaque types
Robin Voetter
2023-09-23
spirv: air dbg_var_val and dbg_var_ptr
Robin Voetter
2023-09-23
spirv: generate module initializer
Robin Voetter
2023-09-23
spirv: put global var initializers in functions
Robin Voetter
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-05-30
spirv: eliminate remaining uses of emitConstant
Robin Voetter
2023-05-30
spirv: rename TypeConstantCache -> Cache
Robin Voetter
2023-05-30
spirv: translate remaining types
Robin Voetter
2023-05-30
spirv: translate remaining types
Robin Voetter
2023-05-30
spirv: cache strings for debug names
Robin Voetter
2023-05-30
spirv: translate structs to cache key
Robin Voetter
2023-05-30
spirv: cache pointers
Robin Voetter
2023-05-30
spirv: cache function prototypes
Robin Voetter
2023-05-30
spirv: cache for ints
Robin Voetter
[next]