index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit
/
src
/
codegen.rs
Age
Commit message (
Expand
)
Author
2023-07-13
Remove RARRAY_CONST_PTR_TRANSIENT
Peter Zhu
2023-07-11
YJIT: add counter for untracked gbpp exit reason (#8052)
Maxime Chevalier-Boisvert
2023-07-06
YJIT: Use registers to pass stack temps to C calls (#7920)
Takashi Kokubun
2023-07-04
YJIT: Avoid reloading InsnOut operands (#8021)
Takashi Kokubun
2023-07-04
YJIT: Fix autosplat miscomp for blocks with optionals (#8006)
Alan Wu
2023-06-06
YJIT: Avoid identity-based known-class guards for IO objects (#7911)
Alan Wu
2023-06-06
Unify length field for embedded and heap strings (#7908)
Peter Zhu
2023-05-01
YJIT: Move exits in gen_send_iseq to functions and use ? (#7725)
Jimmy Miller
2023-04-25
Generalize cfunc large array splat fix to fix many additional cases raising S...
Jeremy Evans
2023-04-24
YJIT: Use general definedivar at the end of chains (#7756)
Takashi Kokubun
2023-04-20
YJIT: invokesuper: Remove cme mid matching check
John Hawthorn
2023-04-20
Fix inaccurate comment
Maxime Chevalier-Boisvert
2023-04-19
YJIT: Tweak asm comments (#7743)
Takashi Kokubun
2023-04-19
YJIT: Remove Insn::RegTemps (#7741)
Takashi Kokubun
2023-04-18
Implement opt_newarray_send in YJIT
Aaron Patterson
2023-04-17
YJIT: Fixes failure reported by rails for opt+splat+rest (#7727)
Jimmy Miller
2023-04-17
YJIT: Spill a caller stack as late as possible (#7726)
Takashi Kokubun
2023-04-14
YJIT: Add a counter to all side exits (#7720)
Takashi Kokubun
2023-04-14
YJIT: Remove duplicate `asm.spill_temps()`
Alan Wu
2023-04-14
YJIT: Fix false object collection when setting ivar
Alan Wu
2023-04-14
YJIT: Introduce Target::SideExit (#7712)
Takashi Kokubun
2023-04-14
YJIT: Change to Option<CodegenStatus> (#7717)
Jimmy Miller
2023-04-13
YJIT: Add support for rest with option and splat args (#7698)
Jimmy Miller
2023-04-13
YJIT: Use an enum to represent counters (#7701)
Takashi Kokubun
2023-04-13
YJIT: Move stack_opnd from Context to Assembler (#7700)
Takashi Kokubun
2023-04-12
YJIT: Fix missing argc check in known cfuncs
John Hawthorn
2023-04-12
YJIT: Let Assembler own Context (#7691)
Takashi Kokubun
2023-04-10
YJIT: Avoid using a register for unspecified_bits (#7685)
Takashi Kokubun
2023-04-06
YJIT: Stack temp register allocation for arm64 (#7659)
Takashi Kokubun
2023-04-05
YJIT: Add codegen for Integer methods (#7665)
Takashi Kokubun
2023-04-04
YJIT: Stack temp register allocation (#7651)
Takashi Kokubun
2023-04-03
YJIT: Add codegen for Array#<< (#7645)
Takashi Kokubun
2023-04-01
Remove an unneeded function copy
Takashi Kokubun
2023-03-31
YJIT: Remove unused variable [ci skip]
Alan Wu
2023-03-30
YJIT: Test more kw and rest cases and change exit name
Jimmy Miller
2023-03-30
YJIT: Generate side exits as late as possible (#7612)
Takashi Kokubun
2023-03-29
YJIT: Leave cfp->pc uninitialized for VM_FRAME_MAGIC_CFUNC
Alan Wu
2023-03-29
YJIT: Rest and keyword (non-supplying) (#7608)
Jimmy Miller
2023-03-28
YJIT: Stop using the starting_context pattern (#7610)
Takashi Kokubun
2023-03-24
YJIT: Rest and block_arg support (#7584)
Jimmy Miller
2023-03-24
YJIT: Constify EC to avoid an `as` pointer cast (#7591)
Alan Wu
2023-03-23
YJIT: Save PC on rb_str_concat (#7586)
Takashi Kokubun
2023-03-23
YJIT: Use starting context for status === CantCompile (#7583)
Jimmy Miller
2023-03-23
Use shape information in YJIT's definedivar implementation (#7579)
Ole Friis Østergaard
2023-03-21
YJIT: Fix large ISeq rejection (#7576)
Alan Wu
2023-03-21
YJIT: Fix incorrect exit in splat (#7575)
Jimmy Miller
2023-03-21
Revert "YJIT: Rest and block_arg support (#7557)"
Peter Zhu
2023-03-20
YJIT: tag output type as UnknownHeap in `toregexp` (#7562)
Maxime Chevalier-Boisvert
2023-03-17
YJIT: Simplify using the BITS associated constant
Alan Wu
2023-03-17
YJIT: make type info more specific in gen_fixnum_cmp and gen_opt_mod (#7555)
Maxime Chevalier-Boisvert
[prev]
[next]