summaryrefslogtreecommitdiff
path: root/yjit/src/codegen.rs
AgeCommit message (Expand)Author
2023-07-13Remove RARRAY_CONST_PTR_TRANSIENTPeter Zhu
2023-07-11YJIT: add counter for untracked gbpp exit reason (#8052)Maxime Chevalier-Boisvert
2023-07-06YJIT: Use registers to pass stack temps to C calls (#7920)Takashi Kokubun
2023-07-04YJIT: Avoid reloading InsnOut operands (#8021)Takashi Kokubun
2023-07-04YJIT: Fix autosplat miscomp for blocks with optionals (#8006)Alan Wu
2023-06-06YJIT: Avoid identity-based known-class guards for IO objects (#7911)Alan Wu
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-05-01YJIT: Move exits in gen_send_iseq to functions and use ? (#7725)Jimmy Miller
2023-04-25Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans
2023-04-24YJIT: Use general definedivar at the end of chains (#7756)Takashi Kokubun
2023-04-20YJIT: invokesuper: Remove cme mid matching checkJohn Hawthorn
2023-04-20Fix inaccurate commentMaxime Chevalier-Boisvert
2023-04-19YJIT: Tweak asm comments (#7743)Takashi Kokubun
2023-04-19YJIT: Remove Insn::RegTemps (#7741)Takashi Kokubun
2023-04-18Implement opt_newarray_send in YJITAaron Patterson
2023-04-17YJIT: Fixes failure reported by rails for opt+splat+rest (#7727)Jimmy Miller
2023-04-17YJIT: Spill a caller stack as late as possible (#7726)Takashi Kokubun
2023-04-14YJIT: Add a counter to all side exits (#7720)Takashi Kokubun
2023-04-14YJIT: Remove duplicate `asm.spill_temps()` Alan Wu
2023-04-14YJIT: Fix false object collection when setting ivarAlan Wu
2023-04-14YJIT: Introduce Target::SideExit (#7712)Takashi Kokubun
2023-04-14YJIT: Change to Option<CodegenStatus> (#7717)Jimmy Miller
2023-04-13YJIT: Add support for rest with option and splat args (#7698)Jimmy Miller
2023-04-13YJIT: Use an enum to represent counters (#7701)Takashi Kokubun
2023-04-13YJIT: Move stack_opnd from Context to Assembler (#7700)Takashi Kokubun
2023-04-12YJIT: Fix missing argc check in known cfuncsJohn Hawthorn
2023-04-12YJIT: Let Assembler own Context (#7691)Takashi Kokubun
2023-04-10YJIT: Avoid using a register for unspecified_bits (#7685)Takashi Kokubun
2023-04-06YJIT: Stack temp register allocation for arm64 (#7659)Takashi Kokubun
2023-04-05YJIT: Add codegen for Integer methods (#7665)Takashi Kokubun
2023-04-04YJIT: Stack temp register allocation (#7651)Takashi Kokubun
2023-04-03YJIT: Add codegen for Array#<< (#7645)Takashi Kokubun
2023-04-01Remove an unneeded function copyTakashi Kokubun
2023-03-31YJIT: Remove unused variable [ci skip]Alan Wu
2023-03-30YJIT: Test more kw and rest cases and change exit nameJimmy Miller
2023-03-30YJIT: Generate side exits as late as possible (#7612)Takashi Kokubun
2023-03-29YJIT: Leave cfp->pc uninitialized for VM_FRAME_MAGIC_CFUNCAlan Wu
2023-03-29YJIT: Rest and keyword (non-supplying) (#7608)Jimmy Miller
2023-03-28YJIT: Stop using the starting_context pattern (#7610)Takashi Kokubun
2023-03-24YJIT: Rest and block_arg support (#7584)Jimmy Miller
2023-03-24YJIT: Constify EC to avoid an `as` pointer cast (#7591)Alan Wu
2023-03-23YJIT: Save PC on rb_str_concat (#7586)Takashi Kokubun
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-20YJIT: tag output type as UnknownHeap in `toregexp` (#7562)Maxime Chevalier-Boisvert
2023-03-17YJIT: Simplify using the BITS associated constantAlan Wu
2023-03-17YJIT: make type info more specific in gen_fixnum_cmp and gen_opt_mod (#7555)Maxime Chevalier-Boisvert