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.cpp
Age
Commit message (
Expand
)
Author
2020-01-29
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-23
update target info to llvm 10
Andrew Kelley
2020-01-23
fix incorrect list of sub-arches for aarch64
Andrew Kelley
2020-01-22
update zig_llvm.h and zig_llvm.cpp to llvm 10
Andrew Kelley
2020-01-21
fix target_triple_zig to emit zig-compatible triples
Andrew Kelley
2020-01-21
target_triple_llvm: emit none instead of unknown
Andrew Kelley
2019-12-16
expose the ability to disable C sanitization
Andrew Kelley
2019-12-04
add `other` OS and fix regression in build-exe for freestanding
Andrew Kelley
2019-12-02
remove upstream support for Zen hobby OS
Andrew Kelley
2019-11-25
move logic to the appropriate layers; add new compile error
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-24
avoid passing -march=native when not supported
Andrew Kelley
2019-09-28
Merge pull request #3331 from meme/android-ndk
Andrew Kelley
2019-09-27
avoid duplicated code of specifying the default glibc version
Andrew Kelley
2019-09-27
support Android NDK and bionic
meme
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-15
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-13
Merge branch 'uefi' of https://github.com/nrdmn/zig into nrdmn-uefi
Andrew Kelley
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-05
I'm pretty sure `sp` is the stack pointer on all ARM
Andrew Kelley
2019-09-02
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-01
Revert "Merge pull request #2991 from emekoi/mingw-ci"
Andrew Kelley
2019-08-28
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-21
Merge pull request #2991 from emekoi/mingw-ci
Andrew Kelley
2019-08-16
target: add missing switch case
Andrew Kelley
2019-08-16
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-16
correct LLVM subarch names for arm
yvt
2019-08-11
fix async function frames not aligned enough
Andrew Kelley
2019-08-03
move windows abi detection to `get_native_target`
emekoi
2019-08-03
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-02
accept unix style paths on windows-gnu
emekoi
2019-08-02
implemented runtime abi detetction for windows
emekoi
2019-08-01
allow 128 bit cmpxchg on x86_64
Andrew Kelley
2019-07-29
src/target.cpp: UEFI improvements
Nick Erdmann
2019-07-18
basic riscv support
Andrew Kelley
2019-07-18
improvements to riscv support
Andrew Kelley
2019-07-17
update zig codebase to llvm 9
Andrew Kelley
2019-07-17
back to msvc as the default C ABI on Windows
Andrew Kelley
2019-07-16
update to llvm9 trunk
Andrew Kelley
2019-07-16
libc headers before C language headers, and disable libunwind on arm32
Andrew Kelley
2019-07-16
update bundled musl source to 1.1.23
Andrew Kelley
2019-07-12
mingw libc: solve the segfault having to do with destructors
Andrew Kelley
2019-07-11
add -Wno-pragma-pack when targeting windows-gnu
Andrew Kelley
2019-07-11
the msvc target abi will have to be solved a different way
Andrew Kelley
2019-07-09
ship with mingw-w64 v6.0.0
Andrew Kelley
2019-07-08
zero initialize target
Andrew Kelley
2019-07-07
fix not setting a target glibc version on non-linux
Andrew Kelley
2019-07-07
ability to target any glibc version
Andrew Kelley
2019-06-27
better CLI error message for missing sub-architecture
Andrew Kelley
2019-06-14
standard library integrates with knowledge of stripped debug info
Andrew Kelley
[next]