aboutsummaryrefslogtreecommitdiff
path: root/tools/update_cpu_features.zig
AgeCommit message (Expand)Author
2025-08-30std.Target.x86: purge avx10.n-256, rename avx10.n_512 to avx10.n, require eve...Alex Rønne Petersen
2025-08-30update_cpu_features: bump branch quota for amdgcnAlex Rønne Petersen
2025-08-30update_cpu_features: fix a fmtId call to be fmtIdPUAlex Rønne Petersen
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-08std.Io: remove BufferedWriterAndrew Kelley
2025-07-16tools: fix some bitrotAlex Rønne Petersen
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-05-21target: auto-generated spirv featuresAli Cheraghi
2025-04-04std.Target: Update CPU models/features for LLVM 20.Alex Rønne Petersen
2025-02-18spirv: ziggify and remove unknown spirv featuresAli Cheraghi
2025-02-17std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.Alex Rønne Petersen
2025-02-17update_cpu_features: Handle targets that don't have LLVM data.Alex Rønne Petersen
2025-01-22wasm: Add a nontrapping_bulk_memory_len0 feature.Alex Rønne Petersen
2025-01-22std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.Alex Rønne Petersen
2025-01-16x86_64: implement clz and notJacob Young
2024-11-25refactor `update_cpu_features.zig`David Rubin
2024-11-25make `crc32` a featdep of `sse4.2`David Rubin
2024-11-25cleanup `update_cpu_feature.zig`David Rubin
2024-11-02std.Target: Rename amdgpu module to amdgcn.Alex Rønne Petersen
2024-11-02std.Target: Remove armv7k/armv7s.Alex Rønne Petersen
2024-10-04Merge pull request #21572 from alexrp/tests-llvm-targetsAlex Rønne Petersen
2024-10-03update_cpu_features: Don't delete the output file if there are no CPU features.Alex Rønne Petersen
2024-09-24update_cpu_features: Don't set trustzone on cortex-m85.Alex Rønne Petersen
2024-09-24update_cpu_features: Add support for parsing DefaultExts as used for aarch64.Alex Rønne Petersen
2024-09-19update_cpu_features: Fix feature_overrides logic and replace an omit_cpus mis...Alex Rønne Petersen
2024-09-19update_cpu_features: Update for LLVM 19.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-12std.Target: Rename feature_set_fns to FeatureSetFnsLinus Groh
2024-08-07update_cpu_features: Add x86 alias and arm overrideRyan Liptak
2024-06-11update update_cpu_features tool to latest std.Progress APIAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-08update CPU features to LLVM 18Andrew Kelley
2024-04-07Update usages of `fmtId`/`isValidId`Carl Åstholm
2024-01-09Override incorrect ARM Cortex-M series CPU feature definitionsCarl Åstholm
2024-01-09update_cpu_features: Support omitting depsCarl Åstholm
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-09-19LLVM 17 std lib updates and fixesAndrew Kelley
2023-09-19update CPU features to LLVM 17Andrew Kelley
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19std: Support user-provided jsonParse method. Unify json.Parser and json.parse...Josh Wolfe
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe
2023-04-18std.target.riscv: fix baseline_rv32 missing feature "32bit"serg
2023-02-19Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-18Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-04langref, tools: rename --single-threaded to -fsingle-threadedee7
2023-01-26update CPU features to LLVM 16Andrew Kelley
2022-10-20add m68k target CPU featuresAndrew Kelley