summaryrefslogtreecommitdiff
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* RJIT: Fix unspecified_bits with localsTakashi Kokubun2023-04-261-0/+14
* Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans2023-04-251-0/+16
* Emit special instruction for array literal + .(hash|min|max)Aaron Patterson2023-04-181-6/+8
* YJIT: Fixes failure reported by rails for opt+splat+rest (#7727)Jimmy Miller2023-04-171-0/+14
* RJIT: Skip a YJIT testAlan Wu2023-04-141-1/+1
* YJIT: Fix false object collection when setting ivarAlan Wu2023-04-141-0/+20
* YJIT: Add support for rest with option and splat args (#7698)Jimmy Miller2023-04-131-0/+40
* YJIT: Fix missing argc check in known cfuncsJohn Hawthorn2023-04-121-0/+32
* YJIT: Avoid using a register for unspecified_bits (#7685)Takashi Kokubun2023-04-101-0/+19
* YJIT: Add codegen for Integer methods (#7665)Takashi Kokubun2023-04-051-0/+5
* RJIT: Fix arguments for shift_stackTakashi Kokubun2023-04-031-11/+25
* YJIT: Test more kw and rest cases and change exit nameJimmy Miller2023-03-301-5/+7
* YJIT: Rest and keyword (non-supplying) (#7608)Jimmy Miller2023-03-291-0/+15
* YJIT: Rest and block_arg support (#7584)Jimmy Miller2023-03-241-0/+21
* YJIT: Use starting context for status === CantCompile (#7583)Jimmy Miller2023-03-231-0/+42
* Use shape information in YJIT's definedivar implementation (#7579)Ole Friis Østergaard2023-03-231-0/+47
* YJIT: Fix large ISeq rejection (#7576)Alan Wu2023-03-211-0/+13
* YJIT: Fix incorrect exit in splat (#7575)Jimmy Miller2023-03-211-0/+15
* Revert "YJIT: Rest and block_arg support (#7557)"Peter Zhu2023-03-211-21/+0
* Remove a warning in bootstraptest/runner.rbTakashi Kokubun2023-03-191-1/+1
* YJIT: Rest and block_arg support (#7557)Jimmy Miller2023-03-171-0/+21
* Skip a flaky test that might not workTakashi Kokubun2023-03-171-1/+1
* YJIT: Remove exit for rest and send combo (#7546)Jimmy Miller2023-03-161-0/+8
* Fix indirect counter incrementNobuyoshi Nakada2023-03-151-1/+2
* RJIT: Skip a flaky test_thread test for nowTakashi Kokubun2023-03-102-3/+2
* YJIT: Handle special case of splat and rest lining up (#7422)Jimmy Miller2023-03-071-0/+22
* s/mjit/rjit/Takashi Kokubun2023-03-062-3/+3
* s/MJIT/RJIT/Takashi Kokubun2023-03-063-5/+5
* Rename MJIT filenames to RJITTakashi Kokubun2023-03-061-0/+0
* Add more GC guardsTakashi Kokubun2023-03-051-1/+1
* Deal with too slow testTakashi Kokubun2023-03-051-1/+1
* Support SP motion in all insnsTakashi Kokubun2023-03-051-0/+6
* Implement initial opt_ltTakashi Kokubun2023-03-051-0/+6
* Put nil on an appropriate indexTakashi Kokubun2023-03-051-0/+4
* add a test for RactorKoichi Sasada2023-03-061-0/+28
* Another attempt to skip test_ractor on ci.rvm.jpTakashi Kokubun2023-03-031-1/+1
* Fix a YJIT enablement checkTakashi Kokubun2023-03-031-1/+1
* YJIT: fix CI issue reported by Koichi caused by small stack patch (#7442)Maxime Chevalier-Boisvert2023-03-031-0/+27
* Re-skip an unstable Ractor testTakashi Kokubun2023-03-021-1/+2
* Revert "Revert "Re-enable test_ractor for YJIT""Takashi Kokubun2023-03-021-5/+3
* YJIT: Fix cfunc splatJimmy Miller2023-03-021-1/+12
* `Ractor::Selector#empty?`Koichi Sasada2023-03-031-0/+96
* Enable flaky ractor testKoichi Sasada2023-03-021-2/+1
* Rewrite Ractor synchronization mechanismKoichi Sasada2023-03-021-4/+10
* YJIT: Properly deal with cfunc splat when no args needed (#7413)Jimmy Miller2023-03-011-0/+10
* YJIT: Reject __send__ with splat to cfunc for nowAlan Wu2023-02-271-0/+5
* YJIT: `Kernel#{is_a?,instance_of?}` fast paths (GH-7297)Jimmy Miller2023-02-151-0/+27
* YJIT: Check correct BOP on gen_fixnum_cmp (#7303)Takashi Kokubun2023-02-141-0/+39
* YJIT: Support invokesuper in a block (#7264)Maple Ong2023-02-091-0/+32
* Implement splat for cfuncs. Split exit exit cases to better capture where we ...Jimmy Miller2023-01-191-0/+25