summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
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-18Fixes remaining issues and turns back on dead code and unused (#6584)Jimmy Miller
2022-10-18Code clean around unused code for some architectures or features (#6581)Jimmy Miller
2022-10-18Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun
2022-10-17YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)Takashi Kokubun
2022-10-17YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun
2022-10-17Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun
2022-10-17YJIT: call free_block to cleanup block when out of memoryAlan Wu
2022-10-14YJIT doesn't need rb_obj_ensure_iv_index_mappingAaron Patterson
2022-10-14YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)Takashi Kokubun
2022-10-14More clippy fixes (#6547)Jimmy Miller
2022-10-13fixes more clippy warnings (#6543)Jimmy Miller
2022-10-13Make op_ext an optional for code clarity (#6542)Jimmy Miller
2022-10-13YJIT: No need to fill to get UDF on ARM64Alan Wu
2022-10-11Implement optimize send in yjit (#6488)Jimmy Miller
2022-10-11Make inline cache reads / writes atomic with object shapesJemma Issroff
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