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
/
stage1
/
target.cpp
Age
Commit message (
Expand
)
Author
2022-01-28
stage1: add f80 type
Veikka Tuominen
2021-12-19
stage1: deal with BPF not supporting @returnAddress()
Kenta Iwasaki
2021-11-09
stage1: fix type mapping for integers and c_longdouble on nvptx
Žiga Željko
2021-10-05
stage1: work around LLVM's buggy fma lowering
Andrew Kelley
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-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-16
stage1: Fix OsOther by adding missing OsPlan9
Jay Petacat
2021-05-24
make "gnu" (mingw-w64) the default C ABI on Windows
Andrew Kelley
2021-05-05
stage1: Fix other OS target
Jay Petacat
2021-04-25
stage1: Change how the Frame alignment is computed
LemonBoy
2021-04-04
glibc: add support for csky architecture
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-25
fix to compile against 12.0.0-rc2
Michael Dusan
2021-02-25
initial support for haiku past stage0
Al Hoang
2020-12-16
Update zig_llvm.cpp and other bits
Jakub Konka
2020-12-08
glibc: additionally provide -lcrypt
Andrew Kelley
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
2020-10-26
stage1: support "native" as the OS string in -target
Andrew Kelley
2020-10-24
Add sparc64 linux C ABI
Koakuma
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley