aboutsummaryrefslogtreecommitdiffstats
path: root/vm_exec.c
Commit message (Expand)AuthorAgeFilesLines
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-0/+2
* * vm_exec.c, insns.def (leave): solve problems onko12012-08-071-15/+15
* Suppress warnings.naruse2012-07-251-4/+4
* * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko12012-06-151-14/+1
* * vm_exec.c: remove conditions for clangnaruse2011-05-311-4/+4
* * include/ruby/intern.h: pcc can't use __builtin_constant_p.naruse2011-04-231-3/+3
* * vm_exec.c (vm_exec_core): Treat clang as non gcc on thisnaruse2010-10-071-3/+3
* * vm_exec.c (DECL_SC_REG): use __clang__.naruse2009-10-271-2/+2
* * vm_exec.c (DECL_SC_REG): check defined(__asm__) before use it.naruse2009-10-261-2/+2
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-2/+2
* * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: updatemame2008-11-141-1/+1
* * vm_exec.c (vm_exec_core): add an UNLIKELY() hint.ko12008-09-281-1/+1
* * common.mk: clean upko12008-09-231-0/+156