summaryrefslogtreecommitdiff
path: root/tool/ruby_vm
AgeCommit message (Expand)Author
2018-05-03_mjit_compile_send.erb: retry inlining attr_readerk0kubun
2018-05-03mjit_compile.c: verify stack size agreementk0kubun
2018-05-03mjit_compile.inc.erb: verify stack consistencyk0kubun
2018-05-02tool/ruby_vm/views/_insn_name_info.erb: Auto-detect the longest insn namemame
2018-04-29_mjit_compile_send.erb: fix pointer conversion warningk0kubun
2018-04-23revert r63212k0kubun
2018-04-20_mjit_compile_send.erb: inline attr_reader callk0kubun
2018-04-19_mjit_compile_send.erb: simplify control flowk0kubun
2018-04-06tool/ruby_vm/scripts/insns2vm.rb: fix typo in r62064stomar
2018-03-19Reverting r62775, this should fix i686 buildstenderlove
2018-03-16Revert "Add direct marking on iseq operands"naruse
2018-03-09Add direct marking on iseq operandstenderlove
2018-03-06_mjit_compile_pc_and_sp.erb: skip moving pck0kubun
2018-03-04mjit_compile.c: use local variables for stackk0kubun
2018-03-03vm.c: add mjit_enable_p flagk0kubun
2018-02-27Refactor ERB version checking for keyword argumentsk0kubun
2018-02-26tool/ruby_vm/helpers/dumper.rb: check ERB versionk0kubun
2018-02-22erb.rb: deprecate safe_level of ERB.newk0kubun
2018-02-13mjit_compile.inc.erb: replace opt_key insnk0kubun
2018-02-12use <<- instead of <<~ for older baserubynobu
2018-02-12_mjit_compile_insn_body.erb: refactork0kubun
2018-02-12_mjit_compile_insn_line.erb: carve out macro expansionk0kubun
2018-02-12mjit.c: print JIT failurek0kubun
2018-02-11_mjit_compile_send.erb: resolve warnings on clangk0kubun
2018-02-11_mjit_compile_insn.erb: comment_idnobu
2018-02-11_mjit_compile_{insn,send}.erb: suppress warningsnobu
2018-02-11_mjit_compile_send.erb: PRI_SERIALT_PREFIXnobu
2018-02-10mjit_compile.c: original_body_iseqnobu
2018-02-08Export some missing symbols for MJITk0kubun
2018-02-06mjit_compile.c: fix inconsistent indentationk0kubun
2018-02-05Fix a typo [ci skip]kazu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-30bare_instructions.rb: sp_inc is signednobu
2018-01-29redefinition of a typedef is a C11ismshyouhei
2018-01-29s/CALL_SIMPLE_METHOD/DISPATCH_ORIGINAL_INSN/shyouhei
2018-01-29also use sp_inc in vm coreshyouhei
2018-01-29extensive use of instruction attributesshyouhei
2018-01-27bare_instructions.rb: show class name on inspectk0kubun
2018-01-27insns2vm.rb: add missing word to helpk0kubun
2018-01-27insns2vm.rb: make #generate_parser privatek0kubun
2018-01-27dumper.rb: stop getting --destdir option valuek0kubun
2018-01-26move ADD_PC around to optimize PC manipluiationsshyouhei
2018-01-15tool/ruby_vm/models/attribute.rb: void for empty argumentsnobu
2018-01-13__VA_ARGS__ is a C99ismshyouhei
2018-01-12merge revision: 61746shyouhei
2018-01-12tool/ruby_vm support for pre-2.0 BASERUBYshyouhei
2018-01-12tool/ruby_vm support for pre-2.1 BASERUBYshyouhei
2018-01-12tool/ruby_vm support for pre-2.3 BASERUBYshyouhei
2018-01-12delete tool/instruction.rb (2nd try)shyouhei
2018-01-12new insns.def format (2nd try)shyouhei