| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-01 | std.Target: flatten | Andrew Kelley | |
| 2023-09-19 | LLVM 17 std lib updates and fixes | Andrew Kelley | |
| * some manual fixes to generated CPU features code. in the future it would be nice to make the script do those automatically. I suspect the sm_90a thing is a bug in LLVM. * add liteos to various target OS switches. I know nothing about this OS; someone will need to work specifically on support for this OS when the time comes to support it properly in zig. * while waiting for the compiler, I went ahead and made more conservative choices about when to use `inline` in std/Target.zig | |||
| 2023-09-19 | update CPU features to LLVM 17 | Andrew Kelley | |
| release/17.x branch, commit 8f4dd44097c9ae25dd203d5ac87f3b48f854bba8 | |||
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov | |
| Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> | |||
| 2023-04-30 | std: fix a bunch of typos | Linus Groh | |
| The majority of these are in comments, some in doc comments which might affect the generated documentation, and a few in parameter names - nothing that should be breaking, however. | |||
| 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-01-26 | update CPU features to LLVM 16 | Andrew Kelley | |
| 2022-08-02 | update target CPU features for LLVM 15 | Andrew Kelley | |
| 2022-07-01 | update CPU features to LLVM 14 | Andrew Kelley | |
| Notable changes: `_i386`, `_i486`, and `_i686` are renamed to `i386`, `i486`, and `i686` respectively. `std.zig.fmtId` is enhanced to support formatting `i386` as `@"i386"`. Some CPU features which are actually CPU models have been properly flattened, such as `apple_a12`, `apple_a13`, `apple_a7`, `cortex_a78c`, `exynos_m4`, `neoverse_e1`, `neoverse_n1`, `neoverse_n2`, `neoverse_v1`. Some CPU features have been added and some have been removed, following LLVM's lead. CSky CPU features support is added. | |||
