aboutsummaryrefslogtreecommitdiff
path: root/src/target.cpp
AgeCommit message (Expand)Author
2020-02-28dynamic_linker becomes a field of std.zig.CrossTargetAndrew Kelley
2020-02-28remove special darwin os version min handlingAndrew Kelley
2020-02-28stage1: make get_native_target go through self-hostedAndrew Kelley
2020-02-21fix regression in detecting native glibc versionAndrew Kelley
2020-02-21remove sub-arch from stage1Andrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-10stage1: memory/report overhaulMichael Dusan
2020-01-23fix incorrect list of sub-arches for aarch64Andrew Kelley
2020-01-21fix target_triple_zig to emit zig-compatible triplesAndrew Kelley
2020-01-21target_triple_llvm: emit none instead of unknownAndrew Kelley
2019-12-16expose the ability to disable C sanitizationAndrew Kelley
2019-12-04add `other` OS and fix regression in build-exe for freestandingAndrew Kelley
2019-12-02remove upstream support for Zen hobby OSAndrew Kelley
2019-11-25move logic to the appropriate layers; add new compile errorAndrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-24avoid passing -march=native when not supportedAndrew Kelley
2019-09-28Merge pull request #3331 from meme/android-ndkAndrew Kelley
2019-09-27avoid duplicated code of specifying the default glibc versionAndrew Kelley
2019-09-27support Android NDK and bionicmeme
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-15Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-13Merge branch 'uefi' of https://github.com/nrdmn/zig into nrdmn-uefiAndrew Kelley
2019-09-10Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-05I'm pretty sure `sp` is the stack pointer on all ARMAndrew Kelley
2019-09-02Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-01Revert "Merge pull request #2991 from emekoi/mingw-ci"Andrew Kelley
2019-08-28Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-21Merge pull request #2991 from emekoi/mingw-ciAndrew Kelley
2019-08-16target: add missing switch caseAndrew Kelley
2019-08-16Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-16correct LLVM subarch names for armyvt
2019-08-11fix async function frames not aligned enoughAndrew Kelley
2019-08-03move windows abi detection to `get_native_target`emekoi
2019-08-03Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-02accept unix style paths on windows-gnuemekoi
2019-08-02implemented runtime abi detetction for windowsemekoi
2019-08-01allow 128 bit cmpxchg on x86_64Andrew Kelley
2019-07-29src/target.cpp: UEFI improvementsNick Erdmann
2019-07-18basic riscv supportAndrew Kelley
2019-07-18improvements to riscv supportAndrew Kelley
2019-07-17update zig codebase to llvm 9Andrew Kelley
2019-07-17back to msvc as the default C ABI on WindowsAndrew Kelley
2019-07-16update to llvm9 trunkAndrew Kelley
2019-07-16libc headers before C language headers, and disable libunwind on arm32Andrew Kelley
2019-07-16update bundled musl source to 1.1.23Andrew Kelley
2019-07-12mingw libc: solve the segfault having to do with destructorsAndrew Kelley
2019-07-11add -Wno-pragma-pack when targeting windows-gnuAndrew Kelley
2019-07-11the msvc target abi will have to be solved a different wayAndrew Kelley
2019-07-09ship with mingw-w64 v6.0.0Andrew Kelley