summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-10-06YJIT: add an assert for branch_stub_hit() (#6505)Alan Wu
2022-10-06YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)Alan Wu
2022-10-04YJIT: add support for calling bmethods (#6489)Alan Wu
2022-10-03Split cmp operations that aren't 32/64 bit for arm (#6484)Jimmy Miller
2022-09-30Fix YJIT args for rb_vm_set_ivar_idxJohn Hawthorn
2022-09-30Fix YJIT build after shapes-revertJohn Hawthorn
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-30A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-27YJIT: add assertion wrt label names (#6459)Maxime Chevalier-Boisvert
2022-09-27Change IncrCounter lowering on AArch64 (#6455)Kevin Newton
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-23YJIT: Support Rust 1.58.1 for --yjit-stats on Arm (#6410)Takashi Kokubun
2022-09-22YJIT: add chain guards in `guard_two_fixnums` (#6422)Maxime Chevalier-Boisvert
2022-09-22YJIT: Refactor into gen_push_frame (#6412)John Hawthorn
2022-09-20Guard `--yjit-stats` behind `#[cfg(feature = "stats")]` (#6409)Maxime Chevalier-Boisvert
2022-09-20YJIT: Support MAKE=bmake for release buildAlan Wu
2022-09-20YJIT: Show --yjit-stats of railsbench on CI (#6403)Takashi Kokubun
2022-09-19YJIT: Check if the processor supports --yjit-stats (#6401)Takashi Kokubun
2022-09-19Only exit if ruby2_keywords and splat together (#6395)Jimmy Miller
2022-09-18Update bindgen crate (#6397)Takashi Kokubun
2022-09-16Invalidate i-cache after link_labels (#6388)Takashi Kokubun
2022-09-16Fix splat args (#6385)Jimmy Miller
2022-09-15Add asm comments to make disasm more readable (#6377)Maxime Chevalier-Boisvert
2022-09-14YJIT: Implement specialized respond_to? (#6363)John Hawthorn
2022-09-14Initial support for VM_CALL_ARGS_SPLAT (#6341)Jimmy Miller
2022-09-14YJIT: Add Opnd#with_num_bits to use only 8 bits (#6359)Takashi Kokubun
2022-09-14Add comments to touch libyjitNobuyoshi Nakada
2022-09-14Touch libyjit.a which may be still old due to the cacheNobuyoshi Nakada
2022-09-14Expand dependency for `$(YJIT_LIBS)`Nobuyoshi Nakada
2022-09-09YJIT: Branch directly when nil? is known from typesJohn Hawthorn
2022-09-09YJIT: Branch directly when truthyness is knownJohn Hawthorn
2022-09-09YJIT: eliminate redundant mov in csel/cmov on x86 (#6348)Maxime Chevalier-Boisvert
2022-09-09Better offsets (#6315)Kevin Newton
2022-09-08Remove as many unnecessary moves as possible (#6342)v3_2_0_preview2Kevin Newton
2022-09-01Allow comparing against 64-bit immediates on x86 (#6314)Kevin Newton
2022-09-01Remove rb_iseq_eachJohn Hawthorn
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn
2022-09-01Stop using a callee-saved register for scratch0 on aarch64 (#6312)Takashi Kokubun
2022-09-01Let --yjit-dump-disasm=all dump ocb code as well (#6309)Takashi Kokubun
2022-08-31Better b.cond usage on AArch64 (#6305)Kevin Newton
2022-08-30Skip linking rb_yjit_icache_invalidate on cargo testTakashi Kokubun
2022-08-29Check only symbol flag bits (#6301)Takashi Kokubun
2022-08-29Fixed width immediates (https://github.com/Shopify/ruby/pull/437)Kevin Newton
2022-08-29A64: Only clear icache when writing out new code (https://github.com/Shopify/...Alan Wu
2022-08-29TBZ and TBNZ for AArch64 (https://github.com/Shopify/ruby/pull/434)Kevin Newton
2022-08-29LDRH and STRH for AArch64 (https://github.com/Shopify/ruby/pull/438)Kevin Newton
2022-08-29Remove ir_ssa.rs as we aren't using it and it's now outdatedMaxime Chevalier-Boisvert