summaryrefslogtreecommitdiff
path: root/lib/mjit/x86_assembler.rb
AgeCommit message (Collapse)Author
2023-03-05Fix broken rebaseTakashi Kokubun
2023-03-05Implement --mjit-statsTakashi Kokubun
2023-03-05Implement asm commentsTakashi Kokubun
2023-03-05Check interrupts on leaveTakashi Kokubun
2023-03-05Implement callee-saved registersTakashi Kokubun
2023-03-05Implement initial side exitTakashi Kokubun
2023-03-05Properly return a value from the stack as wellTakashi Kokubun
2023-03-05Compile putnil properlyTakashi Kokubun
2023-03-05Encode add insn properlyTakashi Kokubun
2023-03-05Implement mov encoding properlyTakashi Kokubun
2023-03-05Split responsibilities differentlyTakashi Kokubun
2023-03-05Move modules aroundTakashi Kokubun