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
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-19
stage2: disable stack-protector on wasm, matching stage1
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-07-31
update Target, CPU, OS, ABI, etc. to LLVM 15
Andrew Kelley
2022-07-21
Sema: improve compile error for bad function alignment
Andrew Kelley
2022-06-30
stage2: object format affects whether LLVM can be used
Andrew Kelley
2022-06-27
LLVM: fix invalid IR on `@returnAddress` of wasm/bpf
Andrew Kelley
2022-05-22
Set macOS/iPhoneOS/tvOS/watchOS ABI to none (unspecified) by default
Jakub Konka
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-04
stage2: change x86_64 max int alignment from 8 to 16
Andrew Kelley
2022-05-04
stage2: improve semantics of atomic operations
Andrew Kelley
2022-04-18
wasm: Add support for debug info
Luuk de Gram
2022-04-14
stage2: Add SPARC function alignment
Koakuma
2022-03-17
stage2: default to LLVM backend
Andrew Kelley
2022-02-23
stage2: make -lgcc_s additionally link libunwind
Andrew Kelley
2022-02-09
CLI: ignore -lgcc_s when it is redundant with compiler-rt
Andrew Kelley
2022-01-26
fix aarch64 include path
Motiejus Jakštys
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2021-12-16
glibc: fix inconsistency of powerpc ABI mapping
Andrew Kelley
2021-12-15
glibc: fix inconsistency of mips ABI mapping
Andrew Kelley
2021-12-03
stage2: use Target.Abi instead of introducing Target.TargetAbi
Andrew Kelley
2021-11-29
update libc linux headers to v5.16-rc3
Andrew Kelley
2021-11-25
infer and match macos sdk version for libc headers
Jakub Konka
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-08-28
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-08-23
Don't define valgrind_support on macOS (#9612)
Frank Denis
2021-08-16
update src/ to LLVM 13 rc1 API
Andrew Kelley
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-06-11
better awareness of unwind tables
Andrew Kelley
2021-05-24
haiku case for libc link flags
Al Hoang
2021-05-23
stage2: introduce clangAssemblerSupportsMcpuArg
Andrew Kelley
2021-05-23
overhaul elf csu (c-runtime startup) logic
Michael Dusan
2021-05-22
stage2: only pass -lm -lc -ldl for android libc
Isaac Freund
2021-05-20
wasm: link dynamically by default when targeting wasm
Jakub Konka
2021-05-20
wasi,cc: fix naming and add stubs for building
Jakub Konka
2021-05-14
stage2: clarify logic of passing `-integrated-as` to clang
Andrew Kelley
2021-05-13
stage2: fix build on OpenBSD/NetBSD
Isaac Freund
2021-05-11
stage2: Allow building musl/glibc in thumb mode
LemonBoy
2021-04-04
glibc: add support for csky architecture
Andrew Kelley
2021-02-27
std.Target.Abi: add gnuilp32
Michael Dusan
2021-02-27
std.Target: add powerpcle
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-01
Merge pull request #7827 from Snektron/spirv-setup
Andrew Kelley
[next]