aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target
AgeCommit message (Expand)Author
2020-12-31Year++Frank Denis
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
2020-02-19arm: clean up the messy sub-architecture & CPU featuresAndrew Kelley
2020-02-19clean up arm CPU featuresAndrew Kelley
2020-02-17enable behavior and std lib tests for RISC-V 64-bitAndrew Kelley
2020-02-14Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-11riscv: Remove 'relax' from the baseline cpu featuresLemonBoy
2020-02-04re-apply: these are not real CPU featuresAndrew Kelley
2020-01-30set llvm cpu features to null for exynosm1,exynosm2Andrew Kelley
2020-01-30update target CPUs and features with llvm10's dataAndrew Kelley
2020-01-23fix incorrect list of sub-arches for aarch64Andrew Kelley
2020-01-23use an older arm64 sub-arch for test suiteAndrew Kelley
2020-01-22aarch64: less feature-full baseline CPUAndrew Kelley
2020-01-22std.Target.CpuFeatures is now a struct with both CPU and feature setAndrew Kelley
2020-01-21lazily compute the full cpu features dependenciesAndrew Kelley
2020-01-21hit a comptime limitation with computing dense setsAndrew Kelley
2020-01-21these are not real cpu featuresAndrew Kelley
2020-01-21fixups to arch data, support any number of cpu featuresAndrew Kelley
2020-01-20Revert "aarch64: remove CPU features that are actually just CPUs"Andrew Kelley
2020-01-20uncomment all the archs in target.zigAndrew Kelley
2020-01-20aarch64: remove CPU features that are actually just CPUsAndrew Kelley
2020-01-20import data from llvm 9Andrew Kelley
2020-01-20stage1 is building. `zig targets` now self-hostedAndrew Kelley
2020-01-19do the x86 archAndrew Kelley
2020-01-19progress towards mergingAndrew Kelley
2020-01-19Remove features/cpus not in LLVM v9Layne Gustafson
2020-01-19Add builtin.zig supportLayne Gustafson
2020-01-19Add llvm_name to feature defsLayne Gustafson
2020-01-19Rename subfeatures -> dependenciesLayne Gustafson
2020-01-19Filter out non-featuresLayne Gustafson
2020-01-19Remove llvm_name from featuresLayne Gustafson
2020-01-19Switch CPU/features to simple formatLayne Gustafson
2020-01-19Fix CPU and feature defsLayne Gustafson
2020-01-19Update term feature deps -> subfeaturesLayne Gustafson
2020-01-19Create initial target details infrastructureLayne Gustafson