AgeAuthorCommit message
6 years agogravatar for andrew@ziglang.orgAndrew Kelleymake zig targets show native cpu name and features
6 years agogravatar for andrew@ziglang.orgAndrew Kelleyfixups to arch data, support any number of cpu features
6 years agogravatar for andrew@ziglang.orgAndrew KelleyRevert "aarch64: remove CPU features that are actually just CPUs"
6 years agogravatar for andrew@ziglang.orgAndrew Kelleyuncomment all the archs in target.zig
6 years agogravatar for andrew@ziglang.orgAndrew Kelleyaarch64: remove CPU features that are actually just CPUs
6 years agogravatar for andrew@ziglang.orgAndrew Kelleyimport data from llvm 9
6 years agogravatar for andrew@ziglang.orgAndrew Kelleyimprove `zig targets`
6 years agogravatar for andrew@ziglang.orgAndrew Kelleyfix std.Target.Arch.parseCpuFeatureSet
6 years agogravatar for andrew@ziglang.orgAndrew Kelleystage1 is building. `zig targets` now self-hosted
6 years agogravatar for andrew@ziglang.orgAndrew Kelleysome fixes
6 years agogravatar for andrew@ziglang.orgAndrew Kelleydo the x86 arch
6 years agogravatar for andrew@ziglang.orgAndrew Kelleyfigure out zig0/stage1 and scanning for native CPU
6 years agogravatar for andrew@ziglang.orgAndrew Kelleyprogress towards merging
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonPass target_details to child CodeGens
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonAllow target details with no LLVM support
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonPass target details to c compiler
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonFix sentinel mismatch in llvm strings
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonEnable 64bit feature for riscv64
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonRemove features/cpus not in LLVM v9
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonNo allocations for n.t. empty strings
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonOnly enable requested features
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonMake sure llvm strings are null-terminated
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonAdd defaut feature support
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonAdd builtin.zig support
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonAdd TargetDetails abstraction
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonAdd llvm_name to feature defs
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonRename subfeatures -> dependencies
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonFilter out non-features
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonAdd build.zig cpu and feature options
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonAdd cpu/feature to cache hash
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonAdd cpu/feature specification to cmndline
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonRemove llvm_name from features
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonSwitch CPU/features to simple format
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonFix spacing in main.cpp
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonMake targets cmd able to list CPUs and features
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonFix CPU and feature defs
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonAdd parseArchTag and fix parseArchSub
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonUpdate term feature deps -> subfeatures
6 years agogravatar for lgustaf1@binghamton.eduLayne GustafsonCreate initial target details infrastructure
6 years agogravatar for thatlemon@gmail.comLemonBoyFix wrong error code being returned in enum analisys
6 years agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request #4231 from LemonBoy/more-builtin-work1
6 years agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request #4222 from LemonBoy/eutwouwth
6 years agogravatar for Sebastianhopkins@live.comSebastianfixed typo - "path" lead to undeclared identifier
6 years agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request #4220 from LemonBoy/fix-4214
6 years agogravatar for quae@daurnimator.comdaurnimatorstd: turn EAI_ constants into a non-exhaustive enum
6 years agogravatar for quae@daurnimator.comdaurnimatorstd: use non-exhaustive enums from crc module
6 years agogravatar for michael.dusan@gmail.comMichael DusanMerge pull request #4215 from mikdusan/cmake-install
6 years agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request #4191 from Vexu/non-exhaustive-enums
6 years agogravatar for michael.larouche@gmail.comMichaël LarouchePort clzsi2 from compiler_rt, required for using std.fmt.format on some ARM architecture.
6 years agogravatar for michael.dusan@gmail.comMichael DusanRevert "cmake: support `make` and `make install`"
Loading...