aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_jit.rb
Commit message (Expand)AuthorAgeFilesLines
* insns.def: stop pushing unnecessary keys for MJITk0kubun2018-07-071-1/+19
* _mjit_compile_insn_body: rollback pc correctlyk0kubun2018-07-071-3/+5
* revert r62655 for r63763k0kubun2018-07-051-0/+18
* Remove warnings of flip-flop deprecation from tests and specsmame2018-06-151-0/+3
* test_jit.rb: propagate suspicious stderrk0kubun2018-05-221-4/+16
* _mjit_compile_send.erb: revert r63350k0kubun2018-05-091-10/+0
* _mjit_compile_send.erb: inline recursive callk0kubun2018-05-071-0/+10
* _mjit_compile_send.erb: retry inlining attr_readerk0kubun2018-05-031-0/+31
* test_jit.rb: test local variablesk0kubun2018-05-021-4/+17
* test_jit.rb: test opt_aref_with againk0kubun2018-05-021-1/+4
* test_jit.rb: make it possible to automatically findk0kubun2018-05-021-7/+43
* test_jit.rb: verify tested insnsk0kubun2018-05-021-68/+102
* test_jit.rb: add missing dependencyk0kubun2018-05-021-0/+1
* compile.c: mark catch_except_p of iseqk0kubun2018-05-021-0/+11
* mjit.c: clean so file on Windowsnobu2018-04-271-1/+11
* test_jit.rb: follow the change of instructionk0kubun2018-04-211-1/+1
* _mjit_compile_send.erb: inline attr_reader callk0kubun2018-04-201-0/+35
* test_jit.rb: loosen CC check conditionk0kubun2018-03-301-1/+1
* test_jit.rb: loosen debug log checkk0kubun2018-03-291-1/+1
* test_jit.rb: debug cc1 availabilityk0kubun2018-03-171-3/+10
* test_jit.rb: show debugging output on stderrk0kubun2018-03-111-2/+2
* test_jit.rb: fix typok0kubun2018-03-111-1/+1
* test_jit.rb: add debugging outputk0kubun2018-03-111-0/+7
* compile.c: mark all ISeq ancestors as catch_except_pk0kubun2018-03-101-0/+19
* mjit_compile.c: use local variables for stackk0kubun2018-03-041-1/+49
* test_rubyoptions.rb: don't test --jit if not supportedk0kubun2018-02-221-36/+3
* mjit_compile.inc.erb: replace opt_key insnk0kubun2018-02-131-5/+34
* test_jit.rb: prettify script in messagek0kubun2018-02-121-1/+6
* test_jit.rb: explicitly skip for unsupported onesk0kubun2018-02-121-2/+6
* test_jit.rb: split test_compile_insnsnobu2018-02-121-192/+270
* test_jit.rb: cover most insn compilationsk0kubun2018-02-101-3/+344
* .travis.yml: force to execute JIT test on Travisk0kubun2018-02-091-0/+6
* test_jit.rb: don't force to test --jit-waitk0kubun2018-02-081-2/+2
* test_jit.rb: fix typok0kubun2018-02-081-1/+1
* test_jit.rb: add forgotten checkk0kubun2018-02-081-1/+2
* test_jit.rb: check JIT support more conservativelyk0kubun2018-02-081-5/+9
* test_jit.rb: remove unnecessary requirek0kubun2018-02-081-1/+0
* test_jit.rb: try to test JIT againk0kubun2018-02-081-0/+68
* revert r62291 for nowk0kubun2018-02-081-60/+0
* test_jit.rb: make JIT count test optionalk0kubun2018-02-071-6/+8
* test_jit.rb: add initial test for JITk0kubun2018-02-071-0/+58