zig/lib/std/target
Andrew Kelley 62a12e0631 LLVM 17 std lib updates and fixes
* some manual fixes to generated CPU features code. in the future it
   would be nice to make the script do those automatically. I suspect
   the sm_90a thing is a bug in LLVM.
 * add liteos to various target OS switches. I know nothing about this
   OS; someone will need to work specifically on support for this OS
   when the time comes to support it properly in zig.
 * while waiting for the compiler, I went ahead and made more
   conservative choices about when to use `inline` in std/Target.zig
2023-09-19 09:37:31 -07:00
..
aarch64.zig update CPU features to LLVM 17 2023-09-19 09:37:31 -07:00
amdgpu.zig update CPU features to LLVM 17 2023-09-19 09:37:31 -07:00
arc.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
arm.zig update CPU features to LLVM 17 2023-09-19 09:37:31 -07:00
avr.zig update CPU features to LLVM 17 2023-09-19 09:37:31 -07:00
bpf.zig update CPU features to LLVM 17 2023-09-19 09:37:31 -07:00
csky.zig LLVM 17 std lib updates and fixes 2023-09-19 09:37:31 -07:00
hexagon.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
loongarch.zig update CPU features to LLVM 17 2023-09-19 09:37:31 -07:00
m68k.zig update CPU features to LLVM 17 2023-09-19 09:37:31 -07:00
mips.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
msp430.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
nvptx.zig LLVM 17 std lib updates and fixes 2023-09-19 09:37:31 -07:00
powerpc.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
riscv.zig update CPU features to LLVM 17 2023-09-19 09:37:31 -07:00
s390x.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
sparc.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
spirv.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
ve.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
wasm.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
x86.zig LLVM 17 std lib updates and fixes 2023-09-19 09:37:31 -07:00
xtensa.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00