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
Age
Commit message (
Expand
)
Author
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-05-30
spirv: eliminate remaining uses of emitConstant
Robin Voetter
2023-05-30
spirv: rename TypeConstantCache -> Cache
Robin Voetter
2023-05-30
spirv: translate remaining types
Robin Voetter
2023-05-30
spirv: translate remaining types
Robin Voetter
2023-05-30
spirv: cache strings for debug names
Robin Voetter
2023-05-30
spirv: translate structs to cache key
Robin Voetter
2023-05-30
spirv: cache pointers
Robin Voetter
2023-05-30
spirv: cache function prototypes
Robin Voetter
2023-05-30
spirv: cache for ints
Robin Voetter
2023-05-30
spirv: cache for floats
Robin Voetter
2023-05-30
spirv: basic setup for using new type constant cache
Robin Voetter
2023-05-30
spirv: TypeConstantCache
Robin Voetter
2023-05-20
spirv: make constant handle float, errorset, errorunion
Robin Voetter
2023-05-11
spirv: make decl deps a hash map instead of an arraylist
Robin Voetter
2023-05-11
spirv: fix use-after-realloc in resolveType()
Robin Voetter
2023-04-09
spirv: Do not generate the Alignment attribute on pointers for now
Robin Voetter
2023-04-09
spirv: deny global OpVariable in inline asm
Robin Voetter
2023-04-09
spirv: deny OpEntryPoint in asm
Robin Voetter
2023-04-09
spirv: emit interface variables for entry points
Robin Voetter
2023-04-09
spirv: add decl dependencies for functions also
Robin Voetter
2023-04-09
spirv: temporarily emit test kernels
Robin Voetter
2023-04-09
spirv: improve linking globals
Robin Voetter
2023-04-09
spirv: overhaul constant lowering
Robin Voetter
2023-04-09
spirv: generic global pointers
Robin Voetter
2023-04-09
spirv: start lowering non-function decls
Robin Voetter
2023-04-09
spirv: introduce type/value representations
Robin Voetter
2023-04-09
spirv: more fixes and improvements
Robin Voetter
2023-04-09
spirv: make IdResultType and IdRef weak aliases of IdResult
Robin Voetter
2023-04-09
spirv: some fixes and improvements
Robin Voetter
2023-04-09
spirv: switch_br lowering
Robin Voetter
2023-04-09
spirv: add_with_overflow
Robin Voetter
2023-04-09
spirv: array, structs, bitcast, call
Robin Voetter
2023-04-09
spirv: emit OpName for some primitive types
Robin Voetter
2023-04-09
spirv: improve storage efficiency for integer and float types
Robin Voetter
2023-04-09
spirv: make Type.Ref stronger
Robin Voetter
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-23
spirv: assembler
Robin Voetter
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-07-04
stage2: disable unit tests when building with stage1
Andrew Kelley
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-02-24
spirv spec: do not align packed struct fields
Veikka Tuominen
2022-01-31
stage2: update to new ArrayHashMap API
Andrew Kelley
2022-01-28
spirv: spir-v dedicated type system
Robin Voetter
2022-01-28
spirv: new module
Robin Voetter
2022-01-28
spirv: model spir-v section as separate type
Robin Voetter
2022-01-28
spirv: regenerate spec
Robin Voetter
[next]