| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-10 | ZJIT: Use inline format args (#15482) | Alex Rocha | |
| 2025-11-21 | ZJIT: Inline Integer#<< for constant rhs (#15258) | Max Bernstein | |
| This is good for protoboeuf and other binary parsing | |||
| 2025-11-04 | ZJIT: Allow Store with 8-bit Opnd::Mem | Takashi Kokubun | |
| 2025-10-13 | [DOC] Fix typos | Étienne Barrié | |
| Inspired by 42ba82424d908c290a4a34ced8853f0a403b734b, I looked for other occurrences of "the the". | |||
| 2025-10-03 | ZJIT: Make sure zjit-test-update works in asm tests (#14708) | Takashi Kokubun | |
| 2025-09-19 | ZJIT: Fix disasm tests on release build (#14612) | Takashi Kokubun | |
| * ZJIT: Fix disasm tests on release build * Rename string() to hexdump() | |||
| 2025-09-19 | ZJIT: Test disasm with insta (#14602) | Takashi Kokubun | |
| 2025-09-03 | ZJIT: Ensure `clippy` passes and silence unnecessary warnings (#14439) | Aiden Fox Ivey | |
| 2025-08-01 | ZJIT: A64: Use MOVN for small negative immediates | Alan Wu | |
| Save a couple instructions to load a small negative constant into a register. In fact MOVN is speced to alias as `mov` in the official disassembly. | |||
| 2025-07-31 | ZJIT: A64: Add add_extended() which can add a register to sp | Alan Wu | |
| 2025-07-24 | ZJIT: Re-enable some A64 assembler tests | Alan Wu | |
| Tweak for Condition to build when `cfg!(target = "x86_64")`. | |||
| 2025-07-02 | ZJIT: Reject ISEQs with too-large stack_max (#13770) | Takashi Kokubun | |
| 2025-06-04 | ZJIT: Implement side exits for entry frames (#13469) | Takashi Kokubun | |
| Co-authored-by: Max Bernstein <tekknolagi@gmail.com> Co-authored-by: Alan Wu <alansi.xingwu@shopify.com> Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2025-04-18 | Add (gutted) asm | Maxime Chevalier-Boisvert | |
| Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
