summaryrefslogtreecommitdiffhomepage
path: root/src/opcode.h
AgeCommit message (Expand)Author
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2014-05-14mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gemYukihiro "Matz" Matsumoto
2014-04-15fixed typo in opcode.hYukihiro "Matz" Matsumoto
2014-04-09fixed typos in operand descriptionsYukihiro "Matz" Matsumoto
2013-07-12Merge pull request #1368 from suzukaze/add-comments-in-opcode.hYukihiro "Matz" Matsumoto
2013-07-12Fix comments in opcode.hJun Hiroe
2013-07-12Add comments in opcode.hJun Hiroe
2013-07-12Fix indents in opcode.h.Jun Hiroe
2013-03-24For particular environments which has 25 < n < 32 bit int. There is no cost e...Masaki Muranaka
2013-03-24Add brances to macro parameter. It may be refactored as GET_UNPACK_{b,c} are ...Masaki Muranaka
2013-03-21fix comment.crimsonwoods
2013-03-21fix the type of value that is returned by bit-shift expression.crimsonwoods
2013-03-17remove bit-shift operation.Kurebayashi, Takahiro
2012-09-03remove OP_LOADNIL before OP_SEND by introducing OP_SENDB (send with block)Yukihiro Matsumoto
2012-06-12GETARG_x should return int, not int32_tYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-23add file headermimaki
2012-04-20add mruby sourcesmimaki