aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target
AgeCommit message (Expand)Author
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-08target: fix typos in x86 feature descriptionsJacob Young
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-18std.target.riscv: fix baseline_rv32 missing feature "32bit"serg
2023-04-09std: add generic target for spirvRobin Voetter
2023-02-27Merge remote-tracking branch 'origin/master' into llvm16Andrew 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-01-26update CPU features to LLVM 16Andrew Kelley
2022-11-06Revert "x86" CPU model (not arch) back to "i386"Jay Petacat
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-20add m68k target CPU featuresAndrew Kelley
2022-10-18synchronize target CPU features with LLVM 15.0.3Andrew Kelley
2022-08-02update target CPU features for LLVM 15Andrew Kelley
2022-07-28std: rename std.Target.systemz to .s390xMeghan Denny
2022-07-01update CPU features to LLVM 14Andrew Kelley
2021-08-15update target CPU features with LLVM 13 rc1 dataAndrew Kelley
2021-08-12compiler-rt: do not depend on `usingnamespace`Andrew Kelley
2021-06-17Fix `lakemont` CpuModel (#9099)d18g
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-14SPIR-V: Add generated SPIR-V featuresRobin Voetter
2021-05-03std: Add two more ARM CPUs to the known CPU listLemonBoy
2021-04-20target: drop `ppc32` and prefer `ppc`Michael Dusan
2021-02-27update ARM target CPU featuresAndrew Kelley
2021-02-27tools/update_cpu_features: add a "flatten" featureAndrew Kelley
2021-02-27tools/update_cpu_features: better patching APIAndrew Kelley
2021-02-27update amdgpu target CPU featuresAndrew Kelley
2021-02-27update RISC-V target CPU featuresAndrew Kelley
2021-02-27update most target CPU features to llvm12Andrew Kelley
2021-02-27update x86 CPU featuresAndrew Kelley
2021-02-25Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-02-04target: map zig ppc32 → llvm ppcMichael Dusan
2020-12-31Year++Frank Denis
2020-12-16update the CPU target features and modelsAndrew Kelley
2020-12-16Update target detailsJakub Konka
2020-10-24Use correct names for generic SPARC targetsKoakuma
2020-08-21Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-18Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-08-13Add "ppc" prefix to number-modeled CPUs (#6006)Koakuma
2020-08-04update target CPU features from llvm 10 to 11rc1Andrew Kelley
2020-07-11use typeInfo instead of hardcoded tables in std.TargetVexu
2020-06-12Add strict_align to pre-v6 ARM targetsCarter Sande
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-26arm baseline CPU is v7a rather than v6mAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-21update ARM cpu models to correctly include the sub-archAndrew Kelley
2020-02-20arm: clarify which CPU features are sub-architecturesAndrew Kelley
2020-02-20Revert "arm: clean up the messy sub-architecture & CPU features"Andrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley