summaryrefslogtreecommitdiff
path: root/yjit/src/asm
AgeCommit message (Expand)Author
2024-04-17YJIT: A64: Use CBZ/CBNZ to check for zeroAlan Wu
2024-04-02YJIT: A64: Use ADDS/SUBS/CMP (immediate) when possible (#10402)Alan Wu
2024-01-25YJIT: Assert lea source operand typeAlan Wu
2023-12-25Typofix under bootstraptest, spec and yjit directoriesHiroshi SHIBATA
2023-12-05YJIT: Assert code pages are not partially in-boundsAlan Wu
2023-12-05YJIT: Simplify code page switching logic, remove an assertAlan Wu
2023-11-10YJIT: Fix `clippy::useless_vec` in a testAlan Wu
2023-11-07YJIT: Use u32 for CodePtr to save 4 bytes eachAlan Wu
2023-10-18YJIT: Add --yjit-perf (#8697)Takashi Kokubun
2023-09-13YJIT: Skip adding past_page_bytes for past pages (#8433)Takashi Kokubun
2023-09-06YJIT: Make compiled_* stats available by default (#8379)Takashi Kokubun
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