summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
2018-09-25Revert r64824 to fix build failure on AppVeyork0kubun
2018-09-24insns.def: optimize & and | of Integer [experimental]k0kubun
2018-09-14forgot to expand tabs [ci skip]shyouhei
2018-09-14move ADD_PC around (take 2)shyouhei
2018-09-12resurrect the string to expect modificationsshyouhei
2018-09-12make opt_str_freeze leafshyouhei
2018-09-12make opt_case_dispatch leafshyouhei
2018-09-11add new instruction attribute called leafshyouhei
2018-08-11vm_args.c: stop requiring `calling` in vm_caller_setup_arg_blockk0kubun
2018-08-10insns.def (invokesuper): remove a dummy receiever flag hack for ZSUPERmame
2018-07-27insns.def: remove old wrong explanation for get/setconstantmame
2018-07-25insns.def: s/handles_frame/handles_sp/k0kubun
2018-07-19mjit_compile.c: reduce sp motion on JITk0kubun
2018-07-17revert r63988k0kubun
2018-07-17insns.def: remove redundant ifndef in r63988k0kubun
2018-07-17mjit_compile.c: resurrect local variable stackk0kubun
2018-07-15insns.def: fix typo in commentktsj
2018-07-07insns.def: stop pushing unnecessary keys for MJITk0kubun
2018-07-05revert r62655 for r63763k0kubun
2018-06-27give up insn attr handles_frameshyouhei
2018-06-27refactor move logics out of insns.defshyouhei
2018-06-27move function declarations from insns.def to internal.hshyouhei
2018-04-21insns.def: checktypenobu
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-04mjit_compile.c: use local variables for stackk0kubun
2018-03-03insns.def: unwrap vm_exec for yieldk0kubun
2018-03-03vm.c: add mjit_enable_p flagk0kubun
2018-02-12insns.def: remove unnecessary sp motionk0kubun
2018-02-10insns.def: cache nil constnobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-29eliminate CALL_SIMPLE_METHODshyouhei
2018-01-29s/CALL_SIMPLE_METHOD/DISPATCH_ORIGINAL_INSN/shyouhei
2018-01-29also use sp_inc in vm coreshyouhei
2018-01-27insns.def: [DOC] update supported attributes [ci skip]k0kubun
2018-01-26move ADD_PC around to optimize PC manipluiationsshyouhei
2018-01-12suppress warning for VC12shyouhei
2018-01-12[ci skip] add comments about file format (2nd try)shyouhei
2018-01-12new insns.def format (2nd try)shyouhei
2018-01-10merge revisions 61753:61750 61747:61740 61737:61728shyouhei
2018-01-10Fix a typo [ci skip]kazu
2018-01-09[ci skip] add comments about file formatshyouhei
2018-01-09new insns.def formatshyouhei
2018-01-07Speedup `block.call` [Feature #14330]ko1
2018-01-05Speedup `Proc#call` [Feature #14318]ko1
2018-01-05* insns.def (invokeblock): `calling->recv` is not used.ko1
2017-12-23insns.def: adjust typenobu
2017-12-20compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coveragemame
2017-12-06insns.def (tracebranch): renamed from `trace2`mame