aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)Takashi Kokubun2022-10-193-14/+17
* YJIT: fix a #[warn(unused_parens)]Alan Wu2022-10-191-1/+1
* YJIT: fold the "asm_comments" feature into "disasm" (#6591)Alan Wu2022-10-195-10/+10
* Fixes remaining issues and turns back on dead code and unused (#6584)Jimmy Miller2022-10-182-5/+2
* Code clean around unused code for some architectures or features (#6581)Jimmy Miller2022-10-185-10/+16
* Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun2022-10-183-6/+16
* YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)Takashi Kokubun2022-10-174-29/+40
* YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun2022-10-179-161/+378
* Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun2022-10-171-2/+2
* YJIT: call free_block to cleanup block when out of memoryAlan Wu2022-10-172-5/+4
* YJIT doesn't need rb_obj_ensure_iv_index_mappingAaron Patterson2022-10-141-3/+0
* YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)Takashi Kokubun2022-10-144-28/+51
* More clippy fixes (#6547)Jimmy Miller2022-10-144-52/+78
* fixes more clippy warnings (#6543)Jimmy Miller2022-10-139-87/+52
* Make op_ext an optional for code clarity (#6542)Jimmy Miller2022-10-131-42/+50
* YJIT: No need to fill to get UDF on ARM64Alan Wu2022-10-131-4/+11
* Implement optimize send in yjit (#6488)Jimmy Miller2022-10-115-17/+237
* Make inline cache reads / writes atomic with object shapesJemma Issroff2022-10-112-5/+4
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-114-87/+99
* YJIT: add an assert for branch_stub_hit() (#6505)Alan Wu2022-10-061-1/+4
* YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)Alan Wu2022-10-064-22/+148
* YJIT: add support for calling bmethods (#6489)Alan Wu2022-10-043-21/+322
* Split cmp operations that aren't 32/64 bit for arm (#6484)Jimmy Miller2022-10-032-0/+24
* Fix YJIT args for rb_vm_set_ivar_idxJohn Hawthorn2022-09-301-1/+1
* Fix YJIT build after shapes-revertJohn Hawthorn2022-09-301-1/+1
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-304-99/+87
* A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller2022-09-3016-52/+53
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-284-88/+100
* YJIT: add assertion wrt label names (#6459)Maxime Chevalier-Boisvert2022-09-271-0/+2
* Change IncrCounter lowering on AArch64 (#6455)Kevin Newton2022-09-275-11/+181
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-264-102/+88
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-264-88/+102
* YJIT: Support Rust 1.58.1 for --yjit-stats on Arm (#6410)Takashi Kokubun2022-09-231-13/+1
* YJIT: add chain guards in `guard_two_fixnums` (#6422)Maxime Chevalier-Boisvert2022-09-221-13/+37
* YJIT: Refactor into gen_push_frame (#6412)John Hawthorn2022-09-221-102/+161
* Guard `--yjit-stats` behind `#[cfg(feature = "stats")]` (#6409)Maxime Chevalier-Boisvert2022-09-201-0/+3
* YJIT: Check if the processor supports --yjit-stats (#6401)Takashi Kokubun2022-09-192-1/+11
* Only exit if ruby2_keywords and splat together (#6395)Jimmy Miller2022-09-191-1/+1
* Update bindgen crate (#6397)Takashi Kokubun2022-09-181-1/+1
* Invalidate i-cache after link_labels (#6388)Takashi Kokubun2022-09-161-11/+11
* Fix splat args (#6385)Jimmy Miller2022-09-162-29/+35
* Add asm comments to make disasm more readable (#6377)Maxime Chevalier-Boisvert2022-09-151-17/+7
* YJIT: Implement specialized respond_to? (#6363)John Hawthorn2022-09-143-0/+126
* Initial support for VM_CALL_ARGS_SPLAT (#6341)Jimmy Miller2022-09-144-37/+175
* YJIT: Add Opnd#with_num_bits to use only 8 bits (#6359)Takashi Kokubun2022-09-147-16/+61
* YJIT: Branch directly when nil? is known from typesJohn Hawthorn2022-09-092-18/+34
* YJIT: Branch directly when truthyness is knownJohn Hawthorn2022-09-091-37/+51
* YJIT: eliminate redundant mov in csel/cmov on x86 (#6348)Maxime Chevalier-Boisvert2022-09-091-24/+31
* Better offsets (#6315)Kevin Newton2022-09-097-91/+133
* Remove as many unnecessary moves as possible (#6342)v3_2_0_preview2Kevin Newton2022-09-083-39/+76