| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-29 | std.Target.aarch64: updates for LLVM 21.1.5 | Alex Rønne Petersen | |
| 2025-08-30 | std.Target: update CPU features to LLVM 21 | Alex Rønne Petersen | |
| 2025-04-04 | std.Target: Update CPU models/features for LLVM 20. | Alex Rønne Petersen | |
| Closes #21818. | |||
| 2024-11-25 | refactor `update_cpu_features.zig` | David Rubin | |
| Most of this commit is whitespace changes, moving to use RLS for assigning the `CpuModel` | |||
| 2024-09-24 | std.Target: Regenerate CPU models/features based on LLVM 19.1.0. | Alex Rønne Petersen | |
| * DefaultExts parsing for aarch64. * cortex-m85 trustzone correction for arm. | |||
| 2024-09-19 | std.Target: Update CPU models/features for LLVM 19.1.0. | Alex Rønne Petersen | |
| 2024-09-19 | std.Target: Update CPU models/features for LLVM 19. | Alex Rønne Petersen | |
| 2024-08-28 | std: update `std.builtin.Type` fields to follow naming conventions | mlugg | |
| The compiler actually doesn't need any functional changes for this: Sema does reification based on the tag indices of `std.builtin.Type` already! So, no zig1.wasm update is necessary. This change is necessary to disallow name clashes between fields and decls on a type, which is a prerequisite of #9938. | |||
| 2024-08-12 | std.Target: Rename feature_set_fns to FeatureSetFns | Linus Groh | |
| From https://ziglang.org/documentation/master/#Names: > If `x` is callable, and `x`'s return type is `type`, then `x` should > be `TitleCase`. | |||
| 2024-07-09 | std: fix typos (#20560) | Jora Troosh | |
| 2024-05-08 | update CPU features to LLVM 18 | Andrew Kelley | |
| release/18.x branch, commit 78b99c73ee4b96fe9ce0e294d4632326afb2db42 | |||
| 2024-01-01 | std.Target: flatten | Andrew Kelley | |
