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
2025-02-18
spirv: extend supported `c` constraint values
Ali Cheraghi
2025-02-18
spirv: ziggify and remove unknown spirv features
Ali Cheraghi
2025-02-18
spirv: respect cpu features
Ali Cheraghi
2025-02-18
spirv: cache more types & merge constructX functions
Ali Cheraghi
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-11-09
spirv: dont emit forward pointer for annotation instructions
Robin Voetter
2024-11-08
spirv: emit ArrayStride for many-item pointers
Robin Voetter
2024-11-08
spirv: make all vulkan structs Block for now
Robin Voetter
2024-11-08
add storage_buffer address space
Robin Voetter
2024-11-08
spirv: assembler hacky constant placeholders
Robin Voetter
2024-11-08
spirv: make default generic address space for vulkan Function
Robin Voetter
2024-11-08
spirv: track global OpVariables properly in assembler
Robin Voetter
2024-11-08
spirv: properly resolve type inputs in assembly
Robin Voetter
2024-11-01
Merge pull request #21861 from alichraghi/master
Robin Voetter
2024-11-01
spirv: decorate arrays stride
Ali Cheraghi
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-27
spirv: generate test entry points for vulkan
Robin Voetter
2024-10-27
spirv: use PhysicalStorageBuffer64 for global pointers under vk
Robin Voetter
2024-10-27
spirv: fix up calling conventions for vulkan
Robin Voetter
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-13
spirv: don't generate OpUnreachable after noreturn call
Robin Voetter
2024-10-13
spirv: implement repeat and dbg_arg_inline
Robin Voetter
2024-10-13
spirv: don't try to lower types which have no runtime bits
Robin Voetter
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-01
Air: add explicit `repeat` instruction to repeat loops
mlugg
2024-09-01
Air: direct representation of ranges in switch cases
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-25
sema: clean-up `{union,struct}FieldAlignment` and friends
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-20
Dwarf: emit info about inline call sites
Jacob Young
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-20
Fix typos in code comments in `src/`
sobolevn
2024-07-16
Value: eliminate static recursion loop from value printing
mlugg
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-10
InternPool: make `global_error_set` thread-safe
Jacob Young
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
Zcu: extract permanent state from File
Andrew Kelley
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-06-26
Zir: make `src_line` absolute for `declaration` instructions
mlugg
[next]