aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Avoid register allocation conflict with a higher stack_idx (#9143)Takashi Kokubun2023-12-061-0/+18
* YJIT: Mark and update stubs in invalidated blocks (#9104)Alan Wu2023-12-041-0/+22
* YJIT: Avoid a register spill on arm64 (#9014)Takashi Kokubun2023-11-221-0/+7
* YJIT: add an extra btest for shape too complex (#9013)Maxime Chevalier-Boisvert2023-11-221-0/+27
* YJIT: Inline basic Ruby methods (#8855)Takashi Kokubun2023-11-071-0/+21
* YJIT: Fix argument clobbering in some block_arg+rest_param calls (#8647)Alan Wu2023-10-131-0/+12
* M:N thread scheduler for RactorsKoichi Sasada2023-10-121-0/+14
* YJIT: Chain-guard opt_mult overflow (#8554)Takashi Kokubun2023-09-291-0/+3
* YJIT: Fix object movement bug in iseq guard for invokeblockAlan Wu2023-09-151-0/+12
* [Bug #19882] Reject tokens invalid as symbolsNobuyoshi Nakada2023-09-151-2/+2
* Add `String#getbyte` YJIT implementation (#8397)Ian Candy2023-09-071-0/+18
* YJIT: Remove Type::CArray and limit use of Type::CStringAlan Wu2023-08-281-0/+25
* YJIT: Fix return type of Integer#/ with T_FIXNUM inputsAlan Wu2023-08-181-0/+10
* YJIT: implement fast path for integer multiplication in opt_mult (#8204)Maxime Chevalier-Boisvert2023-08-181-0/+15
* YJIT: Fix String#<< return typeAlan Wu2023-08-171-0/+9
* YJIT: Optional parameter rework and bugfix (#8220)Alan Wu2023-08-151-0/+54
* YJIT: Implement GET_BLOCK_HANDLER() for invokesuper (#8206)Takashi Kokubun2023-08-111-0/+12
* YJIT: Compile exception handlers (#8171)Takashi Kokubun2023-08-081-0/+22
* YJIT: handle expandarray_rhs_too_small case (#8161)Maxime Chevalier-Boisvert2023-08-031-0/+11
* Implement `opt_aref_with` instruction (#8118)ywenc2023-07-261-0/+12
* Fix a typo [ci skip]Nobuyoshi Nakada2023-07-171-1/+1
* Skip a flaky test for RJITTakashi Kokubun2023-07-111-2/+3
* YJIT: Break register cycles for C arguments (take 2) (#8018)Takashi Kokubun2023-07-041-0/+8
* YJIT: Fix autosplat miscomp for blocks with optionals (#8006)Alan Wu2023-07-041-0/+10
* 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