aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2023-06-20std.Target: c_char is unsigned on RISC-VEvan Haas
2023-06-20std.Target: Add a function for determining char signedessEvan Haas
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-15target.zig adds ps4 and ps5 type sizes.Dumitru Stavila
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-05-11opencl: define size of C typesRobin Voetter
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-13add c_char typeAndrew Kelley
2023-04-09spirv: cannot build libcRobin Voetter
2023-04-09spirv: make genericName match target name.Robin Voetter
2023-04-09std: add generic target for spirvRobin Voetter
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