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
2025-08-30
std.Target.x86: purge avx10.n-256, rename avx10.n_512 to avx10.n, require eve...
Alex Rønne Petersen
2025-08-30
update_cpu_features: bump branch quota for amdgcn
Alex Rønne Petersen
2025-08-30
update_cpu_features: fix a fmtId call to be fmtIdPU
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
std.Io: remove BufferedWriter
Andrew Kelley
2025-07-16
tools: fix some bitrot
Alex Rønne Petersen
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-05-21
target: auto-generated spirv features
Ali Cheraghi
2025-04-04
std.Target: Update CPU models/features for LLVM 20.
Alex Rønne Petersen
2025-02-18
spirv: ziggify and remove unknown spirv features
Ali Cheraghi
2025-02-17
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Alex Rønne Petersen
2025-02-17
update_cpu_features: Handle targets that don't have LLVM data.
Alex Rønne Petersen
2025-01-22
wasm: Add a nontrapping_bulk_memory_len0 feature.
Alex Rønne Petersen
2025-01-22
std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.
Alex Rønne Petersen
2025-01-16
x86_64: implement clz and not
Jacob Young
2024-11-25
refactor `update_cpu_features.zig`
David Rubin
2024-11-25
make `crc32` a featdep of `sse4.2`
David Rubin
2024-11-25
cleanup `update_cpu_feature.zig`
David Rubin
2024-11-02
std.Target: Rename amdgpu module to amdgcn.
Alex Rønne Petersen
2024-11-02
std.Target: Remove armv7k/armv7s.
Alex Rønne Petersen
2024-10-04
Merge pull request #21572 from alexrp/tests-llvm-targets
Alex Rønne Petersen
2024-10-03
update_cpu_features: Don't delete the output file if there are no CPU features.
Alex Rønne Petersen
2024-09-24
update_cpu_features: Don't set trustzone on cortex-m85.
Alex Rønne Petersen
2024-09-24
update_cpu_features: Add support for parsing DefaultExts as used for aarch64.
Alex Rønne Petersen
2024-09-19
update_cpu_features: Fix feature_overrides logic and replace an omit_cpus mis...
Alex Rønne Petersen
2024-09-19
update_cpu_features: Update for LLVM 19.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-12
std.Target: Rename feature_set_fns to FeatureSetFns
Linus Groh
2024-08-07
update_cpu_features: Add x86 alias and arm override
Ryan Liptak
2024-06-11
update update_cpu_features tool to latest std.Progress API
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-08
update CPU features to LLVM 18
Andrew Kelley
2024-04-07
Update usages of `fmtId`/`isValidId`
Carl Åstholm
2024-01-09
Override incorrect ARM Cortex-M series CPU feature definitions
Carl Åstholm
2024-01-09
update_cpu_features: Support omitting deps
Carl Åstholm
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-09-19
LLVM 17 std lib updates and fixes
Andrew Kelley
2023-09-19
update CPU features to LLVM 17
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
std: Support user-provided jsonParse method. Unify json.Parser and json.parse...
Josh Wolfe
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe
2023-04-18
std.target.riscv: fix baseline_rv32 missing feature "32bit"
serg
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
[next]