summaryrefslogtreecommitdiff
path: root/bootstraptest/test_yjit.rb
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-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-25Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans
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-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-17YJIT: Rest and block_arg support (#7557)Jimmy Miller
2023-03-16YJIT: Remove exit for rest and send combo (#7546)Jimmy Miller
2023-03-07YJIT: Handle special case of splat and rest lining up (#7422)Jimmy Miller
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-03YJIT: fix CI issue reported by Koichi caused by small stack patch (#7442)Maxime Chevalier-Boisvert
2023-03-02YJIT: Fix cfunc splatJimmy Miller
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
2022-12-24MJIT: Cancel all on disastrous situations (#7019)Takashi Kokubun
2022-12-02YJIT: Make case-when optimization respect === redefinition (#6846)Alan Wu
2022-11-30YJIT: Deallocate `struct Block` to plug memory leaksAlan Wu
2022-11-17Fix bug involving .send and overwritten methods. (#6752)Jimmy Miller
2022-11-13YJIT: Fix invalidation for c_call and c_return (#6719)Alan Wu
2022-10-26YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper
2022-10-04YJIT: add support for calling bmethods (#6489)Alan Wu
2022-09-14YJIT: Implement specialized respond_to? (#6363)John Hawthorn
2022-08-29YJIT: Implement concatarray in yjit (https://github.com/Shopify/ruby/pull/405)Maple Ong
2022-08-29Fix code invalidation while OOM and OOM simulation (https://github.com/Shopif...Alan Wu