index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit
/
src
Age
Commit message (
Expand
)
Author
2022-09-01
Allow comparing against 64-bit immediates on x86 (#6314)
Kevin Newton
2022-09-01
Remove rb_iseq_each
John Hawthorn
2022-09-01
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-09-01
Stop using a callee-saved register for scratch0 on aarch64 (#6312)
Takashi Kokubun
2022-09-01
Let --yjit-dump-disasm=all dump ocb code as well (#6309)
Takashi Kokubun
2022-08-31
Better b.cond usage on AArch64 (#6305)
Kevin Newton
2022-08-30
Skip linking rb_yjit_icache_invalidate on cargo test
Takashi Kokubun
2022-08-29
Check only symbol flag bits (#6301)
Takashi Kokubun
2022-08-29
Fixed width immediates (https://github.com/Shopify/ruby/pull/437)
Kevin Newton
2022-08-29
A64: Only clear icache when writing out new code (https://github.com/Shopify/...
Alan Wu
2022-08-29
TBZ and TBNZ for AArch64 (https://github.com/Shopify/ruby/pull/434)
Kevin Newton
2022-08-29
LDRH and STRH for AArch64 (https://github.com/Shopify/ruby/pull/438)
Kevin Newton
2022-08-29
Remove ir_ssa.rs as we aren't using it and it's now outdated
Maxime Chevalier-Boisvert
2022-08-29
Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...
Takashi Kokubun
2022-08-29
Various AArch64 optimizations (https://github.com/Shopify/ruby/pull/433)
Kevin Newton
2022-08-29
Fix and re-enable String to_s, << and unary plus (https://github.com/Shopify/...
Noah Gibbs
2022-08-29
Use shorter syntax for the same pattern (https://github.com/Shopify/ruby/pull...
Alan Wu
2022-08-29
Better variable name, no must_use on ccall (https://github.com/Shopify/ruby/p...
Kevin Newton
2022-08-29
Instruction enum (https://github.com/Shopify/ruby/pull/423)
Kevin Newton
2022-08-29
More work toward instruction enum (https://github.com/Shopify/ruby/pull/421)
Kevin Newton
2022-08-29
Use VALUE for callinfos that are on the heap (https://github.com/Shopify/ruby...
Alan Wu
2022-08-29
Avoid marking op_type on gen_defined (https://github.com/Shopify/ruby/pull/419)
Takashi Kokubun
2022-08-29
Use VALUE for block_iseq (https://github.com/Shopify/ruby/pull/417)
Takashi Kokubun
2022-08-29
Fix a bus error on regenerate_branch (https://github.com/Shopify/ruby/pull/408)
Takashi Kokubun
2022-08-29
Even more prep for instruction enum (https://github.com/Shopify/ruby/pull/413)
Kevin Newton
2022-08-29
Only check lowest bit for _Bool type (https://github.com/Shopify/ruby/pull/412)
Alan Wu
2022-08-29
Build output operands explicitly (https://github.com/Shopify/ruby/pull/411)
Kevin Newton
2022-08-29
Instruction builders for backend IR (https://github.com/Shopify/ruby/pull/410)
Kevin Newton
2022-08-29
Fix issue with expandarray, add missing jl, enable tests (https://github.com/...
Maxime Chevalier-Boisvert
2022-08-29
Temporarily disable rb_str_concat, add CI tests (https://github.com/Shopify/r...
Maxime Chevalier-Boisvert
2022-08-29
Port jit_rb_str_concat to new backend, re-enable cfunc lookup (https://github...
Noah Gibbs (and/or Benchmark CI)
2022-08-29
YJIT: Implement concatarray in yjit (https://github.com/Shopify/ruby/pull/405)
Maple Ong
2022-08-29
Use bindgen for old manual extern declarations (https://github.com/Shopify/ru...
Alan Wu
2022-08-29
Optimize bitmask immediates (https://github.com/Shopify/ruby/pull/403)
Kevin Newton
2022-08-29
AArch64 Ruby immediates (https://github.com/Shopify/ruby/pull/400)
Kevin Newton
2022-08-29
Fix bugs in gen_opt_getinlinecache
Maxime Chevalier-Boisvert
2022-08-29
Port opt_getinlinecache to the new backend (https://github.com/Shopify/ruby/p...
Zack Deveau
2022-08-29
Enable skipdata on Capstone to allow embedded data without early stop to disa...
Noah Gibbs
2022-08-29
Op::Xor for backend IR (https://github.com/Shopify/ruby/pull/397)
Kevin Newton
2022-08-29
Fix code invalidation while OOM and OOM simulation (https://github.com/Shopif...
Alan Wu
2022-08-29
Port opt_aref and opt_aset to the new backend IR (https://github.com/Shopify/...
Takashi Kokubun
2022-08-29
Handle out of memory tests (https://github.com/Shopify/ruby/pull/393)
Maxime Chevalier-Boisvert
2022-08-29
Port getblockparamproxy and getblockparam (https://github.com/Shopify/ruby/pu...
Takashi Kokubun
2022-08-29
Port invokesuper to the new backend IR (https://github.com/Shopify/ruby/pull/...
Takashi Kokubun
2022-08-29
Port the remaining method types in opt_send_without_block (https://github.com...
Takashi Kokubun
2022-08-29
Update asm comments for gen_send_iseq
Maxime Chevalier-Boisvert
2022-08-29
Port cfunc lookup, plus simpler cfunc generators. (https://github.com/Shopify...
Noah Gibbs
2022-08-29
Prefer asm.store over asm.mov (https://github.com/Shopify/ruby/pull/385)
Takashi Kokubun
2022-08-29
Iterator (https://github.com/Shopify/ruby/pull/372)
Kevin Newton
2022-08-29
Port expandarray to the new backend IR (https://github.com/Shopify/ruby/pull/...
Takashi Kokubun
[next]