| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-04 | stage2: disable unit tests when building with stage1 | Andrew Kelley | |
| They trip LLVM assertions and spirv is not needed to bootstrap. Not important for these tests to pass with stage1. | |||
| 2022-04-27 | std: replace usage of std.meta.bitCount() with @bitSizeOf() | Isaac Freund | |
| 2022-01-28 | spirv: spir-v dedicated type system | Robin Voetter | |
| 2022-01-28 | spirv: new module | Robin Voetter | |
| This introduces a dedicated struct that handles module-wide information. | |||
| 2022-01-28 | spirv: model spir-v section as separate type | Robin 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. | |||
