index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
insns.def
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename get/setinlinecache to opt_get/opt_setinlinecache
mame
2018-11-07
1
-2
/
+2
*
insns.def: forgot add cast [ci skip]
shyouhei
2018-11-07
1
-1
/
+1
*
insns.def: avoid integer overflow
shyouhei
2018-11-07
1
-6
/
+6
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-1
/
+1
*
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
1
-1
/
+1
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-1
/
+1
*
less verbose code by sharing attribute definitions
shyouhei
2018-10-29
1
-7
/
+4
*
newhashfromarray should be a leaf insn.
ko1
2018-10-24
1
-0
/
+1
*
need a cast
ko1
2018-10-24
1
-1
/
+1
*
introduce new YARV insn newhashfromarray.
ko1
2018-10-24
1
-0
/
+12
*
Remove tracecoverage instructions
mame
2018-10-20
1
-13
/
+0
*
fix OPT_CALL_THREADED_CODE issue.
ko1
2018-09-26
1
-16
/
+16
*
revert r64847, r64846 and r64839
k0kubun
2018-09-26
1
-0
/
+28
*
revert r64838 and r64839
k0kubun
2018-09-26
1
-28
/
+10
*
insns.def: drop bitblt insn
k0kubun
2018-09-25
1
-10
/
+0
*
Revert "Revert r64824 to fix build failure on AppVeyor"
k0kubun
2018-09-25
1
-0
/
+28
*
Revert r64824 to fix build failure on AppVeyor
k0kubun
2018-09-25
1
-28
/
+0
*
insns.def: optimize & and | of Integer [experimental]
k0kubun
2018-09-24
1
-0
/
+28
*
forgot to expand tabs [ci skip]
shyouhei
2018-09-14
1
-2
/
+2
*
move ADD_PC around (take 2)
shyouhei
2018-09-14
1
-92
/
+24
*
resurrect the string to expect modifications
shyouhei
2018-09-12
1
-2
/
+2
*
make opt_str_freeze leaf
shyouhei
2018-09-12
1
-4
/
+18
*
make opt_case_dispatch leaf
shyouhei
2018-09-12
1
-4
/
+0
*
add new instruction attribute called leaf
shyouhei
2018-09-11
1
-0
/
+82
*
vm_args.c: stop requiring `calling` in vm_caller_setup_arg_block
k0kubun
2018-08-11
1
-2
/
+2
*
insns.def (invokesuper): remove a dummy receiever flag hack for ZSUPER
mame
2018-08-10
1
-3
/
+3
*
insns.def: remove old wrong explanation for get/setconstant
mame
2018-07-27
1
-6
/
+2
*
insns.def: s/handles_frame/handles_sp/
k0kubun
2018-07-25
1
-8
/
+8
*
mjit_compile.c: reduce sp motion on JIT
k0kubun
2018-07-19
1
-53
/
+15
*
revert r63988
k0kubun
2018-07-17
1
-33
/
+25
*
insns.def: remove redundant ifndef in r63988
k0kubun
2018-07-17
1
-2
/
+0
*
mjit_compile.c: resurrect local variable stack
k0kubun
2018-07-17
1
-23
/
+33
*
insns.def: fix typo in comment
ktsj
2018-07-15
1
-1
/
+1
*
insns.def: stop pushing unnecessary keys for MJIT
k0kubun
2018-07-07
1
-1
/
+3
*
revert r62655 for r63763
k0kubun
2018-07-05
1
-22
/
+22
*
give up insn attr handles_frame
shyouhei
2018-06-27
1
-18
/
+111
*
refactor move logics out of insns.def
shyouhei
2018-06-27
1
-12
/
+2
*
move function declarations from insns.def to internal.h
shyouhei
2018-06-27
1
-3
/
+0
*
insns.def: checktype
nobu
2018-04-21
1
-13
/
+10
*
Reverting r62775, this should fix i686 builds
tenderlove
2018-03-19
1
-2
/
+2
*
Revert "Add direct marking on iseq operands"
naruse
2018-03-16
1
-2
/
+2
*
Add direct marking on iseq operands
tenderlove
2018-03-09
1
-2
/
+2
*
mjit_compile.c: use local variables for stack
k0kubun
2018-03-04
1
-5
/
+7
*
insns.def: unwrap vm_exec for yield
k0kubun
2018-03-03
1
-2
/
+2
*
vm.c: add mjit_enable_p flag
k0kubun
2018-03-03
1
-3
/
+3
*
insns.def: remove unnecessary sp motion
k0kubun
2018-02-12
1
-2
/
+0
*
insns.def: cache nil const
nobu
2018-02-10
1
-2
/
+5
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-6
/
+9
*
eliminate CALL_SIMPLE_METHOD
shyouhei
2018-01-29
1
-17
/
+10
*
s/CALL_SIMPLE_METHOD/DISPATCH_ORIGINAL_INSN/
shyouhei
2018-01-29
1
-72
/
+26
[next]