aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/spirv
AgeCommit message (Expand)Author
2023-04-09spirv: Do not generate the Alignment attribute on pointers for nowRobin Voetter
2023-04-09spirv: deny global OpVariable in inline asmRobin Voetter
2023-04-09spirv: deny OpEntryPoint in asmRobin Voetter
2023-04-09spirv: emit interface variables for entry pointsRobin Voetter
2023-04-09spirv: add decl dependencies for functions alsoRobin Voetter
2023-04-09spirv: temporarily emit test kernelsRobin Voetter
2023-04-09spirv: improve linking globalsRobin Voetter
2023-04-09spirv: overhaul constant loweringRobin Voetter
2023-04-09spirv: generic global pointersRobin Voetter
2023-04-09spirv: start lowering non-function declsRobin Voetter
2023-04-09spirv: introduce type/value representationsRobin Voetter
2023-04-09spirv: more fixes and improvementsRobin Voetter
2023-04-09spirv: make IdResultType and IdRef weak aliases of IdResultRobin Voetter
2023-04-09spirv: some fixes and improvementsRobin Voetter
2023-04-09spirv: switch_br loweringRobin Voetter
2023-04-09spirv: add_with_overflowRobin Voetter
2023-04-09spirv: array, structs, bitcast, callRobin Voetter
2023-04-09spirv: emit OpName for some primitive typesRobin Voetter
2023-04-09spirv: improve storage efficiency for integer and float typesRobin Voetter
2023-04-09spirv: make Type.Ref strongerRobin Voetter
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-23spirv: assemblerRobin Voetter
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-07-04stage2: disable unit tests when building with stage1Andrew Kelley
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-02-24spirv spec: do not align packed struct fieldsVeikka Tuominen
2022-01-31stage2: update to new ArrayHashMap APIAndrew Kelley
2022-01-28spirv: spir-v dedicated type systemRobin Voetter
2022-01-28spirv: new moduleRobin Voetter
2022-01-28spirv: model spir-v section as separate typeRobin Voetter
2022-01-28spirv: regenerate specRobin Voetter
2021-09-01stage2: update for new usingnamespace semanticsAndrew Kelley
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-14SPIR-V: Re-generate spec.zigRobin Voetter
2021-04-15stage2: improvements aimed at std lib integrationAndrew Kelley
2021-01-19SPIR-V: Add generated specificationRobin Voetter