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
ruby_4_0
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
/
codegen.rs
Age
Commit message (
Expand
)
Author
2022-09-30
A bunch of clippy auto fixes for yjit (#6476)
Jimmy Miller
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-22
YJIT: add chain guards in `guard_two_fixnums` (#6422)
Maxime Chevalier-Boisvert
2022-09-22
YJIT: Refactor into gen_push_frame (#6412)
John Hawthorn
2022-09-19
YJIT: Check if the processor supports --yjit-stats (#6401)
Takashi Kokubun
2022-09-19
Only exit if ruby2_keywords and splat together (#6395)
Jimmy Miller
2022-09-16
Fix splat args (#6385)
Jimmy Miller
2022-09-15
Add asm comments to make disasm more readable (#6377)
Maxime Chevalier-Boisvert
2022-09-14
YJIT: Implement specialized respond_to? (#6363)
John Hawthorn
2022-09-14
Initial support for VM_CALL_ARGS_SPLAT (#6341)
Jimmy Miller
2022-09-14
YJIT: Add Opnd#with_num_bits to use only 8 bits (#6359)
Takashi Kokubun
2022-09-09
YJIT: Branch directly when nil? is known from types
John Hawthorn
2022-09-09
YJIT: Branch directly when truthyness is known
John Hawthorn
2022-09-01
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-09-01
Let --yjit-dump-disasm=all dump ocb code as well (#6309)
Takashi Kokubun
2022-08-29
Check only symbol flag bits (#6301)
Takashi Kokubun
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 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
Only check lowest bit for _Bool type (https://github.com/Shopify/ruby/pull/412)
Alan Wu
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
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
Port opt_aref and opt_aset to the new backend IR (https://github.com/Shopify/...
Takashi Kokubun
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
Port expandarray to the new backend IR (https://github.com/Shopify/ruby/pull/...
Takashi Kokubun
2022-08-29
Port gen_send_iseq to the new backend IR (https://github.com/Shopify/ruby/pul...
Takashi Kokubun
2022-08-29
Port invokebuiltin* insns to the new backend IR (https://github.com/Shopify/r...
Takashi Kokubun
2022-08-29
More concise csel with Into
Alan Wu
2022-08-29
Port send to the new backend and test it (https://github.com/Shopify/ruby/pul...
Takashi Kokubun
2022-08-29
Port opt_eq and opt_neq to the new backend (https://github.com/Shopify/ruby/p...
Takashi Kokubun
2022-08-29
Port objtostring to the new backend (https://github.com/Shopify/ruby/pull/369)
Takashi Kokubun
2022-08-29
Port opt_str_uminus to new backend IR (https://github.com/Shopify/ruby/pull/...
Zack Deveau
2022-08-29
Port gen_opt_str_freeze to new backend IR (https://github.com/Shopify/ruby/pu...
Zack Deveau
[prev]
[next]