| 6 years ago | Andrew Kelley | | properly forward baseline target cpu features to llvm |
| 6 years ago | Andrew Kelley | | fix self-hosted compiler regression |
| 6 years ago | Andrew Kelley | | add cpus and cpu features to zig targets |
| 6 years ago | Andrew Kelley | | add libc and glibcs to self-hosted zig targets |
| 6 years ago | Andrew Kelley | | make zig targets show native cpu name and features |
| 6 years ago | Andrew Kelley | | fixups to arch data, support any number of cpu features |
| 6 years ago | Andrew Kelley | | Revert "aarch64: remove CPU features that are actually just CPUs" |
| 6 years ago | Andrew Kelley | | uncomment all the archs in target.zig |
| 6 years ago | Andrew Kelley | | aarch64: remove CPU features that are actually just CPUs |
| 6 years ago | Andrew Kelley | | import data from llvm 9 |
| 6 years ago | Andrew Kelley | | improve `zig targets` |
| 6 years ago | Andrew Kelley | | fix std.Target.Arch.parseCpuFeatureSet |
| 6 years ago | Andrew Kelley | | stage1 is building. `zig targets` now self-hosted |
| 6 years ago | Andrew Kelley | | some fixes |
| 6 years ago | Andrew Kelley | | do the x86 arch |
| 6 years ago | Andrew Kelley | | figure out zig0/stage1 and scanning for native CPU |
| 6 years ago | Andrew Kelley | | progress towards merging |
| 6 years ago | Layne Gustafson | | Pass target_details to child CodeGens |
| 6 years ago | Layne Gustafson | | Allow target details with no LLVM support |
| 6 years ago | Layne Gustafson | | Pass target details to c compiler |
| 6 years ago | Layne Gustafson | | Fix sentinel mismatch in llvm strings |
| 6 years ago | Layne Gustafson | | Enable 64bit feature for riscv64 |
| 6 years ago | Layne Gustafson | | Remove features/cpus not in LLVM v9 |
| 6 years ago | Layne Gustafson | | No allocations for n.t. empty strings |
| 6 years ago | Layne Gustafson | | Only enable requested features |
| 6 years ago | Layne Gustafson | | Make sure llvm strings are null-terminated |
| 6 years ago | Layne Gustafson | | Add defaut feature support |
| 6 years ago | Layne Gustafson | | Add builtin.zig support |
| 6 years ago | Layne Gustafson | | Add TargetDetails abstraction |
| 6 years ago | Layne Gustafson | | Add llvm_name to feature defs |
| 6 years ago | Layne Gustafson | | Rename subfeatures -> dependencies |
| 6 years ago | Layne Gustafson | | Filter out non-features |
| 6 years ago | Layne Gustafson | | Add build.zig cpu and feature options |
| 6 years ago | Layne Gustafson | | Add cpu/feature to cache hash |
| 6 years ago | Layne Gustafson | | Add cpu/feature specification to cmndline |
| 6 years ago | Layne Gustafson | | Remove llvm_name from features |
| 6 years ago | Layne Gustafson | | Switch CPU/features to simple format |
| 6 years ago | Layne Gustafson | | Fix spacing in main.cpp |
| 6 years ago | Layne Gustafson | | Make targets cmd able to list CPUs and features |
| 6 years ago | Layne Gustafson | | Fix CPU and feature defs |
| 6 years ago | Layne Gustafson | | Add parseArchTag and fix parseArchSub |
| 6 years ago | Layne Gustafson | | Update term feature deps -> subfeatures |
| 6 years ago | Layne Gustafson | | Create initial target details infrastructure |
| 6 years ago | LemonBoy | | Fix wrong error code being returned in enum analisys |
| 6 years ago | Andrew Kelley | | Merge pull request #4231 from LemonBoy/more-builtin-work1 |
| 6 years ago | Andrew Kelley | | Merge pull request #4222 from LemonBoy/eutwouwth |
| 6 years ago | Sebastian | | fixed typo - "path" lead to undeclared identifier |
| 6 years ago | Andrew Kelley | | Merge pull request #4220 from LemonBoy/fix-4214 |
| 6 years ago | daurnimator | | std: turn EAI_ constants into a non-exhaustive enum |
| 6 years ago | daurnimator | | std: use non-exhaustive enums from crc module |
|