aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target/msp430.zig
AgeCommit message (Expand)Author
2021-08-12compiler-rt: do not depend on `usingnamespace`Andrew Kelley
2021-02-27update most target CPU features to llvm12Andrew Kelley
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11use typeInfo instead of hardcoded tables in std.TargetVexu
2020-02-19remove the concept of "sub-architecture"Andrew 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-19Add llvm_name to feature defsLayne Gustafson
2020-01-19Rename subfeatures -> dependenciesLayne Gustafson
2020-01-19Remove llvm_name from featuresLayne Gustafson
2020-01-19Switch CPU/features to simple formatLayne Gustafson