| Age | Commit message (Expand) | Author |
| 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 |
| 2022-08-29 | Rename transform_insns to forward_pass | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add assert | Maxime Chevalier-Boisvert |
| 2022-08-29 | Remove unused code, add backend asm test | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port bitwise not, gen_check_ints() | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port gen_code_for_exit_from_stub() | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add atomic counter increment instruction | Maxime Chevalier-Boisvert |
| 2022-08-29 | Get side exits working, get miniruby to boot with threshold=1 | Maxime Chevalier-Boisvert |
| 2022-08-29 | LDADDAL, STUR, BL (https://github.com/Shopify/ruby/pull/299) | Kevin Newton |
| 2022-08-29 | MOVK, MOVZ, BR (https://github.com/Shopify/ruby/pull/296) | Kevin Newton |
| 2022-08-29 | Port over putnil, putobject, and gen_leave() | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port gen_leave_exit(), add support for labels to backend | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add cpush and cpop IR instructions | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add conditional jumps | Maxime Chevalier-Boisvert |
| 2022-08-29 | LDUR (https://github.com/Shopify/ruby/pull/295) | Kevin Newton |
| 2022-08-29 | Map comments in backend | Maxime Chevalier-Boisvert |
| 2022-08-29 | First pass at porting gen_entry_prologue() | Maxime Chevalier-Boisvert |
| 2022-08-29 | Have Assembler::compile() return a list of GC offsets | Maxime Chevalier-Boisvert |
| 2022-08-29 | RET A64 instructions (https://github.com/Shopify/ruby/pull/294) | Kevin Newton |
| 2022-08-29 | Remove x86_64 dependency in core.rs | Maxime Chevalier-Boisvert |
| 2022-08-29 | Progress on codegen.rs port | Maxime Chevalier-Boisvert |
| 2022-08-29 | * Arm64 Beginnings (https://github.com/Shopify/ruby/pull/291) | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add test for lea and ret. Fix codegen for lea and ret. | Maxime Chevalier-Boisvert |
| 2022-08-29 | Change codegen.rs to use backend Assembler directly | Maxime Chevalier-Boisvert |
| 2022-08-29 | Implement gc offset logic | Maxime Chevalier-Boisvert |
| 2022-08-29 | Load GC Value operands into registers | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add CCall IR insn, implement gen_swap() | Maxime Chevalier-Boisvert |
| 2022-08-29 | Add gen_dupn | Maxime Chevalier-Boisvert |