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
/
codegen.c
Age
Commit message (
Expand
)
Author
2014-08-29
Fix mismatches for MRB_API declarations.
Tatsuhiko Kubo
2014-08-27
Add a missing space after ",".
Tatsuhiko Kubo
2014-08-26
printf: cast variables to the expected type
cremno
2014-08-20
should use non NULL scope for raise_error(); ref #2547
Yukihiro "Matz" Matsumoto
2014-08-20
Fix allocation-error-handlings for scope_new().
Tatsuhiko Kubo
2014-08-20
Use specified macro(NULL) instead of magic-number.
Tatsuhiko Kubo
2014-08-18
refactor mruby method(fix indent. remove temporary value, duplicate procedure)
kkkkkt
2014-07-09
invalid base shouldn't silently fail
cremno
2014-06-13
Using 'mrb_assert' instead of an returning 0 while checking s->irep in codege...
Jose Narvaez
2014-06-13
Revert "Fixed dereference to null pointer in 'codegen.c' reported by 'clang-a...
Jose Narvaez
2014-06-13
Fixed dereference to null pointer in 'codegen.c' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Fixed dereference to null pointer in 'codegen.c' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Fixed possible division by zero in 'codegen.c' reported by 'clang-analyzer'
Jose Narvaez
2014-06-10
reserve a register for a block parameter in a for statement body; ref #2375
Yukihiro "Matz" Matsumoto
2014-06-10
NODE_FOR does not introduce new local variables
Yukihiro "Matz" Matsumoto
2014-06-09
codedump should display proper L(n) for OP_STRING op
Yukihiro "Matz" Matsumoto
2014-05-16
register<nlocals may not have a local variable name (e.g. a block arg); fix #...
Yukihiro "Matz" Matsumoto
2014-05-14
print_r() and print_lv() should only be compiled in for ENABLE_STDIO
Mitchell Blank Jr
2014-05-14
mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem
Yukihiro "Matz" Matsumoto
2014-05-14
resize register number in LVAR section from 32bits to 16bits
Yukihiro "Matz" Matsumoto
2014-05-14
Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into take-chee...
Yukihiro "Matz" Matsumoto
2014-05-13
Remove unnecessary newline in `OP_GETGLOBAL` codedump.
take_cheeze
2014-04-29
Remove `lv_len` and use `nlocals - 1` instead.
take_cheeze
2014-04-29
Support local variables information dumping.
take_cheeze
2014-04-29
indent codedump when file/line info is not available; ref #2147
Yukihiro "Matz" Matsumoto
2014-04-28
Use int32_t as line variable type.
take_cheeze
2014-04-28
Print file name and line number in codedump if available.
take_cheeze
2014-04-28
fix OP_BLKPUSH dump format
Yukihiro "Matz" Matsumoto
2014-04-28
prevent printf warning
Yukihiro "Matz" Matsumoto
2014-04-28
better codedump formatting
Yukihiro "Matz" Matsumoto
2014-04-28
presreve local variables names in irep->lv
Yukihiro "Matz" Matsumoto
2014-04-27
rename `mrb_str_buf_append` to `mrb_str_cat_str`
cremno
2014-04-27
NODE_SUPER should preserve stack region for block; ref #2136
Yukihiro "Matz" Matsumoto
2014-04-27
NODE_DEF should preserve stack region for lambda; ref #2136
Yukihiro "Matz" Matsumoto
2014-04-26
area of implicit nil is not enough to nregs
mirichi
2014-04-26
bit more peephole optimization for NODE_LVAR
Yukihiro "Matz" Matsumoto
2014-04-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-26
should use plain int for index, since i may be printed using %d; close #2127
Yukihiro "Matz" Matsumoto
2014-04-26
Merge pull request #2118 from ksss/range-bool
Yukihiro "Matz" Matsumoto
2014-04-25
better integer size assertion suggested by usak
Yukihiro "Matz" Matsumoto
2014-04-25
eliminate plain int except for a few cases like arena_index
Yukihiro "Matz" Matsumoto
2014-04-25
remove -Wsign-compare warnings
Yukihiro "Matz" Matsumoto
2014-04-24
mrb_range_new excl flag use mrb_bool insteard of int
ksss
2014-04-16
Move src/re.h to include/mruby/re.h .
take_cheeze
2014-04-03
add assertion before casting
Yukihiro "Matz" Matsumoto
2014-04-03
too much peephole optimization; close #1992
Yukihiro "Matz" Matsumoto
2014-03-28
Add test for backquote.
take_cheeze
2014-03-21
reduce hash creation by using update method
Yukihiro "Matz" Matsumoto
2014-03-21
should be able to create hash with 127+ entries; close #1894
Yukihiro "Matz" Matsumoto
2014-03-18
add a space after C reserved words
Yukihiro "Matz" Matsumoto
[next]