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
/
test
/
llvm_targets.zig
Age
Commit message (
Expand
)
Author
2025-10-31
test: remove some unsupported x86_64 darwin targets from llvm_targets
Alex Rønne Petersen
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-08-26
std.Target: add vita os
Maciej 'vesim' Kuliński
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-22
test(llvm_targets): remove unused thumb-3ds
GasInfinity
2025-08-22
feat(std.Target): add 3ds os
GasInfinity
2025-05-29
test: Remove x86-freebsd-none and powerpc-freebsd-eabihf from llvm_targets.
Alex Rønne Petersen
2025-05-17
test: Remove some nonsensical NetBSD targets from llvm_targets.
Alex Rønne Petersen
2025-05-11
test: Add {powerpc64,riscv32}-netbsd-none to llvm_targets.
Alex Rønne Petersen
2025-05-10
test: Remove some nonsensical FreeBSD targets from llvm_targets.
Alex Rønne Petersen
2025-04-28
Merge pull request #23698 from alexrp/goff-xcoff-stubs
Alex Rønne Petersen
2025-04-28
Merge pull request #23663 from alexrp/emit-asm-only
Alex Rønne Petersen
2025-04-28
std.Target: Remove Os.Tag.elfiamcu.
Alex Rønne Petersen
2025-04-27
test: Uncomment a bunch of targets in llvm_targets.
Alex Rønne Petersen
2025-04-27
test: Add powerpc(64)-aix to llvm_targets.
Alex Rønne Petersen
2025-04-27
test: Remove sparc(64)-illumos from llvm_targets.
Alex Rønne Petersen
2025-04-27
test: Remove sparc-solaris and x86-solaris from llvm_targets.
Alex Rønne Petersen
2025-04-27
test: Remove some thumb(eb)-*-* targets from llvm_targets.
Alex Rønne Petersen
2025-04-27
test: Remove mips(64)(el)-freebsd targets from llvm_targets.
Alex Rønne Petersen
2025-04-06
test: Remove some dead FreeBSD targets from llvm_targets.
Alex Rønne Petersen
2025-04-04
std.Target: Add Abi.muslf32 and Abi.muslsf.
Alex Rønne Petersen
2024-12-03
std.Target: Remove Os.Tag.bridgeos.
Alex Rønne Petersen
2024-11-28
test: Change llvm_targets to actually emit an object for each target.
Alex Rønne Petersen
2024-11-28
test: Remove aarch64(_be)-linux-gnuilp32 from llvm_targets.
Alex Rønne Petersen
2024-11-28
test: Add m68k-linux-musl to llvm_targets.
Alex Rønne Petersen
2024-11-28
test: Add aarch64(_be)-linux-musl to llvm_targets.
Alex Rønne Petersen
2024-11-28
test: Remove aarch64-rtems-ilp32 from llvm_targets.
Alex Rønne Petersen
2024-11-28
test: Add *-windows-cygnus triples to llvm_targets.
Alex Rønne Petersen
2024-11-04
test: Remove some unsupported ohos triples from llvm_targets.
Alex Rønne Petersen
2024-11-02
std.zig.target: Change mips64(el)-linux-musl triples to -muslabi64.
Alex Rønne Petersen
2024-11-02
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen
2024-10-26
test: Add some missing android, haiku, illumos, solaris triples to llvm_targets.
Alex Rønne Petersen
2024-10-16
test: Remove some loongarch32 triples that were erroneously added to llvm_tar...
Alex Rønne Petersen
2024-10-06
test: Fix powerpc-aix-eabihf target triple in llvm_targets.
Alex Rønne Petersen
2024-10-06
test: Add some missing x86_64-linux-* triples to llvm_targets.
Alex Rønne Petersen
2024-10-06
test: Add android/androideabi triples to llvm_targets.
Alex Rønne Petersen
2024-10-06
test: Add ohos/ohoseabi triples to llvm_targets.
Alex Rønne Petersen
2024-10-03
test: Rewrite the target triple list for llvm_targets.
Alex Rønne Petersen
2024-08-12
std.Target: Rename glsl450 Arch tag to opengl.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `r600` arch tag.
Alex Rønne Petersen
2024-05-09
test/llvm_targets: add watchos, tvos and visionos to test matrix
Jakub Konka
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-08-01
llvm: fix data layout calculation for experimental llvm targets
Jacob Young
2023-07-26
llvm: fix data layout on ios
Jacob Young
2023-07-23
test: test for issues starting codegen on many targets
Jacob Young