| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-22 | coroutine/arm64: Skip saving/restoring x30 twice and use `autiasp` | Yuta Saito | |
| We don't need to save/restore x30 twice, and we can just use `ret`, which uses x30 as return address register instead of explicit `ret <reg>` instruction. This also allows us to use `autiasp` instead of `autia1716` and we can skip setting SP/LR to x16/x17. Also the size of register save area is shrunk by 16 bytes due to the removal of extra x30 save/restore. | |||
| 2023-12-22 | coroutine/arm64/Context.S: Append PAC/BTI note section if needed | Yuta Saito | |
| Fixes https://bugs.ruby-lang.org/issues/20029 | |||
| 2023-12-22 | coroutine/arm64/Context.S: Insert `bti c` as BTI landing pad | Yuta Saito | |
| 2023-12-22 | coroutine/arm64: Sign return address if PAC enabled | Yuta Saito | |
| 2021-04-01 | coroutine: Darwin on ARM64 needs alignment of 2^2 | David CARLIER | |
| 2021-03-22 | coroutine mac m1 update. | David CARLIER | |
| using proper link register and frame pointer which equal x30/x29. Notes: Merged: https://github.com/ruby/ruby/pull/4243 | |||
| 2021-03-05 | coroutine arm64 generating note.GNU-stack section for linux. | David Carlier | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4238 | |||
| 2020-07-05 | Prefix export symbol prefix to coroutine_transfer | Nobuyoshi Nakada | |
| 2020-07-05 | Removed trailing spaces [ci skip] | Nobuyoshi Nakada | |
| 2019-12-28 | Remove "All Rights Reserved." from Copyright statement. | Samuel Williams | |
| 2018-11-24 | Change Makefile rule for assembly to use .S rather than .s | samuel | |
| It is more conventional to use compiler to pre-process and assemble the `.S` file rather than forcing Makefile to use `.s`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
