COMMITS
/ tools/update_cpu_features.zig November 13, 2025
A
std.Target: add CPU features and models for hppa
Alex Rønne Petersen committed
A
std.Target: add CPU features and models for alpha
Alex Rønne Petersen committed
November 10, 2025
A
std.Target: add Arch tag and info for kvx
Alex Rønne Petersen committed
October 28, 2025
M
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg committed
October 30, 2025
A
Merge pull request #25733 from GasInfinity-Forks/x86_16-cpu_context
Alex Rønne Petersen committed
October 29, 2025
G
fix: add `i86` cpu in `update_cpu_features`
GasInfinity committed
A
remove all IBM AIX and z/OS support
Alex Rønne Petersen committed
September 19, 2025
A
tools: eliminate dependency on std.SegmentedList
Andrew Kelley committed
September 17, 2025
A
std.Target: adjustments to LoongArch CPU models
Alex Rønne Petersen committed
August 27, 2025
A
std.Target.x86: purge avx10.n-256, rename avx10.n_512 to avx10.n, require evex512 for avx512f
Alex Rønne Petersen committed
July 16, 2025
A
update_cpu_features: bump branch quota for amdgcn
Alex Rønne Petersen committed
A
update_cpu_features: fix a fmtId call to be fmtIdPU
Alex Rønne Petersen committed
A
tools: fix some bitrot
Alex Rønne Petersen committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
August 8, 2025
A
std.Io: remove BufferedWriter
Andrew Kelley committed
July 8, 2025
A
update standalone and incremental tests to new API
Andrew Kelley committed
June 17, 2025
A
remove `spirv` cpu arch
Ali Cheraghi committed
May 21, 2025
A
target: auto-generated spirv features
Ali Cheraghi committed
February 5, 2025
A
std.Target: Update CPU models/features for LLVM 20.
Alex Rønne Petersen committed
February 14, 2025
A
spirv: ziggify and remove unknown spirv features
Ali Cheraghi committed
January 23, 2025
A
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Alex Rønne Petersen committed
December 17, 2024
A
update_cpu_features: Handle targets that don't have LLVM data.
Alex Rønne Petersen committed
January 22, 2025
A
wasm: Add a nontrapping_bulk_memory_len0 feature.
Alex Rønne Petersen committed
November 29, 2024
A
std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.
Alex Rønne Petersen committed
December 29, 2024
J
x86_64: implement clz and not
Jacob Young committed
November 25, 2024
D
refactor `update_cpu_features.zig`
David Rubin committed
D
make `crc32` a featdep of `sse4.2`
David Rubin committed
D
cleanup `update_cpu_feature.zig`
David Rubin committed
October 28, 2024
A
std.Target: Rename amdgpu module to amdgcn.
Alex Rønne Petersen committed
November 2, 2024
A
std.Target: Remove armv7k/armv7s.
Alex Rønne Petersen committed
October 4, 2024
A
Merge pull request #21572 from alexrp/tests-llvm-targets
Alex Rønne Petersen committed
October 1, 2024
A
update_cpu_features: Don't delete the output file if there are no CPU features.
Alex Rønne Petersen committed
September 24, 2024
A
update_cpu_features: Don't set trustzone on cortex-m85.
Alex Rønne Petersen committed
A
update_cpu_features: Add support for parsing DefaultExts as used for aarch64.
Alex Rønne Petersen committed
August 30, 2024
A
update_cpu_features: Fix feature_overrides logic and replace an omit_cpus misuse.
Alex Rønne Petersen committed
August 22, 2024
A
update_cpu_features: Update for LLVM 19.
Alex Rønne Petersen committed
August 28, 2024
M
August 11, 2024
L
std.Target: Rename feature_set_fns to FeatureSetFns
Linus Groh committed
August 7, 2024
R
update_cpu_features: Add x86 alias and arm override
Ryan Liptak committed
June 11, 2024
A
update update_cpu_features tool to latest std.Progress API
Andrew Kelley committed
May 23, 2024
A
std: restructure child process namespace
Andrew Kelley committed
April 25, 2024
A
update CPU features to LLVM 18
Andrew Kelley committed
February 13, 2024
C
Update usages of `fmtId`/`isValidId`
Carl Åstholm committed
January 9, 2024
C
Override incorrect ARM Cortex-M series CPU feature definitions
Carl Åstholm committed
C
update_cpu_features: Support omitting deps
Carl Åstholm committed
October 19, 2023
J
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer committed
August 11, 2023
A
LLVM 17 std lib updates and fixes
Andrew Kelley committed
A
update CPU features to LLVM 17
Andrew Kelley committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
June 19, 2023
J