summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2023-04-26RJIT: Fix unspecified_bits with localsTakashi Kokubun
2023-04-25Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans
2023-04-18Emit special instruction for array literal + .(hash|min|max)Aaron Patterson
2023-04-17YJIT: Fixes failure reported by rails for opt+splat+rest (#7727)Jimmy Miller
2023-04-14RJIT: Skip a YJIT testAlan Wu
2023-04-14YJIT: Fix false object collection when setting ivarAlan Wu
2023-04-13YJIT: Add support for rest with option and splat args (#7698)Jimmy Miller
2023-04-12YJIT: Fix missing argc check in known cfuncsJohn Hawthorn
2023-04-10YJIT: Avoid using a register for unspecified_bits (#7685)Takashi Kokubun
2023-04-05YJIT: Add codegen for Integer methods (#7665)Takashi Kokubun
2023-04-03RJIT: Fix arguments for shift_stackTakashi Kokubun
2023-03-30YJIT: Test more kw and rest cases and change exit nameJimmy Miller
2023-03-29YJIT: Rest and keyword (non-supplying) (#7608)Jimmy Miller
2023-03-24YJIT: Rest and block_arg support (#7584)Jimmy Miller
2023-03-23YJIT: Use starting context for status === CantCompile (#7583)Jimmy Miller
2023-03-23Use shape information in YJIT's definedivar implementation (#7579)Ole Friis Østergaard
2023-03-21YJIT: Fix large ISeq rejection (#7576)Alan Wu
2023-03-21YJIT: Fix incorrect exit in splat (#7575)Jimmy Miller
2023-03-21Revert "YJIT: Rest and block_arg support (#7557)"Peter Zhu
2023-03-19Remove a warning in bootstraptest/runner.rbTakashi Kokubun
2023-03-17YJIT: Rest and block_arg support (#7557)Jimmy Miller
2023-03-17Skip a flaky test that might not workTakashi Kokubun
2023-03-16YJIT: Remove exit for rest and send combo (#7546)Jimmy Miller
2023-03-15Fix indirect counter incrementNobuyoshi Nakada
2023-03-10RJIT: Skip a flaky test_thread test for nowTakashi Kokubun
2023-03-07YJIT: Handle special case of splat and rest lining up (#7422)Jimmy Miller
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
2023-03-05Add more GC guardsTakashi Kokubun
2023-03-05Deal with too slow testTakashi Kokubun
2023-03-05Support SP motion in all insnsTakashi Kokubun
2023-03-05Implement initial opt_ltTakashi Kokubun
2023-03-05Put nil on an appropriate indexTakashi Kokubun
2023-03-06add a test for RactorKoichi Sasada
2023-03-03Another attempt to skip test_ractor on ci.rvm.jpTakashi Kokubun
2023-03-03Fix a YJIT enablement checkTakashi Kokubun
2023-03-03YJIT: fix CI issue reported by Koichi caused by small stack patch (#7442)Maxime Chevalier-Boisvert
2023-03-02Re-skip an unstable Ractor testTakashi Kokubun
2023-03-02Revert "Revert "Re-enable test_ractor for YJIT""Takashi Kokubun
2023-03-02YJIT: Fix cfunc splatJimmy Miller
2023-03-03`Ractor::Selector#empty?`Koichi Sasada
2023-03-02Enable flaky ractor testKoichi Sasada
2023-03-02Rewrite Ractor synchronization mechanismKoichi Sasada
2023-03-01YJIT: Properly deal with cfunc splat when no args needed (#7413)Jimmy Miller
2023-02-27YJIT: Reject __send__ with splat to cfunc for nowAlan Wu
2023-02-15YJIT: `Kernel#{is_a?,instance_of?}` fast paths (GH-7297)Jimmy Miller
2023-02-14YJIT: Check correct BOP on gen_fixnum_cmp (#7303)Takashi Kokubun
2023-02-09YJIT: Support invokesuper in a block (#7264)Maple Ong
2023-01-19Implement splat for cfuncs. Split exit exit cases to better capture where we ...Jimmy Miller