aboutsummaryrefslogtreecommitdiff
path: root/tools/update_cpu_features.zig
AgeCommit message (Expand)Author
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-15update target CPU features with LLVM 13 rc1 dataAndrew Kelley
2021-08-12update_cpu_features tool: work around stage1 bugAndrew Kelley
2021-08-12compiler-rt: do not depend on `usingnamespace`Andrew Kelley
2021-06-30zig fmtkprotty
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-21fix code broken from previous commitJacob G-W
2021-06-17Fix `lakemont` CpuModel (#9099)d18g
2021-06-13tools: Unbreak many toolsLemonBoy
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-03std: Add two more ARM CPUs to the known CPU listLemonBoy
2021-04-20target: drop `ppc32` and prefer `ppc`Michael Dusan
2021-03-02update to latest std Thread APIAndrew Kelley
2021-02-28tools/update_cpu_features: fix usage()Michael Dusan
2021-02-27update ARM target CPU featuresAndrew Kelley
2021-02-27tools/update_cpu_features: add a "flatten" featureAndrew Kelley
2021-02-27tools/update_cpu_features: better patching APIAndrew Kelley
2021-02-27tools/update_cpu_features: consistent naming of neoverse cpusAndrew Kelley
2021-02-27update amdgpu target CPU featuresAndrew Kelley
2021-02-27update RISC-V target CPU featuresAndrew Kelley
2021-02-27tools/update_cpu_features: prune redundant featuresAndrew Kelley
2021-02-26tools/update_cpu_features: handle ISAs with no featuresAndrew Kelley
2021-02-26tools/update_cpu_features: branch quota where necessaryAndrew Kelley
2021-02-26introduce tools/update_cpu_features.zigAndrew Kelley