AgeAuthorCommit message
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: fixes
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air dbg_var_val and dbg_var_ptr
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: fix blocks that return no value
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: fix source line numbers
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: enable passing tests
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: constant elem ptr
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air slice
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air wrap_errunion_payload
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air unwrap_errunion_payload
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air is_err, is_non_err
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: generate module initializer
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air array_elem_val using hack
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air aggregate_init for array
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air array_to_slice
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air sub_with_overflow
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air union_init
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air set_union_tag + improve load()/store()
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air struct_field_ptr for unions
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: air struct_field_val for unions
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: add names to globals and initializers
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: emit OpLogical(Not)Equal for comparing bools
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: emit OpNot for arithmetic not
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: fix store of undef
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: also add Float64 by default
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: fix type_map use-after-realloc issues
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: make construct(Struct|Array) use the Function storage class
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: always emit unsigned integers
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: fixes
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: remove indirect constant lowering
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: put global var initializers in functions
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: lower union initialization at runtime
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: lower struct aggregate initialization at runtime
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: lower array aggregate at runtime
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: lower opt constants
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: lower ptr constants
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: lower enum_tag constants
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: assign type names to (error) unions
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: construct error union at runtime
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: add type_map to map AIR types to SPIR-V types
2 years agogravatar for robin@voetter.nlRobin Voetterspirv: disable failing tests
2 years agogravatar for squeek502@hotmail.comRyan LiptakFix reportRetryableWin32ResourceError
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: do not emit dbg_var_val and dbg_var_ptr instructions for comptime-only types
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: don't attempt to reinterpret comptime-only types when mutating comptime memory
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: refactor detection of comptime-known consts
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggTypedValue: print undef @ptrFromInt pointers correctly
2 years agogravatar for andrew@ziglang.orgAndrew Kelleybadge-question-markMerge pull request #15490 from kcbanner/skip_oom_steps
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: optimize comptime @memset by setting all elements at once
2 years agogravatar for andrew@ziglang.orgAndrew KelleyRevert "CI: update x86_64 windows tarballs"
2 years agogravatar for kieroda@gmail.comAven BrossAdded basic support for wasm32-emscripten target
2 years agogravatar for r00ster91@proton.meWoosterAstGen: fix @export with undeclared identifier crashing
Loading...