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
/
src
/
target.zig
Age
Commit message (
Expand
)
Author
2025-05-04
Merge pull request #23752 from alexrp/static-native-glibc
Alex Rønne Petersen
2025-05-03
std.Target: Add Cpu.Arch.or1k and basic target info.
Alex Rønne Petersen
2025-05-03
compiler: Link libunwind when linking glibc statically.
Alex Rønne Petersen
2025-05-03
compiler: Rename misleading libcNeedsLibUnwind() function.
Alex Rønne Petersen
2025-04-28
Compilation: don't build `compiler_rt` for `amdgcn` and `ubsan_rt` for ptx
Ali Cheraghi
2025-04-27
compiler: Reject using LLVM for csky and xtensa.
Alex Rønne Petersen
2025-04-21
Module: ignore `xnack` and `sramecc` features on some gpu models
Ali Cheraghi
2025-04-09
compiler: Allow using LLVM's SPIR-V backend.
Alex Rønne Petersen
2025-04-04
Revert "compiler: Don't consider powerpc to have red zone support yet."
Alex Rønne Petersen
2025-04-04
std.Target: Add Abi.muslf32 and Abi.muslsf.
Alex Rønne Petersen
2025-04-04
std.Target: Update CPU models/features for LLVM 20.
Alex Rønne Petersen
2025-03-23
Lower `@returnAddress` to a constant 0 in Emscripten release builds
Carl Åstholm
2025-03-03
compiler: Don't consider powerpc to have red zone support yet.
Alex Rønne Petersen
2025-02-22
Sema: Fix fnptr alignment safety checks to account for potential ISA tag.
Alex Rønne Petersen
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
std.Target: Move Cpu.Arch.supportsAddressSpace() up to Cpu.
Alex Rønne Petersen
2025-02-17
std.Target: Make Cpu.Arch.supportsAddressSpace() take an optional context.
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.spu_2.
Alex Rønne Petersen
2025-02-15
x86_64: implement error set and enum safety
Jacob Young
2025-02-12
x86_64: implement conversions between float and int vectors
Jacob Young
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-25
compiler: Explicitly specify ABI for arm, mips, and powerpc when talking to L...
Alex Rønne Petersen
2025-01-25
compiler: Explicitly specify loongarch ABI when talking to LLVM.
Alex Rønne Petersen
2025-01-23
compiler: Fix computation of Compilation.Config.any_unwind_tables.
Alex Rønne Petersen
2025-01-22
x86_64: implement error return traces
Jacob Young
2025-01-18
x86_64: enable struct field reordering
Jacob Young
2025-01-10
bsd: fix stage3 linking on freebsd and dragonfly
Michael Dusan
2025-01-06
remove wasm from redzone targets list
Reuben Dunnington
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-12-08
compiler: Update the list of targets that have a red zone.
Alex Rønne Petersen
2024-12-06
compiler: Classify libssp as an alias for compiler-rt.
Alex Rønne Petersen
2024-12-06
compiler: Classify libgcc as an alias for compiler-rt.
Alex Rønne Petersen
2024-12-06
compiler: Classify libgcc_eh as an alias for libunwind.
Alex Rønne Petersen
2024-12-06
compiler: Recognize libgcc_s regardless of target ABI.
Alex Rønne Petersen
2024-12-06
compiler: Classify libatomic as an alias for compiler-rt.
Alex Rønne Petersen
2024-11-12
Merge pull request #21920 from alexrp/nobuiltin
Alex Rønne Petersen
2024-11-08
add storage_buffer address space
Robin Voetter
2024-11-05
compiler: Update clangMightShellOutForAssembly() for Clang 19.
Alex Rønne Petersen
2024-11-04
llvm: Add client request support for all archs supported by Valgrind.
Alex Rønne Petersen
2024-11-02
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen
2024-11-02
Merge pull request #21729 from alexrp/target-cpu-baseline
Alex Rønne Petersen
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
2024-10-27
spirv: forbid merging logical pointers
Robin Voetter
2024-10-26
Compilation: Omit Clang CPU model flags for some targets.
Alex Rønne Petersen
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-23
also find static libc files on the host
Andrew Kelley
2024-10-23
move linker input file parsing to the compilation pipeline
Andrew Kelley
2024-10-20
compiler: Remove uses of defaultFunctionAlignment() in the frontend.
Alex Rønne Petersen
2024-10-20
compiler: Update defaultFunctionAlignment()/minFunctionAlignment() for more t...
Alex Rønne Petersen
[next]