aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/spirv/Section.zig
AgeCommit message (Collapse)Author
2022-07-04stage2: disable unit tests when building with stage1Andrew Kelley
They trip LLVM assertions and spirv is not needed to bootstrap. Not important for these tests to pass with stage1.
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-01-28spirv: spir-v dedicated type systemRobin Voetter
2022-01-28spirv: new moduleRobin Voetter
This introduces a dedicated struct that handles module-wide information.
2022-01-28spirv: model spir-v section as separate typeRobin Voetter
The idea is that this type gains the relevant low-level instruction emitting functions, and that higher-level checks and deduplications are performed somewhere else.