aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target/x86.zig
AgeCommit message (Expand)Author
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-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-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-19Remove llvm_name from featuresLayne Gustafson
2020-01-19Switch CPU/features to simple formatLayne Gustafson