aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/spirv.zig
AgeCommit message (Expand)Author
2023-05-11spirv: lower store_safe, trunc and trapAli Chraghi
2023-05-11spirv: make decl deps a hash map instead of an arraylistRobin Voetter
2023-05-11spirv: lower wrap_optionalRobin Voetter
2023-05-11spirv: lower air optional_payloadRobin Voetter
2023-05-11spirv: lower air is_null, is_non_nullRobin Voetter
2023-05-11spirv: fix invalid code generated by br-with-valueRobin Voetter
2023-05-11spirv: lower air wrap_errunion_errRobin Voetter
2023-05-11spirv: lower air unwrap_error_union_errRobin Voetter
2023-05-11spirv: lower air tryRobin Voetter
2023-05-11spirv: fix OpFunctionCall parameters interleaving with instsRobin Voetter
2023-04-20Begin integrating new liveness analysis into remaining backendsmlugg
2023-04-09spirv: Do not generate the Alignment attribute on pointers for nowRobin Voetter
2023-04-09spirv: allow global, constant address spacesRobin Voetter
2023-04-09spirv: export functions with .Kernel callconv as entry pointRobin 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: implement error set and error unionsRobin Voetter
2023-04-09spirv: improve linking globalsRobin Voetter
2023-04-09spirv: overhaul constant loweringRobin Voetter
2023-04-09spirv: union types/constantsRobin Voetter
2023-04-09spirv: optional constantsRobin Voetter
2023-04-09spirv: improve genConstant usageRobin Voetter
2023-04-09spirv: slice constantsRobin Voetter
2023-04-09spirv: string literalsRobin Voetter
2023-04-09spirv: optional typesRobin Voetter
2023-04-09spirv: generic global pointersRobin Voetter
2023-04-09spirv: initial decl_ref pointer generationRobin Voetter
2023-04-09spirv: generate code directly in updateFunc/updateDeclRobin Voetter
2023-04-09spirv: start lowering non-function declsRobin Voetter
2023-04-09spirv: convert bools on load/storeRobin Voetter
2023-04-09spirv: make locals generic pointersRobin 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: left shiftRobin Voetter
2023-04-09spirv: struct field ptr index, ptr elem ptrRobin Voetter
2023-04-09spirv: div, rem, intcast, some strange integer maskingRobin Voetter
2023-04-09spirv: (some) array and struct constantsRobin Voetter
2023-04-09spirv: enum values, struct_field_val, ret_ptr, ret_loadRobin Voetter
2023-04-09spirv: add_with_overflowRobin Voetter
2023-04-09spirv: slice operationsRobin Voetter
2023-04-09spirv: add liveness checksRobin Voetter
2023-04-09spirv: slice typesRobin Voetter
2023-04-09spirv: array, structs, bitcast, callRobin Voetter
2023-04-09spirv: improve storage efficiency for integer and float typesRobin Voetter
2023-04-09spirv: enum typeRobin Voetter
2023-04-09spirv: allow more calling conventionsRobin Voetter