index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
update_cpu_features.zig
Age
Commit message (
Expand
)
Author
2023-02-19
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-04
langref, tools: rename --single-threaded to -fsingle-threaded
ee7
2023-01-26
update CPU features to LLVM 16
Andrew Kelley
2022-10-20
add m68k target CPU features
Andrew Kelley
2022-08-02
update target CPU features for LLVM 15
Andrew Kelley
2022-07-28
std: rename std.Target.systemz to .s390x
Meghan Denny
2022-07-01
update CPU features to LLVM 14
Andrew Kelley
2022-02-08
update more API usage of std.Progress
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-15
update target CPU features with LLVM 13 rc1 data
Andrew Kelley
2021-08-12
update_cpu_features tool: work around stage1 bug
Andrew Kelley
2021-08-12
compiler-rt: do not depend on `usingnamespace`
Andrew Kelley
2021-06-30
zig fmt
kprotty
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-17
Fix `lakemont` CpuModel (#9099)
d18g
2021-06-13
tools: Unbreak many tools
LemonBoy
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-03
std: Add two more ARM CPUs to the known CPU list
LemonBoy
2021-04-20
target: drop `ppc32` and prefer `ppc`
Michael Dusan
2021-03-02
update to latest std Thread API
Andrew Kelley
2021-02-28
tools/update_cpu_features: fix usage()
Michael Dusan
2021-02-27
update ARM target CPU features
Andrew Kelley
2021-02-27
tools/update_cpu_features: add a "flatten" feature
Andrew Kelley
2021-02-27
tools/update_cpu_features: better patching API
Andrew Kelley
2021-02-27
tools/update_cpu_features: consistent naming of neoverse cpus
Andrew Kelley
2021-02-27
update amdgpu target CPU features
Andrew Kelley
2021-02-27
update RISC-V target CPU features
Andrew Kelley
2021-02-27
tools/update_cpu_features: prune redundant features
Andrew Kelley
2021-02-26
tools/update_cpu_features: handle ISAs with no features
Andrew Kelley
2021-02-26
tools/update_cpu_features: branch quota where necessary
Andrew Kelley
2021-02-26
introduce tools/update_cpu_features.zig
Andrew Kelley