| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -35/+0 | |
| 2022-03-10 | short-circuit the easy cases in `is_copy_modulo_regions` | Scott McMurray | -1/+1 | |
| This change is somewhat extensive, since it affects MIR -- since this is called to determine Copy vs Move -- so any test that's `no_core` needs to actually have the normal `impl`s it uses. | ||||
| 2021-06-30 | Add support for leaf fn frame pointer elimination | Simonas Kazlauskas | -0/+35 | |
| This PR adds ability for the target specifications to specify frame pointer emission type that's not just “always” or “whatever cg decides”. In particular there's a new mode that allows omission of the frame pointer for leaf functions (those that don't call any other functions). We then set this new mode for Aarch64-based Apple targets. Fixes #86196 | ||||
