| Age | Commit message (Expand) | Author |
| 2022-08-29 | Fix jumps (https://github.com/Shopify/ruby/pull/322) | Kevin Newton |
| 2022-08-29 | Add --yjit-dump-insns test to Cirrus Arm workflow | Maxime Chevalier-Boisvert |
| 2022-08-29 | Fix bug with LeaLabel on x86, add CI test | Maxime Chevalier-Boisvert |
| 2022-08-29 | Fix comment typo | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port print_str to new backend (https://github.com/Shopify/ruby/pull/318) | Kevin Newton |
| 2022-08-29 | Port newhash, add tests for newhash, duphash | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add extra assertion in new_label for Kevin | Maxime Chevalier-Boisvert |
| 2022-08-29 | Exclude X0 (C_RET_REG) from allocatable registers on arm (https://github.com/... | Maxime Chevalier-Boisvert |
| 2022-08-29 | Op::CPushAll and Op::CPopAll (https://github.com/Shopify/ruby/pull/317) | Kevin Newton |
| 2022-08-29 | Assert that the # of bytes matches for label refs (https://github.com/Shopify... | Kevin Newton |
| 2022-08-29 | Encode MRS and MSR for AArch64 (https://github.com/Shopify/ruby/pull/315) | Kevin Newton |
| 2022-08-29 | Fix compile errors on arm on the CI (https://github.com/Shopify/ruby/pull/313) | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port over putstring | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port over setlocal_wc0 | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port gen_getlocal() | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port YJIT New Backend Temp Checks to Cirrus (https://github.com/Shopify/ruby/... | Maxime Chevalier-Boisvert |
| 2022-08-29 | Better label refs (https://github.com/Shopify/ruby/pull/310) | Kevin Newton |
| 2022-08-29 | Fix jumps (https://github.com/Shopify/ruby/pull/309) | Kevin Newton |
| 2022-08-29 | More Arm64 lowering/backend work (https://github.com/Shopify/ruby/pull/307) | Kevin Newton |
| 2022-08-29 | Add #[must_use] annotations to asm instructions | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add a backend test with a load of a GC'd VALUE | Maxime Chevalier-Boisvert |
| 2022-08-29 | Get started on branchunless port | Maxime Chevalier-Boisvert |
| 2022-08-29 | Get codegen for deferred compilation working | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add test for direct jump to a code pointer | Maxime Chevalier-Boisvert |
| 2022-08-29 | Arm64 progress (https://github.com/Shopify/ruby/pull/304) | Kevin Newton |
| 2022-08-29 | LSL, LSR, B.cond (https://github.com/Shopify/ruby/pull/303) | Kevin Newton |
| 2022-08-29 | Conscise IR disassembly (https://github.com/Shopify/ruby/pull/302) | Alan Wu |
| 2022-08-29 | Delete dbg!() calls | Alan Wu |
| 2022-08-29 | Fix backend transform bug, add test | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port over duphash and newarray | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port over get_branch_target() | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port over setn | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add jo insn and test for jo | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port topn, adjuststack, most of opt_plus | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port guard_two_fixnums | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port gen_full_cfunc_return | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port getlocal_WC0 | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port over gen_putspecialobject | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port gen_putself, log what can't be compiled in --yjit-dump-insns | Maxime Chevalier-Boisvert |
| 2022-08-29 | TST, CMP, AND/ANDS with registers (https://github.com/Shopify/ruby/pull/301) | Kevin Newton |
| 2022-08-29 | Make sure allocated reg size in bits matches insn out size | Maxime Chevalier-Boisvert |
| 2022-08-29 | AND/ANDS for A64 (https://github.com/Shopify/ruby/pull/300) | Kevin Newton |
| 2022-08-29 | Add Opnd.rm_num_bits() method | Maxime Chevalier-Boisvert |
| 2022-08-29 | Implement X86Reg::sub_reg() method | Maxime Chevalier-Boisvert |
| 2022-08-29 | Fix small bug in x86_split | Maxime Chevalier-Boisvert |
| 2022-08-29 | Get rid of temporary context methods | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add bitwise and to x86 backend | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add stores to one of the tests | Maxime Chevalier-Boisvert |
| 2022-08-29 | Move backend tests to their own file | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add support for using InsnOut as memory operand base | Maxime Chevalier-Boisvert |