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
/
mrbgems
/
mruby-compiler
/
core
/
codegen.c
Age
Commit message (
Expand
)
Author
2021-03-31
codegen.c: `yield` outside of method is now `SyntaxError`.
Yukihiro "Matz" Matsumoto
2021-03-31
codegen.c: remove `codegen error:` prefix from error messages.
Yukihiro "Matz" Matsumoto
2021-03-31
codegen.c: `ainfo` may be negative.
Yukihiro "Matz" Matsumoto
2021-03-22
codegen.c: fix integer size warnings.
Yukihiro "Matz" Matsumoto
2021-03-13
codegen.c: fix memory leak from `new_litbn()`.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: need to preserve `neg` info.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: avoid integer comparison of different sign.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: no integer overflow error in `codegen`; close #5376
Yukihiro "Matz" Matsumoto
2021-02-01
Allow more than 256 child `irep`; fix #5310
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-10
Fix mixture of inline `int` declaration in `for` statement.
Yukihiro "Matz" Matsumoto
2021-01-06
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuuj...
Yukihiro "Matz" Matsumoto
2020-12-17
feat(CI): add a GitHub Action to check spelling
John Bampton
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-12-05
Fixed a memory leak bug on `codegen_error()` when `irep->rlen>255`.
Yukihiro "Matz" Matsumoto
2020-12-02
Use `JMPLINK_START` instead of zero for a link start marker.
Yukihiro "Matz" Matsumoto
2020-12-02
Remove assertions to check catch handler offset to be in 16bits.
Yukihiro "Matz" Matsumoto
2020-12-02
Fixed memory leaks from `codegen_error`.
Yukihiro "Matz" Matsumoto
2020-12-01
Fix a ``OP_JMP` bug from `0` marker and address `0`.
Yukihiro "Matz" Matsumoto
2020-11-29
Change the catch handler address to 32 bits
dearblue
2020-11-26
Make `OP_JMP*` operand address to be relative.
Yukihiro "Matz" Matsumoto
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-17
Overflown integers should not be fall back to float values.
Yukihiro "Matz" Matsumoto
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-11-05
Use `INT32_{MAX,MIN}` to specify integer ranges.
Yukihiro "Matz" Matsumoto
2020-11-04
Avoid integer overflow in comparison.
Yukihiro "Matz" Matsumoto
2020-11-04
Fix a bug with big negative integers.
Yukihiro "Matz" Matsumoto
2020-11-04
Add a new instruction `OP_LOADI32`.
Yukihiro "Matz" Matsumoto
2020-11-03
Add new instructions to handle symbols/literals >255; fix #5109
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_TT_FIXNUM` to `MRB_TT_INTEGER`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `OP_JUW` instruction to `OP_JMPUW`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix typo `_hander` -> `_handler`.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace global jump with catch handler implementation
dearblue
2020-10-12
Extended `OP_EXCEPT` and `OP_RAISE` (`OP_RAISEIF`) instructions
dearblue
2020-10-12
Extended mruby binary format
dearblue
2020-10-12
You don't need to keep index in local variables info in `irep`.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `OP_EXT[123]` from operands.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid including `limits.h` and `stdint.h` before `mruby.h`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add casts to silence warnings.
Yukihiro "Matz" Matsumoto
2020-10-12
Clarify the use of `MRB_64BIT` and `MRB_INT64` in `dump.c` and `load.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace entire `irep->pool`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `struct mrb_locals` to `struct mrb_lvinfo`.
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
[prev]
[next]