aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2022-08-06Type: adjust C type sizesVeikka Tuominen
2022-07-28std: rename std.Target.systemz to .s390xMeghan Denny
2022-07-01update CPU features to LLVM 14Andrew Kelley
2022-07-01Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-05-22Bump support macOS versions; clean up allocs in llvm.targetTripleJakub Konka
2022-05-22Set macOS/iPhoneOS/tvOS/watchOS ABI to none (unspecified) by defaultJakub Konka
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-04stage2: change max int align from 8 to 16 for more ISAsAndrew Kelley
2022-05-04stage2: change x86_64 max int alignment from 8 to 16Andrew Kelley
2022-05-04stage2: improve `@sizeOf` and `@alignOf` integersAndrew Kelley
2022-05-02Avoid some unnecessary underscores in constant namesr00ster91
2022-04-28Merge pull request #10717 from gh-fork-dump/seccomp-bitsVeikka Tuominen
2022-04-16stage2: fix @mulAdd on aarch64 DarwinJakub Konka
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan
2022-03-06stage2: rework `@mulAdd`Andrew Kelley
2022-02-05stage2: add support for Nvptx targetgwenzek
2022-02-03update C API bindings to LLVM 14Andrew Kelley
2022-01-31a small crusade against std.meta.declarationsAndrew Kelley
2022-01-29Remove deprecation warnings and enable testominitay
2022-01-29Add bits for the Linux Auditing SystemStephen Gregoratto
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