index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
opcode.h
Age
Commit message (
Collapse
)
Author
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2014-05-14
mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem
Yukihiro "Matz" Matsumoto
2014-04-15
fixed typo in opcode.h
Yukihiro "Matz" Matsumoto
2014-04-09
fixed typos in operand descriptions
Yukihiro "Matz" Matsumoto
2013-07-12
Merge pull request #1368 from suzukaze/add-comments-in-opcode.h
Yukihiro "Matz" Matsumoto
Add comments in opcode.h
2013-07-12
Fix comments in opcode.h
Jun Hiroe
2013-07-12
Add comments in opcode.h
Jun Hiroe
2013-07-12
Fix indents in opcode.h.
Jun Hiroe
2013-03-24
For particular environments which has 25 < n < 32 bit int. There is no cost ↵
Masaki Muranaka
even if you use 16/32bit int targets.
2013-03-24
Add brances to macro parameter. It may be refactored as GET_UNPACK_{b,c} are ↵
Masaki Muranaka
used only by GETARG_{b,c}.
2013-03-21
fix comment.
crimsonwoods
2013-03-21
fix the type of value that is returned by bit-shift expression.
crimsonwoods
2013-03-17
remove bit-shift operation.
Kurebayashi, Takahiro
2012-09-03
remove OP_LOADNIL before OP_SEND by introducing OP_SENDB (send with block)
Yukihiro Matsumoto
2012-06-12
GETARG_x should return int, not int32_t
Yukihiro Matsumoto
2012-04-30
rm whitespace
roco
2012-04-23
add file header
mimaki
2012-04-20
add mruby sources
mimaki