zig/lib/std/target
Robin Voetter 6dc1fafe98
std: add generic target for spirv
This adds a general target for SPIR-V compilation. Previously there was not
any target machine defined for SPIR-V.

TODO is to reword the features for this target. We don't really need the full
list of capabilities in the features, we should only put a few features here
which we can actually use during code generation.
2023-04-09 01:51:47 +02:00
..
aarch64.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
amdgpu.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
arc.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
arm.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
avr.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
bpf.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
csky.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
hexagon.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
loongarch.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-27 16:10:48 -07:00
m68k.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
mips.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
msp430.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
nvptx.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
powerpc.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
riscv.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
s390x.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
sparc.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
spirv.zig std: add generic target for spirv 2023-04-09 01:51:47 +02:00
ve.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
wasm.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
x86.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-19 10:20:19 -07:00
xtensa.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-02-27 16:10:48 -07:00