index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen
/
spirv.zig
Age
Commit message (
Expand
)
Author
2023-10-15
spirv: handle zero-sized arrays
Robin Voetter
2023-10-15
spirv: `fpext` and `fptrunc` instructions
Ali Chraghi
2023-10-15
spirv: override function return type to void if it has no runtime bits
Robin Voetter
2023-10-15
spirv: generate *void as pointer to opaque
Robin Voetter
2023-10-15
spirv: make air is_null not emit OpPtr(Not)Equal
Robin Voetter
2023-10-15
spirv: fix incorrect repr of some optional operations
Robin Voetter
2023-10-15
spirv: make bitcasts between the same spirv type a no-op
Robin Voetter
2023-10-15
spirv: fix float unequality
Robin Voetter
2023-10-15
spirv: properly skip comptime function parameters
Robin Voetter
2023-10-15
spirv: aggregate_init for structs
Robin Voetter
2023-10-15
spirv: put linkery bits in Object
Robin Voetter
2023-10-15
spirv: use CacheString for source_file_names instead of []const u8
Robin Voetter
2023-10-15
spirv: anon decl refs
Robin Voetter
2023-10-15
spirv: cast result of .elem pointers to right type if needed
Robin Voetter
2023-10-15
spirv: constant elem ptr fix
Robin Voetter
2023-10-15
spirv: lower pointers to zero-bit types as undef
Robin Voetter
2023-10-15
spirv: opaque types
Robin Voetter
2023-10-03
compiler: start handling anonymous decls differently
Andrew Kelley
2023-09-23
spirv: fixes
Robin Voetter
2023-09-23
spirv: air dbg_var_val and dbg_var_ptr
Robin Voetter
2023-09-23
spirv: fix blocks that return no value
Robin Voetter
2023-09-23
spirv: fix source line numbers
Robin Voetter
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: constant elem ptr
Robin Voetter
2023-09-23
spirv: air slice
Robin Voetter
2023-09-23
spirv: air wrap_errunion_payload
Robin Voetter
2023-09-23
spirv: air unwrap_errunion_payload
Robin Voetter
2023-09-23
spirv: air is_err, is_non_err
Robin Voetter
2023-09-23
spirv: generate module initializer
Robin Voetter
2023-09-23
spirv: air array_elem_val using hack
Robin Voetter
2023-09-23
spirv: air aggregate_init for array
Robin Voetter
2023-09-23
spirv: air array_to_slice
Robin Voetter
2023-09-23
spirv: air sub_with_overflow
Robin Voetter
2023-09-23
spirv: air union_init
Robin Voetter
2023-09-23
spirv: air set_union_tag + improve load()/store()
Robin Voetter
2023-09-23
spirv: air struct_field_ptr for unions
Robin Voetter
2023-09-23
spirv: air struct_field_val for unions
Robin Voetter
2023-09-23
spirv: add names to globals and initializers
Robin Voetter
2023-09-23
spirv: emit OpLogical(Not)Equal for comparing bools
Robin Voetter
2023-09-23
spirv: emit OpNot for arithmetic not
Robin Voetter
2023-09-23
spirv: fix store of undef
Robin Voetter
2023-09-23
spirv: fix type_map use-after-realloc issues
Robin Voetter
2023-09-23
spirv: make construct(Struct|Array) use the Function storage class
Robin Voetter
2023-09-23
spirv: always emit unsigned integers
Robin Voetter
2023-09-23
spirv: fixes
Robin Voetter
2023-09-23
spirv: remove indirect constant lowering
Robin Voetter
2023-09-23
spirv: put global var initializers in functions
Robin Voetter
2023-09-23
spirv: lower union initialization at runtime
Robin Voetter
2023-09-23
spirv: lower struct aggregate initialization at runtime
Robin Voetter
2023-09-23
spirv: lower array aggregate at runtime
Robin Voetter
[next]