aboutsummaryrefslogtreecommitdiff
path: root/src/target.zig
AgeCommit message (Expand)Author
2021-05-14stage2: clarify logic of passing `-integrated-as` to clangAndrew Kelley
2021-05-13stage2: fix build on OpenBSD/NetBSDIsaac Freund
2021-05-11stage2: Allow building musl/glibc in thumb modeLemonBoy
2021-04-04glibc: add support for csky architectureAndrew Kelley
2021-02-27std.Target.Abi: add gnuilp32Michael Dusan
2021-02-27std.Target: add powerpcleAndrew Kelley
2021-02-25Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-02-01Merge pull request #7827 from Snektron/spirv-setupAndrew Kelley
2021-01-22stage2: wasm arch does not support -mred-zone flagsAndrew Kelley
2021-01-19SPIR-V: Add glsl450 and vulkan spir-v operating system definitionsRobin Voetter
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2020-12-30std: Remove duplicated codeLemonBoy
2020-12-28stage2: rename llvm.zig to llvm_bindings.zigTimon Kruiper
2020-12-24stage2: re-use compiler runtime libs across opt modes and strip flagAndrew Kelley
2020-12-17macos: add unfiltered aarch64 libc headersJakub Konka
2020-12-16Update changes due to different CPU feature setsJakub Konka
2020-12-16Update zig_llvm.cpp and other bitsJakub Konka
2020-12-08glibc: additionally provide -lcryptAndrew Kelley
2020-11-30restore -target wasm32-freestanding-musl for C headersAndrew Kelley
2020-11-08macOS: depend on bundled headers even for nativeAndrew Kelley
2020-10-21Add minimal set of macOS libc headersJakub Konka
2020-10-17code cleanupsAndrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11add minimal openbsd supportSébastien Marie
2020-10-03stage2: Build libunwind for non-msvc Windows targetsLemonBoy
2020-09-29stage2: infer --strip on wasm buildsAndrew Kelley
2020-09-28stage2: building DLL import lib filesAndrew Kelley
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-09-23stage2: don't build libunwind on OS's that don't need itAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley