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
2023-03-03
sema: Place functions on AVR in flash addrspace
Eckhart Köppen
2023-02-23
CBE: support call attributes
Jacob Young
2022-12-29
powerpc does not have a red zone
Andrew Kelley
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
Update wasi-libc to 8b7148f69ae241a2749b3defe4606da8143b72e0 (#13793)
Frank Denis
2022-11-22
C backend: implement vector reduce and overflow intrinsics
Andrew Kelley
2022-11-19
LLVM: add valgrind integration for x86 and aarch64
Andrew Kelley
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-26
darwin: remove 10.15.7 as available libc from src/target.zig
Jakub Konka
2022-10-25
darwin: bump max macOS version to 13.0
Jakub Konka
2022-10-15
addrSpaceCastIsValid nvptx
Guillaume Wenzek
2022-10-15
sanitize qualified name for nvptx backend
Guillaume Wenzek
2022-10-15
disable debug info for ptx<7.5
Guillaume Wenzek
2022-10-12
stage2: check address space cast validity
Robin Voetter
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
[next]