aboutsummaryrefslogtreecommitdiff
path: root/src/target.cpp
AgeCommit message (Expand)Author
2020-07-24macOS: macho ld64.lld fixesMichael Dusan
2020-04-04add libutil to zig's glibc supportAndrew Kelley
2020-04-01stage1: make C++ switch fallthrough an errorMichael Dusan
2020-03-30linking: remove check for target_supports_libunwindAndrew Kelley
2020-03-29linking is now aware -lm is provided by mingw-w64Andrew Kelley
2020-03-27zig c++: get it working with musl and mingw-w64Andrew Kelley
2020-03-25improved handling of native system directoriesAndrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
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-25Merge remote-tracking branch 'origin/master' into llvm10Andrew 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-14Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-10stage1: memory/report overhaulMichael Dusan
2020-01-29Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-23update target info to llvm 10Andrew Kelley
2020-01-23fix incorrect list of sub-arches for aarch64Andrew Kelley
2020-01-22update zig_llvm.h and zig_llvm.cpp to llvm 10Andrew 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