aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/asm
Commit message (Expand)AuthorAgeFilesLines
* Add a newline at EOF [ci skip]Nobuyoshi Nakada2023-05-241-1/+1
* YJIT: Fix build on A64Alan Wu2023-04-111-1/+1
* YJIT: Fix a compilation warning in x86_64Takashi Kokubun2023-04-111-0/+1
* YJIT: Reduce paddings if --yjit-exec-mem-size <= 128 on arm64 (#7671)Takashi Kokubun2023-04-111-7/+9
* YJIT: Count the number of actually written bytes (#7658)Takashi Kokubun2023-04-051-13/+29
* YJIT: code_gc(): Assert self is inline to avoid other_cb()Alan Wu2023-03-291-3/+6
* YJIT: Fix overlapping &mut in Assembler::code_gc()Alan Wu2023-03-291-10/+6
* YJIT: Fix a cargo test warning on x86_64 (#7428)Takashi Kokubun2023-03-031-0/+1
* YJIT: Delete stale `frozen_bytes` related code (#7423)Alan Wu2023-03-021-5/+0
* YJIT: Fix assertion for partially mapped last pages (#7337)Takashi Kokubun2023-02-201-1/+1
* YJIT: add counters for polymorphic send and send with known class (#7288)Maxime Chevalier-Boisvert2023-02-101-2/+2
* YJIT: Use the system page size when the code page size is too small (#7267)Alan Wu2023-02-091-28/+50
* Fix typos in YJIT [ci skip]Alan Wu2023-02-023-4/+4
* YJIT: other_cb is None in testsAlan Wu2023-02-021-0/+1
* YJIT: Move CodegenGlobals::freed_pages into an RcAlan Wu2023-02-021-13/+35
* Add stats so we can keep track of x86 rel32 vs register calls (#7142)Maxime Chevalier-Boisvert2023-01-181-0/+4
* Enable `clippy` checks for yjit in CI (#7093)Ian Ker-Seymer2023-01-121-0/+2
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2023-01-122-3/+3
* YJIT: Fix a compilation warning with release build (#7092)Takashi Kokubun2023-01-101-1/+4
* YJIT: Remove old comments for regenerated branches (#7083)Takashi Kokubun2023-01-091-0/+7
* YJIT: Remove --yjit-code-page-size (#6865)Alan Wu2022-12-051-30/+29
* YJIT: Respect destination num_bits on STUR (#6848)Takashi Kokubun2022-12-011-2/+7
* YJIT: fix 32 and 16 bit register store (#6840)Jemma Issroff2022-12-012-1/+22
* YJIT: Fix IseqPayload::pages memory bloatAlan Wu2022-11-301-1/+1
* YJIT: Use NonNull pointer for CodePtr (#6792)Takashi Kokubun2022-11-231-1/+2
* Fix YJIT backend to account for unsigned int immediates (#6789)Jemma Issroff2022-11-232-4/+20
* 32 bit comparison on shape idAaron Patterson2022-11-181-2/+0
* YJIT: Always encode Opnd::Value in 64 bits on x86_64 for GC offsets (#6733)Takashi Kokubun2022-11-152-0/+20
* YJIT: Include actual memory region size in stats (#6736)Takashi Kokubun2022-11-151-2/+5
* Implement LDURH on Aarch64Aaron Patterson2022-11-142-0/+36
* YJIT: Reset dropped_bytes when patching codeAlan Wu2022-11-081-0/+6
* YJIT: Free pages after ObjectSpace API usages (#6676)Takashi Kokubun2022-11-071-13/+15
* YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun2022-11-031-2/+0
* YJIT: Stop incrementing write_pos if cb.has_dropped_bytes (#6664)Takashi Kokubun2022-11-031-6/+6
* YJIT: Avoid accumulating freed pages in the payload (#6657)Takashi Kokubun2022-11-021-0/+6
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-311-6/+18
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-251-10/+169
* YJIT: Fix page rounding for icache bustingAlan Wu2022-10-211-5/+7
* YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)Takashi Kokubun2022-10-191-2/+1
* YJIT: fix a #[warn(unused_parens)]Alan Wu2022-10-191-1/+1
* YJIT: fold the "asm_comments" feature into "disasm" (#6591)Alan Wu2022-10-192-7/+7
* Code clean around unused code for some architectures or features (#6581)Jimmy Miller2022-10-181-4/+3
* YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun2022-10-171-39/+201
* More clippy fixes (#6547)Jimmy Miller2022-10-141-6/+12
* fixes more clippy warnings (#6543)Jimmy Miller2022-10-131-2/+2
* Make op_ext an optional for code clarity (#6542)Jimmy Miller2022-10-131-42/+50
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-1/+1
* YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)Alan Wu2022-10-063-13/+114
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-1/+1
* A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller2022-09-309-19/+20