| Age | Commit message (Expand) | Author |
| 2022-08-29 | Port setivar to the new backend IR (https://github.com/Shopify/ruby/pull/362) | Takashi Kokubun |
| 2022-08-29 | Port opt_minus, opt_or, and opt_and to the new IR (https://github.com/Shopify... | Takashi Kokubun |
| 2022-08-29 | Port opt_mod to the new backend IR (https://github.com/Shopify/ruby/pull/363) | Takashi Kokubun |
| 2022-08-29 | Fix to float guard in jit_guard_known_klass to use the correct output operand... | Noah Gibbs |
| 2022-08-29 | Port send-only insns and write tests (https://github.com/Shopify/ruby/pull/360) | Takashi Kokubun |
| 2022-08-29 | Opnd::Value fixes (https://github.com/Shopify/ruby/pull/354) | Alan Wu |
| 2022-08-29 | Port gen_send_cfunc to the new backend (https://github.com/Shopify/ruby/pull/... | Takashi Kokubun |
| 2022-08-29 | Convert getinstancevariable to new backend IR (https://github.com/Shopify/ru... | Takashi Kokubun |
| 2022-08-29 | Remove empty lines | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port gen_concatstring to new backend IR (https://github.com/Shopify/ruby/pull... | Zack Deveau |
| 2022-08-29 | Port anytostring, intern, and toregexp (https://github.com/Shopify/ruby/pull/... | Takashi Kokubun |
| 2022-08-29 | Port only ATTRSET of opt_send_without_block (https://github.com/Shopify/ruby/... | Takashi Kokubun |
| 2022-08-29 | Port class variable instructions (https://github.com/Shopify/ruby/pull/346) | Takashi Kokubun |
| 2022-08-29 | Port setglobal to the new backend (https://github.com/Shopify/ruby/pull/347) | Takashi Kokubun |
| 2022-08-29 | Minor cleanups (https://github.com/Shopify/ruby/pull/345) | Alan Wu |
| 2022-08-29 | Port gen_checktype to the new IR assembler backend (https://github.com/Shopif... | Zack Deveau |
| 2022-08-29 | Port the YJIT defined opcode; fix C_ARG_REGS (https://github.com/Shopify/ruby... | Noah Gibbs |
| 2022-08-29 | Port and test checkkeyword (https://github.com/Shopify/ruby/pull/339) | Noah Gibbs |
| 2022-08-29 | Add LiveReg IR instruction to fix stats leave exit code (https://github.com/S... | Alan Wu |
| 2022-08-29 | Port and test duparray and splatarray (https://github.com/Shopify/ruby/pull/337) | Noah Gibbs |
| 2022-08-29 | Fix bug with opt_lt, csel on x86 | Maxime Chevalier-Boisvert |
| 2022-08-29 | Work on opt_lt, fix x86 backend bug in cmp() | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port over newrange | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port over setlocal and getglobal | Maxime Chevalier-Boisvert |
| 2022-08-29 | Refactor YJIT branches to use PosMarker (https://github.com/Shopify/ruby/pull... | Maxime Chevalier-Boisvert |
| 2022-08-29 | Fix dupn (https://github.com/Shopify/ruby/pull/330) | Noah Gibbs |
| 2022-08-29 | Implement PosMarker instruction (https://github.com/Shopify/ruby/pull/328) | Maxime Chevalier-Boisvert |
| 2022-08-29 | Fix push/pop and frame setup/teardown with Kevin & Alan | Maxime Chevalier-Boisvert |
| 2022-08-29 | Fix some of the codegen.rs tests (https://github.com/Shopify/ruby/pull/327) | Noah Gibbs |
| 2022-08-29 | Use frame_setup() and frame_teardown() | Maxime Chevalier-Boisvert |
| 2022-08-29 | ADR fixes for LeaLabel and calls | 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 | 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 | 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 | Port over duphash and newarray | 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 | Get rid of temporary context methods | Maxime Chevalier-Boisvert |