aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2022-02-05stage2: add support for Nvptx targetgwenzek
2022-01-31a small crusade against std.meta.declarationsAndrew Kelley
2022-01-29Remove deprecation warnings and enable testominitay
2021-12-16glibc: update default cross-compile version to 2.19Andrew Kelley
2021-12-02improve detection of how to execute binaries on the hostAndrew Kelley
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-26bpf: do not invoke lld when linking eBPF relocatablesJakub Konka
2021-11-25Pass inferred cpu_arch to defaultVersionRangeJakub Konka
2021-11-25infer and match macos sdk version for libc headersJakub Konka
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