aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2021-10-05freestanding libc: don't rely on compiler_rt symbols we don't have yetAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-30Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-08-28Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-16update src/ to LLVM 13 rc1 APIAndrew Kelley
2021-08-15update target CPU features with LLVM 13 rc1 dataAndrew Kelley
2021-07-22add -femit-llvm-bc CLI option and implement itAndrew Kelley
2021-07-21remove 'pe' object formatAndrew Kelley
2021-07-08initial plan9 boilerplatejacob gw
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-21fix code broken from previous commitJacob G-W
2021-06-11cleanups to previous commitAndrew Kelley
2021-06-11Add CPU feature check to standardTargetOptionsEdward Dean
2021-06-06openbsd: adjust dynamic linker path (#9010)Sebastien Marie
2021-06-01os/bits: remove duplicate `sockaddr_storage` for dragonflyKenta Iwasaki
2021-05-31std.sync.atomic: extended atomic helper functions (#8866)protty
2021-05-24make "gnu" (mingw-w64) the default C ABI on WindowsAndrew Kelley
2021-05-21wasm: fix object extension to standard .o from .o.wasmJakub Konka
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