aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2021-05-20cc,wasi: link compiled WASI libc with wasm-ldJakub Konka
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-14SPIR-V: Add generated SPIR-V featuresRobin Voetter
2021-05-14SPIR-V: Set default ofmt to spirvRobin Voetter
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11bsd: detect os versionMichael Dusan
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-28std.Target: bump freebsd known maximum versionAndrew Kelley
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-21std: Split syscall parameters for PowerPC targetsLemonBoy
2021-04-20target: drop `ppc32` and prefer `ppc`Michael Dusan
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-11Merge remote-tracking branch 'origin/master' into llvm12Michael Dusan
2021-04-06stage2: Default AVR generic cpu to avr2LemonBoy
2021-02-27std.Target.Abi: add gnuilp32Michael Dusan
2021-02-27std.Target: add powerpcleAndrew Kelley
2021-02-27update most target CPU features to llvm12Andrew Kelley
2021-02-26tools/update_cpu_features: handle ISAs with no featuresAndrew Kelley
2021-02-25Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-02-25haiku: minor fixupsAndrew Kelley
2021-02-25initial support for haiku sync updateAl Hoang
2021-02-25initial support for haiku continue clean upAl Hoang
2021-02-25initial support for haiku past stage0Al Hoang
2021-02-01Merge pull request #7827 from Snektron/spirv-setupAndrew Kelley
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-19SPIR-V: Add glsl450 and vulkan spir-v operating system definitionsRobin Voetter
2021-01-19SPIR-V: Initial architecture definitions and setupRobin Voetter
2021-01-11macos: reimplement OS version detectionMichael Dusan
2021-01-11std.os.windows.GetFinalPathNameByHandle: address non-structural review commentsRohlem
2021-01-11move windows runtime version detection into std.zig.system.windowsRohlem
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-30std: Remove duplicated codeLemonBoy
2020-12-16update the CPU target features and modelsAndrew Kelley
2020-12-16Update changes due to different CPU feature setsJakub Konka
2020-12-16Update zig_llvm.cpp and other bitsJakub Konka
2020-11-20stage2: Use correct ppc generic feature setLemonBoy
2020-11-10std.Target: bump default version max for macosAndrew Kelley
2020-10-24Add sparc64-specific values for the various SA_ and SIG_ constantsKoakuma
2020-10-24Use correct names for generic SPARC targetsKoakuma
2020-10-24Add pipe(2) supportKoakuma
2020-10-22Merge pull request #6743 from LemonBoy/someppc64stuffAndrew Kelley
2020-10-20std: Implement featureSetHasAny/featureSetHasAllLemonBoy
2020-10-19std: Minor changes to startup codeLemonBoy
2020-10-17Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...Andrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-10-15getExternalExecutor fixups regarding dynamic linkerAndrew Kelley
2020-10-12Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley