summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
2012-12-04* vm_opts.h: enable optimization - operand unifications.ko1
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-12-01* variable.c (rb_class_path_no_cache): add a function to get the classtenderlove
2012-11-29 [EXPERIMENTAL: NEED DISCUSS]ko1
2012-11-28* probes.d: Change function-entry probe to method-entry.tenderlove
2012-11-20* vm_trace.c: add two methods:ko1
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-10-18* insns.def (opt_send_simple): move the location ofko1
2012-10-18* insns.def (send): remove unused condition.ko1
2012-10-18* insns.def (opt_send_simple): introduce new instruction usedko1
2012-10-16* vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko1
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-09* vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko1
2012-10-08* eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo
2012-10-04* insns.def (getlocal, setlocal): remove old getlocal/setlocalko1
2012-09-28* insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko1
2012-09-28* vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko1
2012-09-26* insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko1
2012-09-25insns.def: super from at_exitnobu
2012-09-24Feature #7035nobu
2012-08-28insns.def: duplicated codenobu
2012-08-28* insns.def (checkmatch): suppress warnings. [ruby-core:47339]nagachika
2012-08-26suppress warningsnobu
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-08-23* insns.def (invokesuper): reverted r36640 partially to make supershugo
2012-08-22* insns.def: search up the cf stack for an object that is an instancetenderlove
2012-08-08* compile.c, insns.def (checkmatch):ko1
2012-08-07* vm_exec.c, insns.def (leave): solve problems onko1
2012-08-06* internal.h, class.c, eval.c, insns.def: find the appropriateshugo
2012-08-06insns.def: use klass in cfpnobu
2012-08-03vm_insnhelper.c: no recvnobu
2012-08-03* insns.def (invokesuper): reverted r36612 so that super in anshugo
2012-08-03* insns.def (invokesuper): don't skip the same class. instead, useshugo
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-08-02* class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo
2012-07-28insns.def: RB_TYPE_Pnobu
2012-07-20remove garbage spacesnobu
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-07-11defined: me in cfpnobu
2012-07-04__callee__ fixnobu
2012-06-15* vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko1
2012-06-11* vm_core.h: remove lfp (local frame pointer) and renameko1
2012-06-09* removed trailing spaces.nobu
2012-03-14* numeric.c: fix flodivmod for cornercases [Bug #6044]marcandre
2012-02-26* compile.c (iseq_compile_each): call on special object instead ofnobu
2012-02-15* insns.def (splatarray): make new array if flag is set.nobu
2011-11-27* insns.def (pop): suppress self-assign warning of clang.nobu
2011-11-05insns.def: Some fixes and tweaks to English explanationsduerst
2011-09-05* insns.def: change encoding pragma for emacs (shift_jis to utf-8).nagachika