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
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
Age
Commit message (
Expand
)
Author
2023-05-24
Add a newline at EOF [ci skip]
Nobuyoshi Nakada
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
YJIT: Merge lower_stack into the split pass (#7748)
Takashi Kokubun
2023-04-20
Fix inaccurate comment
Maxime Chevalier-Boisvert
2023-04-20
YJIT: Merge csel and mov on arm64 (#7747)
Takashi Kokubun
2023-04-20
YJIT: Avoid splitting mov for small values on arm64 (#7745)
Takashi Kokubun
2023-04-19
YJIT: Replace Mov with LoadInto on arm64 (#7744)
Takashi Kokubun
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-18
updating bindgen
Aaron Patterson
2023-04-18
YJIT: Fix raw sample stack lengths in exit traces (#7728)
John Hawthorn
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-13
YJIT: Add a sampling option to exit tracing (#7693)
Adam Hess
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-11
YJIT: Fix build on A64
Alan Wu
2023-04-11
YJIT: Fix a compilation warning in x86_64
Takashi Kokubun
2023-04-11
YJIT: Reduce paddings if --yjit-exec-mem-size <= 128 on arm64 (#7671)
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-06
Update VPATH for socket, & dependencies
Matt Valentine-House
2023-04-05
YJIT: Add codegen for Integer methods (#7665)
Takashi Kokubun
2023-04-05
YJIT: Count the number of actually written bytes (#7658)
Takashi Kokubun
2023-04-05
YJIT: Eanble `unsafe_op_in_unsafe_fn` on crate::core
Alan Wu
2023-04-05
Revert "YJIT: Suppress unnecessary `unsafe` block (GH-7634)"
Alan Wu
2023-04-04
YJIT: add stats for ratio of versions per block (#7653)
Maxime Chevalier-Boisvert
2023-04-04
Remove an unused counter
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-04-01
Remove unused VM_CALL_BLOCKISEQ flag
Takashi Kokubun
2023-03-31
YJIT: Remove unused variable [ci skip]
Alan Wu
2023-03-31
YJIT: Suppress unnecessary `unsafe` block (#7634)
Nobuyoshi Nakada
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: code_gc(): Assert self is inline to avoid other_cb()
Alan Wu
[next]