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
/
asm
Age
Commit message (
Expand
)
Author
2023-09-16
[For ruby_3_2] Fix unused_mut Rust warnings (#8435)
Alan Wu
2023-03-04
merge revision(s) b78f871d838c168789648738e5c67b071beb8a19,ecd0cdaf820af789f3...
NARUSE, Yui
2023-02-03
merge revision(s) 188688a53e7708d25ab80e14d05e70ffcf792e13: [Backport #19385]
NARUSE, Yui
2022-12-05
YJIT: Remove --yjit-code-page-size (#6865)
Alan Wu
2022-12-01
YJIT: Respect destination num_bits on STUR (#6848)
Takashi Kokubun
2022-12-01
YJIT: fix 32 and 16 bit register store (#6840)
Jemma Issroff
2022-11-30
YJIT: Fix IseqPayload::pages memory bloat
Alan Wu
2022-11-23
YJIT: Use NonNull pointer for CodePtr (#6792)
Takashi Kokubun
2022-11-23
Fix YJIT backend to account for unsigned int immediates (#6789)
Jemma Issroff
2022-11-18
32 bit comparison on shape id
Aaron Patterson
2022-11-15
YJIT: Always encode Opnd::Value in 64 bits on x86_64 for GC offsets (#6733)
Takashi Kokubun
2022-11-15
YJIT: Include actual memory region size in stats (#6736)
Takashi Kokubun
2022-11-14
Implement LDURH on Aarch64
Aaron Patterson
2022-11-08
YJIT: Reset dropped_bytes when patching code
Alan Wu
2022-11-07
YJIT: Free pages after ObjectSpace API usages (#6676)
Takashi Kokubun
2022-11-03
YJIT: Make Code GC metrics available for non-stats builds (#6665)
Takashi Kokubun
2022-11-03
YJIT: Stop incrementing write_pos if cb.has_dropped_bytes (#6664)
Takashi Kokubun
2022-11-02
YJIT: Avoid accumulating freed pages in the payload (#6657)
Takashi Kokubun
2022-10-31
YJIT: Add RubyVM::YJIT.code_gc (#6644)
Takashi Kokubun
2022-10-25
YJIT: GC and recompile all code pages (#6406)
Takashi Kokubun
2022-10-21
YJIT: Fix page rounding for icache busting
Alan Wu
2022-10-19
YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)
Takashi Kokubun
2022-10-19
YJIT: fix a #[warn(unused_parens)]
Alan Wu
2022-10-19
YJIT: fold the "asm_comments" feature into "disasm" (#6591)
Alan Wu
2022-10-18
Code clean around unused code for some architectures or features (#6581)
Jimmy Miller
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-13
Make op_ext an optional for code clarity (#6542)
Jimmy Miller
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-06
YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)
Alan Wu
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
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-27
YJIT: add assertion wrt label names (#6459)
Maxime Chevalier-Boisvert
2022-09-27
Change IncrCounter lowering on AArch64 (#6455)
Kevin Newton
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-14
YJIT: Add Opnd#with_num_bits to use only 8 bits (#6359)
Takashi Kokubun
2022-09-09
Better offsets (#6315)
Kevin Newton
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-29
Fixed width immediates (https://github.com/Shopify/ruby/pull/437)
Kevin Newton
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
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
Optimize bitmask immediates (https://github.com/Shopify/ruby/pull/403)
Kevin Newton
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
[next]