aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src
Commit message (Expand)AuthorAgeFilesLines
* 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)Kevin Newton2022-09-083-39/+76
* Allow comparing against 64-bit immediates on x86 (#6314)Kevin Newton2022-09-011-51/+215
* Remove rb_iseq_eachJohn Hawthorn2022-09-011-16/+0
* New constant caching insn: opt_getconstant_pathJohn Hawthorn2022-09-013-210/+181
* Stop using a callee-saved register for scratch0 on aarch64 (#6312)Takashi Kokubun2022-09-011-1/+2
* Let --yjit-dump-disasm=all dump ocb code as well (#6309)Takashi Kokubun2022-09-015-8/+37
* Better b.cond usage on AArch64 (#6305)Kevin Newton2022-08-314-75/+100
* Skip linking rb_yjit_icache_invalidate on cargo testTakashi Kokubun2022-08-301-0/+1
* Check only symbol flag bits (#6301)Takashi Kokubun2022-08-291-1/+2