| Commit message (Expand) | Author | Age | Files | Lines |
* | * insns.def (pop): suppress self-assign warning of clang. | nobu | 2011-11-27 | 1 | -1/+1 |
* | insns.def: Some fixes and tweaks to English explanations | duerst | 2011-11-05 | 1 | -18/+18 |
* | * insns.def: change encoding pragma for emacs (shift_jis to utf-8). | nagachika | 2011-09-05 | 1 | -1/+1 |
* | Change encoding from EUC-JP to UTF-8. [Feature #5128] | shyouhei | 2011-09-04 | 1 | -97/+97 |
* | * vm_insnhelper.c (vm_search_const_defined_class): search | nobu | 2011-09-02 | 1 | -6/+4 |
* | * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see | nobu | 2011-09-01 | 1 | -4/+6 |
* | * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def: | ko1 | 2011-08-24 | 1 | -41/+48 |
* | * insns.def (defined): fix to checking class variable. | ko1 | 2011-08-24 | 1 | -1/+4 |
* | * insns.def (concatstrings): don't use initial ASCII-8BIT string. | naruse | 2011-08-01 | 1 | -2/+2 |
* | * insns.def: written in Shift_JIS. | nobu | 2011-07-04 | 1 | -1/+1 |
* | Fix mixed declarations in r31822. | naruse | 2011-05-30 | 1 | -1/+2 |
* | * insns.def (opt_mult): as r31805, volatile it. | naruse | 2011-05-30 | 1 | -2/+2 |
* | * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raise | mame | 2011-01-28 | 1 | -4/+6 |
* | * compile.c (new_child_iseq): adjust argument types. | nobu | 2010-10-31 | 1 | -2/+2 |
* | * vm_core.h: some refactoring. | ko1 | 2010-10-31 | 1 | -6/+12 |
* | * insns.def, iseq.c, vm_insnhelper.c: rename variable name | ko1 | 2010-10-14 | 1 | -7/+7 |
* | * insns.def (opt_case_dispatch): use st_data_t. | nobu | 2010-10-13 | 1 | -2/+2 |
* | * compile.c (iseq_build_body), insns.def (getglobal, setglobal), | nobu | 2010-10-12 | 1 | -2/+2 |
* | * insns.def (opt_case_dispatch), vm_insnhelper.c: | ko1 | 2010-09-27 | 1 | -14/+2 |
* | * compile.c (case_when_optimizable_literal): When float value can be | wanabe | 2010-09-09 | 1 | -8/+21 |
* | * insns.def, vm_core.h: fixed typo. reported by Rocky Bernstein | nobu | 2010-08-02 | 1 | -1/+1 |
* | * insns.def (concatarray): removed unused variable. | nobu | 2010-06-03 | 1 | -1/+0 |
* | * compile.c (iseq_compile_each): should consider block on stack, | matz | 2010-06-02 | 1 | -0/+1 |
* | * insns.def (defined): respond_to_missing? may not be available | matz | 2010-05-30 | 1 | -2/+9 |
* | * insns.def (invokesuper): check consistency between class of self and | mame | 2010-05-27 | 1 | -0/+6 |
* | * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block, | mame | 2010-05-09 | 1 | -1/+1 |
* | * insns.def (onceinlinecache): add exclusion control for a region | mame | 2010-04-27 | 1 | -0/+7 |
* | * compile.c (defined_expr), insns.def (defined): fix to pass a Symbol | ko1 | 2010-03-09 | 1 | -1/+1 |
* | * insns.def: Change the operand type of setinlinecache | ko1 | 2010-02-24 | 1 | -3/+1 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -24/+0 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -0/+24 |
* | * insns.def (defined): should respect #respond_to_missing? as | matz | 2009-12-04 | 1 | -0/+2 |
* | * insns.def (defined): adjust indent. | nobu | 2009-12-04 | 1 | -32/+32 |
* | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo | 2009-12-03 | 1 | -1/+4 |
* | * insns.def (opt_case_dispatch): runtime value cannot be used as | nobu | 2009-11-17 | 1 | -3/+3 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -5/+5 |
* | * vm_core.h: change members of iseq_inline_cache_entry. | ko1 | 2009-09-12 | 1 | -5/+5 |
* | * iseq.c (iseq_mark): no need to mark inline cache entries. | ko1 | 2009-09-08 | 1 | -0/+4 |
* | * insns.def (opt_*): add IC operands. | ko1 | 2009-09-06 | 1 | -18/+18 |
* | * vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macro | ko1 | 2009-09-06 | 1 | -4/+4 |
* | * compile.c (iseq_specialized_instruction), insns.def (opt_size): | ko1 | 2009-09-06 | 1 | -2/+35 |
* | * insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar): | ko1 | 2009-09-06 | 1 | -2/+2 |
* | * insns.def (opt_case_dispatch): suppressed a warning. | nobu | 2009-08-13 | 1 | -1/+1 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: check | ko1 | 2009-08-12 | 1 | -4/+15 |
* | * insns.def (defineclass): preserve encoding of class/module | nobu | 2009-07-30 | 1 | -2/+2 |
* | * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry. | ko1 | 2009-07-16 | 1 | -1/+1 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -21/+15 |
* | * vm_core.h, compile.c: declare struct iseq_inline_cache_entry. | ko1 | 2009-07-13 | 1 | -1/+1 |
* | * insns.def, vm_insnhelper.c (getinstancevariable): | ko1 | 2009-07-13 | 1 | -4/+4 |
* | * insns.def, tool/instruction.rb: fixed types. | nobu | 2009-06-30 | 1 | -12/+13 |