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
2023-09-23
spirv: also add Float64 by default
Robin Voetter
2023-09-23
spirv: assign type names to (error) unions
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-11
InternPool: avoid as many slices pointing to `string_bytes` as possible
Jacob Young
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
Module: rename functions to make ownership checks explicit
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
stage2: move function types to InternPool
Andrew Kelley
2023-04-09
spirv: emit nonsemantic info with zig errors
Robin Voetter
2023-04-09
spirv: export functions with .Kernel callconv as entry point
Robin Voetter
2023-04-09
spirv: improve linking globals
Robin Voetter
2023-04-09
spirv: generate code directly in updateFunc/updateDecl
Robin Voetter
2023-04-09
spirv: some fixes and improvements
Robin Voetter
2023-04-09
spirv: array, structs, bitcast, call
Robin Voetter
2023-04-09
spirv: add Addresses capability for opencl
Robin Voetter
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-01
link: make SpirV atoms fully owned by the linker
Jakub Konka
2022-12-30
fix generic function arg debug info referencing wrong parameter
Veikka Tuominen
2022-11-23
spirv: assembler
Robin Voetter
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-17
stage2: expose progress bar API to linker backends
Andrew Kelley
2022-02-16
link: avoid double close on openPath error
Andrew Kelley
2022-01-28
spirv: new module
Robin Voetter
2022-01-28
spirv: keep track of air & liveness so that it can be used in flush()
Robin Voetter
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-07-20
stage2: update LLVM backend to new AIR memory layout
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-20
stage2: first pass over Module.zig for AIR memory layout
Andrew Kelley
2021-06-21
cleanups related to unused params
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-10
zig fmt
Andrew Kelley
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-22
SPIR-V: Make functions which always return a null result return void instead
Robin Voetter
2021-05-22
SPIR-V: Generate locals at the start of a function
Robin Voetter
2021-05-22
SPIR-V: Debug line info/source info
Robin Voetter
2021-05-22
SPIR-V: DeclGen constructor/destructor
Robin Voetter
2021-05-22
SPIR-V: branching
Robin Voetter
2021-05-22
SPIR-V: Split out genCmp from genBinOp
Robin Voetter
2021-05-22
SPIR-V: ResultId and Word aliases to improve code clarity
Robin Voetter
2021-05-22
SPIR-V: Put types in SPIRVModule, some general restructuring
Robin Voetter
2021-05-17
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-16
SPIR-V: Some instructions + constant generation setup
Robin Voetter
2021-05-16
SPIR-V: Function parameter generation
Robin Voetter
2021-05-16
SPIR-V: Restructure codegen a bit
Robin Voetter
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
SPIR-V: Begin generating types
Robin Voetter
[next]