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
Age
Commit message (
Expand
)
Author
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
Try to run make -j in CI backend tests (https://github.com/Shopify/ruby/pull/...
Maxime Chevalier-Boisvert
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
2022-08-29
Port gen_send_iseq to the new backend IR (https://github.com/Shopify/ruby/pul...
Takashi Kokubun
2022-08-29
Enable test_literal.rb and test_ractor.rb on arm
Maxime Chevalier-Boisvert
2022-08-29
Fix tests on yjit_backend_ir for AArch64 backend (https://github.com/Shopify/...
Kevin Newton
2022-08-29
Load mem displacement when necessary on AArch64 (https://github.com/Shopify/r...
Kevin Newton
2022-08-29
Enable test_insns.rb on arm
Maxime Chevalier-Boisvert
2022-08-29
Update flags for data processing on ARM (https://github.com/Shopify/ruby/pull...
Kevin Newton
2022-08-29
Use new assembler to support global invalidation on A64
Alan Wu
2022-08-29
Port invokebuiltin* insns to the new backend IR (https://github.com/Shopify/r...
Takashi Kokubun
2022-08-29
Enable btests now passing on arm (https://github.com/Shopify/ruby/pull/378)
Maxime Chevalier-Boisvert
2022-08-29
Left and right shift for IR (https://github.com/Shopify/ruby/pull/374)
Kevin Newton
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
2022-08-29
x86 TEST should do a load for mem opnds first (https://github.com/Shopify/rub...
Noah Gibbs
2022-08-29
Port setivar to the new backend IR (https://github.com/Shopify/ruby/pull/362)
Takashi Kokubun
2022-08-29
Port opt_minus, opt_or, and opt_and to the new IR (https://github.com/Shopify...
Takashi Kokubun
2022-08-29
Port opt_mod to the new backend IR (https://github.com/Shopify/ruby/pull/363)
Takashi Kokubun
2022-08-29
Add Opnd::None error message to x86 backend as well
Maxime Chevalier-Boisvert
2022-08-29
Fix to float guard in jit_guard_known_klass to use the correct output operand...
Noah Gibbs
2022-08-29
Port send-only insns and write tests (https://github.com/Shopify/ruby/pull/360)
Takashi Kokubun
2022-08-29
Fix block invalidation with new backend. Enable more btests on x86 (https://g...
Maxime Chevalier-Boisvert
2022-08-29
Enable test_thread.rb on arm, now working
Maxime Chevalier-Boisvert
2022-08-29
Opnd::Value fixes (https://github.com/Shopify/ruby/pull/354)
Alan Wu
2022-08-29
Port gen_send_cfunc to the new backend (https://github.com/Shopify/ruby/pull/...
Takashi Kokubun
2022-08-29
Fix forward_pass usage in arm backend following John's PR
Maxime Chevalier-Boisvert
2022-08-29
Fix live_ranges idx calculation (https://github.com/Shopify/ruby/pull/353)
John Hawthorn
2022-08-29
Convert getinstancevariable to new backend IR (https://github.com/Shopify/ru...
Takashi Kokubun
2022-08-29
Binary OR instruction for the IR (https://github.com/Shopify/ruby/pull/355)
Kevin Newton
2022-08-29
Add 1 more allocatable reg on arm
Maxime Chevalier-Boisvert
2022-08-29
Fix C call reg alloc bug reported by Noah & Kokubun
Maxime Chevalier-Boisvert
2022-08-29
Implement iterators and double-linked list for IR SSA
Kevin Newton
2022-08-29
Remove empty lines
Maxime Chevalier-Boisvert
2022-08-29
Port gen_concatstring to new backend IR (https://github.com/Shopify/ruby/pull...
Zack Deveau
2022-08-29
Port anytostring, intern, and toregexp (https://github.com/Shopify/ruby/pull/...
Takashi Kokubun
2022-08-29
Port only ATTRSET of opt_send_without_block (https://github.com/Shopify/ruby/...
Takashi Kokubun
2022-08-29
Push first pass at SSA IR sketch
Maxime Chevalier-Boisvert
2022-08-29
Port class variable instructions (https://github.com/Shopify/ruby/pull/346)
Takashi Kokubun
2022-08-29
Port setglobal to the new backend (https://github.com/Shopify/ruby/pull/347)
Takashi Kokubun
2022-08-29
Minor cleanups (https://github.com/Shopify/ruby/pull/345)
Alan Wu
2022-08-29
Port gen_checktype to the new IR assembler backend (https://github.com/Shopif...
Zack Deveau
2022-08-29
Port the YJIT defined opcode; fix C_ARG_REGS (https://github.com/Shopify/ruby...
Noah Gibbs
[prev]
[next]