aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Target.zig
AgeCommit message (Expand)Author
2024-07-21std.Target: Add comments for deliberately omitted/removed LLVM tags.Alex Rønne Petersen
2024-07-21std.Target: Remove the `tce`/`tcele` arch tags.Alex Rønne Petersen
2024-07-21std.Target: Remove the `shave` arch tag.Alex Rønne Petersen
2024-07-21std.Target: Remove `hsail`/`hsail64` arch tags.Alex Rønne Petersen
2024-07-21std.Target: Remove `amdil`/`amdil64` arch tags.Alex Rønne Petersen
2024-07-21std.Target: Remove the `r600` arch tag.Alex Rønne Petersen
2024-07-21std.Target: Remove the `renderscript32`/`renderscript64` arch tags.Alex Rønne Petersen
2024-07-21Riscv32e align stack to 4 bytes (#20673)cheme
2024-07-20std.Target: Remove `coreclr` ABI specifier.Alex Rønne Petersen
2024-07-20std.Target: Remove `nacl` OS specifier and `le32`/`le64` arch specifiers.Alex Rønne Petersen
2024-07-20std.Target: Remove `kfreebsd` OS specifier.Alex Rønne Petersen
2024-07-20std.Target: Remove the `gnuf64` ABI specifier.Alex Rønne Petersen
2024-07-19std: Add loongarch support for elf. (#20678)YANG Xudong
2024-07-12std: Add loongarch support for coff. (#20583)YANG Xudong
2024-07-05std.Target: Use arch8 as the baseline CPU model for s390x.Alex Rønne Petersen
2024-06-16std.Target: Update known Windows 10/11 versions and build numbers.Alex Rønne Petersen
2024-06-05LLVM backend: loongarch64 supportAndrew Kelley
2024-05-20Target: add OpenHarmonyOS ABIVeikka Tuominen
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-08std.Target: add spirv to toCoffTargetAndrew Kelley
2024-05-08std.Target.maxIntAlignment: move to compiler implementationAndrew Kelley
2024-05-08LLVM 18 uses 16 byte alignment for x86_64 i128Andrew Kelley
2024-05-08LLVM 18 std lib updates and fixesAndrew Kelley
2024-05-08update for LLVM 18 new target dataAndrew Kelley
2024-04-14wasi: change default os version to `0.1.0`Jacob Young
2024-04-14Target: cleanupJacob Young
2024-04-08haiku: fix linking issuesJacob Young
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg
2024-02-28Merge pull request #19114 from ziglang/lazy-resinatorAndrew Kelley
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley
2024-02-28posix: `@as` and other general cleanupJacob Young
2024-02-05spirv: basic shader supportAli Chraghi
2024-01-20mingw: update build logicElaine Gibson
2024-01-01std.Target.Query: remove deprecated APIAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01std.Target: flattenAndrew Kelley