aboutsummaryrefslogtreecommitdiffstats
path: root/tool/ruby_vm/views
Commit message (Expand)AuthorAgeFilesLines
* _mjit_compile_send.erb: disable attr_reader inlinek0kubun2018-05-171-14/+0
* _mjit_compile_pc_and_sp: re-commit r63360k0kubun2018-05-091-2/+1
* _mjit_compile_send.erb: revert r63350k0kubun2018-05-091-3/+0
* _mjit_compile_pc_and_sp.erb: revert r63360k0kubun2018-05-091-1/+2
* _mjit_compile_pc_and_sp.erb: make sure no uninitializedk0kubun2018-05-081-2/+1
* _mjit_compile_send.erb: inline recursive callk0kubun2018-05-071-0/+3
* _mjit_compile_send.erb: retry inlining attr_readerk0kubun2018-05-032-8/+32
* mjit_compile.c: verify stack size agreementk0kubun2018-05-031-4/+0
* mjit_compile.inc.erb: verify stack consistencyk0kubun2018-05-031-4/+15
* tool/ruby_vm/views/_insn_name_info.erb: Auto-detect the longest insn namemame2018-05-021-0/+1
* _mjit_compile_send.erb: fix pointer conversion warningk0kubun2018-04-291-1/+1
* revert r63212k0kubun2018-04-232-31/+7
* _mjit_compile_send.erb: inline attr_reader callk0kubun2018-04-202-7/+31
* _mjit_compile_send.erb: simplify control flowk0kubun2018-04-191-3/+5
* _mjit_compile_pc_and_sp.erb: skip moving pck0kubun2018-03-064-3/+15
* mjit_compile.c: use local variables for stackk0kubun2018-03-045-26/+102
* vm.c: add mjit_enable_p flagk0kubun2018-03-032-2/+2
* mjit_compile.inc.erb: replace opt_key insnk0kubun2018-02-131-0/+7
* use <<- instead of <<~ for older baserubynobu2018-02-121-1/+1
* _mjit_compile_insn_body.erb: refactork0kubun2018-02-122-23/+43
* _mjit_compile_insn_line.erb: carve out macro expansionk0kubun2018-02-122-44/+53
* mjit.c: print JIT failurek0kubun2018-02-121-4/+2
* _mjit_compile_send.erb: resolve warnings on clangk0kubun2018-02-111-2/+2
* _mjit_compile_insn.erb: comment_idnobu2018-02-111-1/+10
* _mjit_compile_{insn,send}.erb: suppress warningsnobu2018-02-112-5/+5
* _mjit_compile_send.erb: PRI_SERIALT_PREFIXnobu2018-02-111-1/+2
* mjit_compile.c: original_body_iseqnobu2018-02-102-4/+4
* Export some missing symbols for MJITk0kubun2018-02-081-0/+2
* mjit_compile.c: fix inconsistent indentationk0kubun2018-02-061-1/+1
* Fix a typo [ci skip]kazu2018-02-051-1/+1
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-043-0/+273
* redefinition of a typedef is a C11ismshyouhei2018-01-291-0/+3
* also use sp_inc in vm coreshyouhei2018-01-291-7/+7
* extensive use of instruction attributesshyouhei2018-01-291-9/+12
* move ADD_PC around to optimize PC manipluiationsshyouhei2018-01-261-2/+6
* __VA_ARGS__ is a C99ismshyouhei2018-01-132-6/+3
* merge revision: 61746shyouhei2018-01-121-1/+1
* tool/ruby_vm support for pre-2.3 BASERUBYshyouhei2018-01-121-1/+1
* delete tool/instruction.rb (2nd try)shyouhei2018-01-1218-0/+592
* merge revisions 61753:61750 61747:61740 61737:61728shyouhei2018-01-1018-592/+0
* `signed` is required for Rasbian (x86_64).ko12018-01-091-1/+1
* grep_v is ruby 2.3 featurenaruse2018-01-091-1/+1
* insns_info.inc.tmpl: share large tableseshyouhei2018-01-093-41/+54
* insns_info.inc: position independentshyouhei2018-01-092-20/+43
* comma at the end of enum is a C99ism.shyouhei2018-01-091-3/+3
* delete tool/instruction.rbshyouhei2018-01-0918-0/+556