zig/lib/std/target
Andrew Kelley d55d98919d update CPU features to LLVM 14
Notable changes:

`_i386`, `_i486`, and `_i686` are renamed to `i386`, `i486`,
and `i686` respectively. `std.zig.fmtId` is enhanced to support
formatting `i386` as `@"i386"`.

Some CPU features which are actually CPU models have been
properly flattened, such as `apple_a12`, `apple_a13`, `apple_a7`,
`cortex_a78c`, `exynos_m4`, `neoverse_e1`, `neoverse_n1`,
`neoverse_n2`, `neoverse_v1`.

Some CPU features have been added and some have been removed, following
LLVM's lead.

CSky CPU features support is added.
2022-07-01 21:35:19 -07:00
..
aarch64.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00
amdgpu.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00
arc.zig update target CPU features with LLVM 13 rc1 data 2021-08-15 23:09:55 -07:00
arm.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00
avr.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00
bpf.zig compiler-rt: do not depend on usingnamespace 2021-08-12 10:48:54 -07:00
csky.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00
hexagon.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00
mips.zig compiler-rt: do not depend on usingnamespace 2021-08-12 10:48:54 -07:00
msp430.zig compiler-rt: do not depend on usingnamespace 2021-08-12 10:48:54 -07:00
nvptx.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00
powerpc.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00
riscv.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00
sparc.zig compiler-rt: do not depend on usingnamespace 2021-08-12 10:48:54 -07:00
spirv.zig compiler-rt: do not depend on usingnamespace 2021-08-12 10:48:54 -07:00
systemz.zig update target CPU features with LLVM 13 rc1 data 2021-08-15 23:09:55 -07:00
ve.zig compiler-rt: do not depend on usingnamespace 2021-08-12 10:48:54 -07:00
wasm.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00
x86.zig update CPU features to LLVM 14 2022-07-01 21:35:19 -07:00