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
/
link
/
SpirV.zig
Age
Commit message (
Expand
)
Author
2024-02-15
spirv: use extended instructions whenever possible
Ali Chraghi
2024-02-09
spirv: merge `construct(Struct/Vector/Array)` into `constructComposite`
Ali Chraghi
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-05
spirv: basic shader support
Ali Chraghi
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
linker: update references to module
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-15
spirv: `fpext` and `fptrunc` instructions
Ali Chraghi
2023-10-15
spirv: put linkery bits in Object
Robin Voetter
2023-10-15
spirv: get rid of SpvModule arena
Robin Voetter
2023-10-15
spirv: anon decl refs
Robin Voetter
2023-10-15
spirv: lower pointers to zero-bit types as undef
Robin Voetter
2023-09-23
spirv: also add Float64 by default
Robin Voetter
2023-09-23
spirv: assign type names to (error) unions
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-11
InternPool: avoid as many slices pointing to `string_bytes` as possible
Jacob Young
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
Module: rename functions to make ownership checks explicit
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
stage2: move function types to InternPool
Andrew Kelley
2023-04-09
spirv: emit nonsemantic info with zig errors
Robin Voetter
2023-04-09
spirv: export functions with .Kernel callconv as entry point
Robin Voetter
2023-04-09
spirv: improve linking globals
Robin Voetter
2023-04-09
spirv: generate code directly in updateFunc/updateDecl
Robin Voetter
2023-04-09
spirv: some fixes and improvements
Robin Voetter
2023-04-09
spirv: array, structs, bitcast, call
Robin Voetter
2023-04-09
spirv: add Addresses capability for opencl
Robin Voetter
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-01
link: make SpirV atoms fully owned by the linker
Jakub Konka
2022-12-30
fix generic function arg debug info referencing wrong parameter
Veikka Tuominen
2022-11-23
spirv: assembler
Robin Voetter
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-17
stage2: expose progress bar API to linker backends
Andrew Kelley
2022-02-16
link: avoid double close on openPath error
Andrew Kelley
2022-01-28
spirv: new module
Robin Voetter
2022-01-28
spirv: keep track of air & liveness so that it can be used in flush()
Robin Voetter
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-07-20
stage2: update LLVM backend to new AIR memory layout
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
[next]