summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2023-09-07Add `String#getbyte` YJIT implementation (#8397)Ian Candy
2023-08-28YJIT: Remove Type::CArray and limit use of Type::CStringAlan Wu
2023-08-18YJIT: Fix return type of Integer#/ with T_FIXNUM inputsAlan Wu
2023-08-18YJIT: implement fast path for integer multiplication in opt_mult (#8204)Maxime Chevalier-Boisvert
2023-08-17YJIT: Fix String#<< return typeAlan Wu
2023-08-15YJIT: Optional parameter rework and bugfix (#8220)Alan Wu
2023-08-11YJIT: Implement GET_BLOCK_HANDLER() for invokesuper (#8206)Takashi Kokubun
2023-08-08YJIT: Compile exception handlers (#8171)Takashi Kokubun
2023-08-03YJIT: handle expandarray_rhs_too_small case (#8161)Maxime Chevalier-Boisvert
2023-07-26Implement `opt_aref_with` instruction (#8118)ywenc
2023-07-17Fix a typo [ci skip]Nobuyoshi Nakada
2023-07-11Skip a flaky test for RJITTakashi Kokubun
2023-07-04YJIT: Break register cycles for C arguments (take 2) (#8018)Takashi Kokubun
2023-07-04YJIT: Fix autosplat miscomp for blocks with optionals (#8006)Alan Wu
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