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.zig
Age
Commit message (
Expand
)
Author
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-02
Delete Module.Scope, move Block into Sema
Martin Wickham
2021-10-02
Remove my dumb "namespace decl" hack
Martin Wickham
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
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-07-20
stage2: update Liveness, SPIR-V for new AIR memory layout
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-12
C backend: TypedefMap is now ArrayHashMap
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
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
Merge pull request #8852 from Snektron/spirv
Andrew Kelley
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
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: Pass source location to genType and genConstant for better error repo...
Robin Voetter
2021-05-22
SPIR-V: Preliminary alloc/store/load generation
Robin Voetter
2021-05-22
SPIR-V: Split out genCmp from genBinOp
Robin Voetter
2021-05-22
SPIR-V: Preliminary integer constant encoding
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-22
SPIR-V: Use Value.toFloat instead of switching on value tag when generating f...
Robin Voetter
2021-05-17
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-16
SPIR-V: Unary not operation
Robin Voetter
2021-05-16
SPIR-V: bool binary operations
Robin Voetter
2021-05-16
SPIR-V: comparison and equality operations
Robin Voetter
2021-05-16
SPIR-V: More bitwise binary operations
Robin Voetter
2021-05-16
SPIR-V: More binary operations
Robin Voetter
2021-05-16
SPIR-V: genBinOp setup
Robin Voetter
2021-05-16
SPIR-V: Some initial floating point constant generation
Robin Voetter
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: OpFunction/OpFunctionEnd generation
Robin Voetter
2021-05-16
SPIR-V: Proper floating point type generation
Robin Voetter
2021-05-16
SPIR-V: Function prototype generation
Robin Voetter
2021-05-16
SPIR-V: Compute backing integer bits
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
2021-02-24
zig fmt src/
Andrew Kelley
2021-01-19
SPIR-V: Use free list for result id generation
Robin Voetter
2021-01-19
SPIR-V: OpMemoryModel and basic capability generation
Robin Voetter
2021-01-19
SPIR-V: Make emitting binary more efficient
Robin Voetter
2021-01-19
SPIR-V: Linking and codegen setup
Robin Voetter