summaryrefslogtreecommitdiff
path: root/yjit
Commit message (Expand)AuthorAgeFilesLines
* YJIT doesn't need rb_obj_ensure_iv_index_mappingAaron Patterson2022-10-142-4/+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-116-17/+238
* 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-115-87/+106
* 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-044-21/+324
* 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-305-106/+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-285-88/+107
* 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-265-109/+88
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-265-88/+109
* 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: Support MAKE=bmake for release buildAlan Wu2022-09-202-9/+15
* YJIT: Show --yjit-stats of railsbench on CI (#6403)Takashi Kokubun2022-09-201-0/+13
* 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-183-37/+50
* 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-144-0/+128
* Initial support for VM_CALL_ARGS_SPLAT (#6341)Jimmy Miller2022-09-145-37/+176
* YJIT: Add Opnd#with_num_bits to use only 8 bits (#6359)Takashi Kokubun2022-09-147-16/+61
* Add comments to touch libyjitNobuyoshi Nakada2022-09-141-2/+8
* Touch libyjit.a which may be still old due to the cacheNobuyoshi Nakada2022-09-141-0/+2
* Expand dependency for `$(YJIT_LIBS)`Nobuyoshi Nakada2022-09-141-19/+15
* 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
* Allow comparing against 64-bit immediates on x86 (#6314)Kevin Newton2022-09-011-51/+215
* Remove rb_iseq_eachJohn Hawthorn2022-09-012-17/+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