aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2022-10-27Merge pull request #13257 from topolarity/ctype-fixesAndrew Kelley
2022-10-25darwin: bump minimum supported version to 11.7.1Jakub Konka
2022-10-25darwin: bump max macOS version to 13.0Jakub Konka
2022-10-21std.Target: Remove `longDoubleIs`Cody Tapscott
2022-10-21stage 2: Update C types' size/alignmentCody Tapscott
2022-10-20add m68k target CPU featuresAndrew Kelley
2022-10-15sanitize qualified name for nvptx backendGuillaume Wenzek
2022-10-15Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...Andrew Kelley
2022-10-15Merge pull request #13100 from topolarity/powerpc64leAndrew Kelley
2022-10-14i386 ABI: Fix some sizes and alignmentsEvan Haas
2022-10-13stage2 LLVM: Correct long double for WASMCody Tapscott
2022-10-12typoRobin Voetter
2022-10-12stage2: check address space cast validityRobin Voetter
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-18improved ABI alignment/size for >= 128-bit integersAndrew Kelley
2022-08-18std.Target gains ObjectFormat fieldAndrew Kelley
2022-08-18stage2: agree with LLVM that `@alignOf(u128)` is 8Andrew Kelley
2022-08-06Type: adjust C type sizesVeikka Tuominen
2022-07-31update Target, CPU, OS, ABI, etc. to LLVM 15Andrew Kelley
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