aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2024-01-01std.Target: flattenAndrew Kelley
2024-01-01move is_libcpp_lib_name and is_libc_lib_name to std.TargetAndrew Kelley
2023-11-22std: remove meta.traitAndrew Kelley
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-26std.target: bump some OS max versionsMichael Dusan
2023-10-25x86_64: pass more testsJacob Young
2023-10-20std.Target: update default Linux cross-compiling versionAndrew Kelley
2023-10-02illumos: fix dynamic linker pathRyan Zezeski
2023-10-02illumos does not have versionsRyan Zezeski
2023-10-02Add illumos OS tagStephen Gregoratto
2023-09-30solaris: hard-code ABI and dynamic linkerRyan Zezeski
2023-09-19compiler_rt: fix arm hard-float f16 abiJacob Young
2023-09-19LLVM 17 std lib updates and fixesAndrew Kelley
2023-09-19update for LLVM 17 new target dataAndrew Kelley
2023-08-03std.target: mark helper functions inlinemlugg
2023-08-01llvm: fix data layout calculation for experimental llvm targetsJacob Young
2023-07-31std: finish cleanup up asmJacob Young
2023-07-28std.target | Remove comment referencing closed proposalZachary Raineri
2023-07-23llvm: fix datalayout generation for more targetsJacob Young
2023-07-19llvm: fix various crashesJacob Young
2023-07-19llvm: compute data layout without help like a grownup compilerJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
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