summaryrefslogtreecommitdiff
path: root/yjit
Commit message (Expand)AuthorAgeFilesLines
...
* YJIT: Test more kw and rest cases and change exit nameJimmy Miller2023-03-302-2/+2
* YJIT: Generate side exits as late as possible (#7612)Takashi Kokubun2023-03-302-238/+215
* YJIT: Leave cfp->pc uninitialized for VM_FRAME_MAGIC_CFUNCAlan Wu2023-03-291-1/+5
* YJIT: code_gc(): Assert self is inline to avoid other_cb()Alan Wu2023-03-291-3/+6
* YJIT: Take VM lock in RubyVM::YJIT.code_gcAlan Wu2023-03-291-3/+6
* YJIT: Fix overlapping &mut in Assembler::code_gc()Alan Wu2023-03-293-14/+11
* YJIT: Rest and keyword (non-supplying) (#7608)Jimmy Miller2023-03-292-89/+89
* YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)Maxime Chevalier-Boisvert2023-03-282-0/+28
* YJIT: Stop using the starting_context pattern (#7610)Takashi Kokubun2023-03-281-72/+64
* YJIT: Rest and block_arg support (#7584)Jimmy Miller2023-03-242-9/+3
* YJIT: Constify EC to avoid an `as` pointer cast (#7591)Alan Wu2023-03-242-2/+2
* YJIT: Save PC on rb_str_concat (#7586)Takashi Kokubun2023-03-231-2/+4
* YJIT: Use starting context for status === CantCompile (#7583)Jimmy Miller2023-03-231-3/+8
* Use shape information in YJIT's definedivar implementation (#7579)Ole Friis Østergaard2023-03-231-19/+66
* `vm_call_single_noarg_inline_builtin`Koichi Sasada2023-03-231-0/+1
* YJIT: Fix large ISeq rejection (#7576)Alan Wu2023-03-212-3/+17
* YJIT: Fix incorrect exit in splat (#7575)Jimmy Miller2023-03-211-1/+1
* Revert "YJIT: Rest and block_arg support (#7557)"Peter Zhu2023-03-212-3/+9
* YJIT: Make dev_nodebug closer to dev (#7570)Takashi Kokubun2023-03-201-3/+4
* YJIT: tag output type as UnknownHeap in `toregexp` (#7562)Maxime Chevalier-Boisvert2023-03-201-1/+1
* YJIT: Simplify using the BITS associated constantAlan Wu2023-03-171-8/+8
* YJIT: make type info more specific in gen_fixnum_cmp and gen_opt_mod (#7555)Maxime Chevalier-Boisvert2023-03-171-3/+3
* YJIT: Delete --yjit-global-constant-state (#7559)Alan Wu2023-03-172-35/+5
* YJIT: Add and use Branch::assert_layout()Alan Wu2023-03-171-0/+14
* YJIT: Rest and block_arg support (#7557)Jimmy Miller2023-03-172-9/+3
* YJIT: Support entry for multiple PCs per ISEQ (GH-7535)Takashi Kokubun2023-03-176-32/+262
* YJIT: Use raw pointers and shared references over `Rc<RefCell<_>>`Alan Wu2023-03-175-637/+965
* YJIT: Remove exit for rest and send combo (#7546)Jimmy Miller2023-03-161-5/+0
* YJIT: add stats to keep track of when branch direction is known (#7544)Maxime Chevalier-Boisvert2023-03-162-0/+12
* YJIT: Eliminate unnecessary mov for trampolines (#7537)Takashi Kokubun2023-03-151-1/+4
* YJIT: Use assert_disasm! in an A64 test to avoid unused warningAlan Wu2023-03-151-0/+6
* YJIT: use u16 for insn_idx instead of u32 (#7534)Maxime Chevalier-Boisvert2023-03-155-35/+37
* YJIT: Assert that we have the VM lock while markingAlan Wu2023-03-153-6/+21
* Make EC required on JIT state (#7520)Aaron Patterson2023-03-151-14/+17
* YJIT: Introduce no_gc attribute (#7511)Takashi Kokubun2023-03-143-15/+19
* YJIT: Implement throw instruction (#7491)Takashi Kokubun2023-03-141-0/+35
* YJIT: Allow testing assembler with disasm (#7470)Takashi Kokubun2023-03-142-2/+86
* YJIT: Merge add/sub/and/or/xor and mov on x86_64 (#7492)Takashi Kokubun2023-03-131-23/+90
* YJIT: Handle rest+splat where non-splat < required (#7499)Jimmy Miller2023-03-133-23/+59
* YJIT: Bump SEND_MAX_DEPTH to 20 (#7469)Takashi Kokubun2023-03-102-3/+5
* YJIT: upgrade type in `guard_object_is_string` (#7489)Maxime Chevalier-Boisvert2023-03-092-35/+49
* YJIT: Merge x86_merge into x86_split (#7487)Takashi Kokubun2023-03-091-31/+12
* Another fix for 262254dc7dTakashi Kokubun2023-03-091-1/+1
* Revert an unneeded diff in 262254dc7dTakashi Kokubun2023-03-091-3/+3
* rename `defined_ivar` to `definedivar`Koichi Sasada2023-03-102-9/+9
* YJIT: Optimize `cmp REG, 0` into `test REG, REG` (#7471)Takashi Kokubun2023-03-091-2/+31
* Add defined_ivar as YJIT instruction as wellOle Friis Østergaard2023-03-083-159/+201
* Remove MJIT's builtin function compilerTakashi Kokubun2023-03-071-8/+0
* YJIT: Add comments to peek and x86_mergeTakashi Kokubun2023-03-072-0/+4
* YJIT: Merge lea and mov on x86_64 when possibleTakashi Kokubun2023-03-072-3/+55