| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-22 | aarch64: add new from scratch self-hosted backend | Jacob Young | |
| 2025-06-19 | x86_64: increase passing test coverage on windows | Jacob Young | |
| Now that codegen has no references to linker state this is much easier. Closes #24153 | |||
| 2025-06-16 | rename spirv backend name | Ali Cheraghi | |
| `stage2_spirv64` -> `stage2_spirv` | |||
| 2025-06-11 | test: Enable some working vector tests | Danielkonge | |
| Closes #12827. | |||
| 2025-05-31 | Legalize: implement scalarization of binary operations | Jacob Young | |
| 2025-02-24 | test: skip failing tests with spirv-vulkan | Ali Cheraghi | |
| 2025-01-24 | x86_64: rewrite float vector `@abs` and equality comparisons | Jacob Young | |
| 2025-01-20 | x86_64: rewrite `@abs` | Jacob Young | |
| 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-07-26 | riscv: update tests | David Rubin | |
| 2024-06-24 | stage2-wasm: abs 128 bit | Pavel Verigo | |
| 2024-06-13 | riscv: integer + float `@abs` | David Rubin | |
| 2024-05-11 | riscv: add stage2_riscv to test matrix and bypass failing tests | David Rubin | |
| 2024-04-13 | cbe: fix optional codegen | Jacob Young | |
| Also reduce ctype pool string memory usage, remove self assignments, and enable more warnings. | |||
| 2024-02-06 | x86_64+macho: pass more behavior tests | Jakub Konka | |
| 2024-02-04 | spirv: air abs | Robin Voetter | |
| 2024-02-04 | spirv: fix shuffle properly | Robin Voetter | |
| 2023-11-19 | test: update behavior to silence 'var is never mutated' errors | mlugg | |
| 2023-10-15 | spirv: update failing / passing tests | Robin Voetter | |
| Some tests are now failing due to debug info changes, some tests now pass due to improved compiler functionality. | |||
| 2023-10-08 | x86_64: implement `@abs` for some integer vector types | Jacob Young | |
| 2023-10-07 | x86_64: implement negation and `@abs` for `f80` | Jacob Young | |
| Also implement live-outs since the x87 requires so much care around liveness tracking. | |||
| 2023-10-05 | x86_64: implement C abi for f128 | Jacob Young | |
| 2023-10-01 | x86_64: implement float round builtins | Jacob Young | |
| 2023-09-27 | Add behavior tests for `@abs` builtin | antlilja | |
