aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target/powerpc.zig
AgeCommit message (Expand)Author
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-08-02update target CPU features for LLVM 15Andrew Kelley
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-04-20target: drop `ppc32` and prefer `ppc`Michael Dusan
2021-02-27tools/update_cpu_features: better patching APIAndrew Kelley
2021-02-27update most target CPU features to llvm12Andrew 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-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-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-01-30update target CPUs and features with llvm10's dataAndrew Kelley
2020-01-21lazily compute the full cpu features dependenciesAndrew Kelley
2020-01-21hit a comptime limitation with computing dense setsAndrew Kelley
2020-01-21fixups to arch data, support any number of cpu featuresAndrew Kelley
2020-01-20import data from llvm 9Andrew 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