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
/
backend
Age
Commit message (
Expand
)
Author
2022-10-19
YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)
Takashi Kokubun
2022-10-19
YJIT: fold the "asm_comments" feature into "disasm" (#6591)
Alan Wu
2022-10-17
YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)
Takashi Kokubun
2022-10-17
YJIT: Interleave inline and outlined code blocks (#6460)
Takashi Kokubun
2022-10-14
More clippy fixes (#6547)
Jimmy Miller
2022-10-13
fixes more clippy warnings (#6543)
Jimmy Miller
2022-10-06
YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)
Alan Wu
2022-10-03
Split cmp operations that aren't 32/64 bit for arm (#6484)
Jimmy Miller
2022-09-30
A bunch of clippy auto fixes for yjit (#6476)
Jimmy Miller
2022-09-27
Change IncrCounter lowering on AArch64 (#6455)
Kevin Newton
2022-09-16
Invalidate i-cache after link_labels (#6388)
Takashi Kokubun
2022-09-14
YJIT: Add Opnd#with_num_bits to use only 8 bits (#6359)
Takashi Kokubun
2022-09-09
YJIT: eliminate redundant mov in csel/cmov on x86 (#6348)
Maxime Chevalier-Boisvert
2022-09-09
Better offsets (#6315)
Kevin Newton
2022-09-08
Remove as many unnecessary moves as possible (#6342)
v3_2_0_preview2
Kevin Newton
2022-09-01
Allow comparing against 64-bit immediates on x86 (#6314)
Kevin Newton
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
A64: Only clear icache when writing out new code (https://github.com/Shopify/...
Alan Wu
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
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
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
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
AArch64 Ruby immediates (https://github.com/Shopify/ruby/pull/400)
Kevin Newton
2022-08-29
Op::Xor for backend IR (https://github.com/Shopify/ruby/pull/397)
Kevin Newton
2022-08-29
Handle out of memory tests (https://github.com/Shopify/ruby/pull/393)
Maxime Chevalier-Boisvert
2022-08-29
Iterator (https://github.com/Shopify/ruby/pull/372)
Kevin Newton
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
Update flags for data processing on ARM (https://github.com/Shopify/ruby/pull...
Kevin Newton
2022-08-29
Port invokebuiltin* insns to the new backend IR (https://github.com/Shopify/r...
Takashi Kokubun
2022-08-29
Left and right shift for IR (https://github.com/Shopify/ruby/pull/374)
Kevin Newton
2022-08-29
x86 TEST should do a load for mem opnds first (https://github.com/Shopify/rub...
Noah Gibbs
2022-08-29
Port opt_minus, opt_or, and opt_and to the new IR (https://github.com/Shopify...
Takashi Kokubun
2022-08-29
Add Opnd::None error message to x86 backend as well
Maxime Chevalier-Boisvert
2022-08-29
Opnd::Value fixes (https://github.com/Shopify/ruby/pull/354)
Alan Wu
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
[prev]
[next]