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
getAppDataDir
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
std.Io.Threaded-groups-2
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-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
2024-10-20
compiler: Disallow function alignment for nvptx and spirv.
Alex Rønne Petersen
2024-10-19
x86_64: handle incoming stack alignment
mlugg
2024-10-19
compiler: remove @setAlignStack
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-15
llvm: Fix ilp32e/lp64e and ilp32f/lp64f ABI selection for riscv.
Alex Rønne Petersen
2024-10-05
compiler: Don't require PIC for aarch64-linux-ohos.
Alex Rønne Petersen
2024-10-05
compiler: Don't link to nonexistent libc libraries for ohos.
Alex Rønne Petersen
2024-10-05
std.Target: Introduce Abi.ohoseabi to distinguish the soft float case.
Alex Rønne Petersen
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-10-03
Merge pull request #21570 from alexrp/windows-itanium
Alex Rønne Petersen
2024-10-03
Merge pull request #21504 from alexrp/android-softfp
Alex Rønne Petersen
2024-09-28
Initial port work for `*-windows-itanium` support.
Alex Rønne Petersen
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-24
std.Target: Introduce Abi.androideabi to distinguish the soft float case.
Alex Rønne Petersen
2024-09-23
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
Alex Rønne Petersen
2024-09-10
Compilation: Pass hard/soft float flags to Clang as appropriate.
Alex Rønne Petersen
2024-09-05
compiler: Force ELFv2 for powerpc64.
Alex Rønne Petersen
2024-09-01
Rename usesLargePIC to picLevel and return the PIC level
antlilja
2024-08-28
llvm: Set PIC level 1 for MIPS.
Alex Rønne Petersen
2024-08-25
sema: `resolve{Struct,Union}Inner` don't throw away Semas
David Rubin
[next]