aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-31std: bump max macOS version to 13.3Jakub Konka
2023-03-16Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-06std: reenable vectorized code with the C backendJacob Young
2023-02-27std.Target: add xtensa to toCoffMachineAndrew Kelley
2023-02-19Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-03Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-01-31move compiler's CType logic to std.TargetAndrew Kelley
2023-01-31std.Target: remove workaroundAndrew Kelley
2023-01-26update CPU features to LLVM 16Andrew Kelley
2023-01-25update zig_llvm.cpp and zig_llvm.h to LLVM 16Andrew Kelley
2023-01-23target: use 16 byte alignment for 128-bit types on x86 and ofmt .ckcbanner
2023-01-04Sema: implement AVR address spacesMaciej 'vesim' KuliƄski
2023-01-02std.Target: bump semver max for BSDsMichael Dusan
2022-12-26std.Target.ObjectFormat: specify dxcontainer file extzooster
2022-11-23spirv: assemblerRobin Voetter
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-11-06Revert "x86" CPU model (not arch) back to "i386"Jay Petacat
2022-11-04all: rename i386 to x86Ali Chraghi
2022-11-01std: avoid vector usage with the C backendJacob Young
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