summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2024-02-06YJIT: Allow popping before falling backAlan Wu
2024-02-05YJIT: No need to reject splat+zsuperAlan Wu
2024-01-31YJIT: Add codegen for Float arithmetics (#9774)Takashi Kokubun
2024-01-30YJIT: Specialize splatkw on T_HASH (#9764)Takashi Kokubun
2024-01-30YJIT: add specialized codegen for fixnum XOR (#9763)Maxime Chevalier-Boisvert
2024-01-26YJIT: Fix exits on splatkw instruction (#9711)Takashi Kokubun
2024-01-25YJIT: Support concattoarray and pushtoarray (#9708)Takashi Kokubun
2024-01-23YJIT: Fix ruby2_keywords splat+rest and drop bogus checksAlan Wu
2024-01-23Revert "Skip a failing test for Prism"Peter Zhu
2024-01-23Skip a failing test for PrismTakashi Kokubun
2024-01-23YJIT: Move guard up for a case of splat+restAlan Wu
2024-01-22Skip a flaky Ractor test for YJITTakashi Kokubun
2024-01-22YJIT: Drop extra arguments passed by yield (#9596)Alan Wu
2024-01-19YJIT: Optimize defined?(yield) (#9599)Takashi Kokubun
2024-01-18YJIT: Properly reject keyword splat with `yield`Alan Wu
2024-01-17YJIT: specialized codegen for integer right shift (#9564)Maxime Chevalier-Boisvert
2024-01-15YJIT: Optimize Integer#succ (#9519)Takashi Kokubun
2024-01-12YJIT: expandarray for non-arrays (#9495)ywenc
2024-01-11Avoid reading unused lvars in Primitive.cexprJohn Hawthorn
2024-01-02Set Ractor moved object's shape to original object's shapeLuke Gruber
2023-12-25Typofix under bootstraptest, spec and yjit directoriesHiroshi SHIBATA
2023-12-21Avoid underflow of rb_yjit_live_iseq_countJohn Hawthorn
2023-12-21RJIT: Fix unwanted shadowing in set_local_typeTakashi Kokubun
2023-12-21RJIT: Streamline RJIT enablement checkTakashi Kokubun
2023-12-20moved object should not have a shape IDKoichi Sasada
2023-12-16remove `Ractor::Selector` from Ruby levelKoichi Sasada
2023-12-16support `skip` in bootstraptestKoichi Sasada
2023-12-12YJIT: Fix off-by-one in Kernel#send type handling (#9212)Alan Wu
2023-12-11Skip a YJIT test on RJITAlan Wu
2023-12-11YJIT: Fix missing arity check for splat calls to methods with optionalsAlan Wu
2023-12-06YJIT: Avoid register allocation conflict with a higher stack_idx (#9143)Takashi Kokubun
2023-12-04YJIT: Mark and update stubs in invalidated blocks (#9104)Alan Wu
2023-11-22YJIT: Avoid a register spill on arm64 (#9014)Takashi Kokubun
2023-11-22YJIT: add an extra btest for shape too complex (#9013)Maxime Chevalier-Boisvert
2023-11-07YJIT: Inline basic Ruby methods (#8855)Takashi Kokubun
2023-10-13YJIT: Fix argument clobbering in some block_arg+rest_param calls (#8647)Alan Wu
2023-10-12M:N thread scheduler for RactorsKoichi Sasada
2023-09-29YJIT: Chain-guard opt_mult overflow (#8554)Takashi Kokubun
2023-09-15YJIT: Fix object movement bug in iseq guard for invokeblockAlan Wu
2023-09-15[Bug #19882] Reject tokens invalid as symbolsNobuyoshi Nakada
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