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-08-22
YJIT: x64: Split mem-to-mem Insn::Store like Insn::Mov
Alan Wu
2023-08-18
YJIT: implement fast path for integer multiplication in opt_mult (#8204)
Maxime Chevalier-Boisvert
2023-08-11
YJIT: implement codegen for rb_int_lshift (#8201)
Maxime Chevalier-Boisvert
2023-08-09
YJIT: implement imul instruction encoding in x86 assembler (#8191)
Maxime Chevalier-Boisvert
2023-08-09
Implement MUL instruction for aarch64 (#8193)
Kevin Newton
2023-08-04
YJIT: expand bitwise shift support in x86 assembler (#8174)
Maxime Chevalier-Boisvert
2023-05-24
Add a newline at EOF [ci skip]
Nobuyoshi Nakada
2023-04-11
YJIT: Fix build on A64
Alan Wu
2023-04-11
YJIT: Fix a compilation warning in x86_64
Takashi Kokubun
2023-04-11
YJIT: Reduce paddings if --yjit-exec-mem-size <= 128 on arm64 (#7671)
Takashi Kokubun
2023-04-05
YJIT: Count the number of actually written bytes (#7658)
Takashi Kokubun
2023-03-29
YJIT: code_gc(): Assert self is inline to avoid other_cb()
Alan Wu
2023-03-29
YJIT: Fix overlapping &mut in Assembler::code_gc()
Alan Wu
2023-03-03
YJIT: Fix a cargo test warning on x86_64 (#7428)
Takashi Kokubun
2023-03-02
YJIT: Delete stale `frozen_bytes` related code (#7423)
Alan Wu
2023-02-20
YJIT: Fix assertion for partially mapped last pages (#7337)
Takashi Kokubun
2023-02-10
YJIT: add counters for polymorphic send and send with known class (#7288)
Maxime Chevalier-Boisvert
2023-02-09
YJIT: Use the system page size when the code page size is too small (#7267)
Alan Wu
2023-02-02
Fix typos in YJIT [ci skip]
Alan Wu
2023-02-02
YJIT: other_cb is None in tests
Alan Wu
2023-02-02
YJIT: Move CodegenGlobals::freed_pages into an Rc
Alan Wu
2023-01-18
Add stats so we can keep track of x86 rel32 vs register calls (#7142)
Maxime Chevalier-Boisvert
2023-01-12
Enable `clippy` checks for yjit in CI (#7093)
Ian Ker-Seymer
2023-01-12
Strip trailing spaces [ci skip]
Nobuyoshi Nakada
2023-01-10
YJIT: Fix a compilation warning with release build (#7092)
Takashi Kokubun
2023-01-09
YJIT: Remove old comments for regenerated branches (#7083)
Takashi Kokubun
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
[next]