summaryrefslogtreecommitdiff
path: root/yjit/src/asm
AgeCommit message (Expand)Author
2023-08-22YJIT: x64: Split mem-to-mem Insn::Store like Insn::MovAlan Wu
2023-08-18YJIT: implement fast path for integer multiplication in opt_mult (#8204)Maxime Chevalier-Boisvert
2023-08-11YJIT: implement codegen for rb_int_lshift (#8201)Maxime Chevalier-Boisvert
2023-08-09YJIT: implement imul instruction encoding in x86 assembler (#8191)Maxime Chevalier-Boisvert
2023-08-09Implement MUL instruction for aarch64 (#8193)Kevin Newton
2023-08-04YJIT: expand bitwise shift support in x86 assembler (#8174)Maxime Chevalier-Boisvert
2023-05-24Add a newline at EOF [ci skip]Nobuyoshi Nakada
2023-04-11YJIT: Fix build on A64Alan Wu
2023-04-11YJIT: Fix a compilation warning in x86_64Takashi Kokubun
2023-04-11YJIT: Reduce paddings if --yjit-exec-mem-size <= 128 on arm64 (#7671)Takashi Kokubun
2023-04-05YJIT: Count the number of actually written bytes (#7658)Takashi Kokubun
2023-03-29YJIT: code_gc(): Assert self is inline to avoid other_cb()Alan Wu
2023-03-29YJIT: Fix overlapping &mut in Assembler::code_gc()Alan Wu
2023-03-03YJIT: Fix a cargo test warning on x86_64 (#7428)Takashi Kokubun
2023-03-02YJIT: Delete stale `frozen_bytes` related code (#7423)Alan Wu
2023-02-20YJIT: Fix assertion for partially mapped last pages (#7337)Takashi Kokubun
2023-02-10YJIT: add counters for polymorphic send and send with known class (#7288)Maxime Chevalier-Boisvert
2023-02-09YJIT: Use the system page size when the code page size is too small (#7267)Alan Wu
2023-02-02Fix typos in YJIT [ci skip]Alan Wu
2023-02-02YJIT: other_cb is None in testsAlan Wu
2023-02-02YJIT: Move CodegenGlobals::freed_pages into an RcAlan Wu
2023-01-18Add stats so we can keep track of x86 rel32 vs register calls (#7142)Maxime Chevalier-Boisvert
2023-01-12Enable `clippy` checks for yjit in CI (#7093)Ian Ker-Seymer
2023-01-12Strip trailing spaces [ci skip]Nobuyoshi Nakada
2023-01-10YJIT: Fix a compilation warning with release build (#7092)Takashi Kokubun
2023-01-09YJIT: Remove old comments for regenerated branches (#7083)Takashi Kokubun
2022-12-05YJIT: Remove --yjit-code-page-size (#6865)Alan Wu
2022-12-01YJIT: Respect destination num_bits on STUR (#6848)Takashi Kokubun
2022-12-01YJIT: fix 32 and 16 bit register store (#6840)Jemma Issroff
2022-11-30YJIT: Fix IseqPayload::pages memory bloatAlan Wu
2022-11-23YJIT: Use NonNull pointer for CodePtr (#6792)Takashi Kokubun
2022-11-23Fix YJIT backend to account for unsigned int immediates (#6789)Jemma Issroff
2022-11-1832 bit comparison on shape idAaron Patterson
2022-11-15YJIT: Always encode Opnd::Value in 64 bits on x86_64 for GC offsets (#6733)Takashi Kokubun
2022-11-15YJIT: Include actual memory region size in stats (#6736)Takashi Kokubun
2022-11-14Implement LDURH on Aarch64Aaron Patterson
2022-11-08YJIT: Reset dropped_bytes when patching codeAlan Wu
2022-11-07YJIT: Free pages after ObjectSpace API usages (#6676)Takashi Kokubun
2022-11-03YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun
2022-11-03YJIT: Stop incrementing write_pos if cb.has_dropped_bytes (#6664)Takashi Kokubun
2022-11-02YJIT: Avoid accumulating freed pages in the payload (#6657)Takashi Kokubun
2022-10-31YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun
2022-10-25YJIT: GC and recompile all code pages (#6406)Takashi Kokubun
2022-10-21YJIT: Fix page rounding for icache bustingAlan Wu
2022-10-19YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)Takashi Kokubun
2022-10-19YJIT: fix a #[warn(unused_parens)]Alan Wu
2022-10-19YJIT: fold the "asm_comments" feature into "disasm" (#6591)Alan Wu
2022-10-18Code clean around unused code for some architectures or features (#6581)Jimmy Miller
2022-10-17YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun
2022-10-14More clippy fixes (#6547)Jimmy Miller