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
/
zjit
Age
Commit message (
Expand
)
Author
2026-04-14
Bump rand from 0.10.0 to 0.10.1 in /zjit
dependabot[bot]
2026-04-10
ZJIT: Trace infer_types as a sub-pass of other passes (#16714)
Max Bernstein
2026-04-10
ZJIT: `fmt::Debug` for VALUE in hex. Shorthand for rb_obj_info()
Alan Wu
2026-04-10
ZJIT: Assert no side exits in assert_compiles()
Alan Wu
2026-04-10
ZJIT: Fix hanging loop (#16711)
Max Bernstein
2026-04-09
ZJIT: Make `hir::types::Class` not final and have it include metaclasses
Alan Wu
2026-04-09
Fix zjit hir tests
Matt Valentine-House
2026-04-09
Update tests for new pool layout
Matt Valentine-House
2026-04-08
ZJIT: Guard an array is not frozen before popping from it
Max Bernstein
2026-04-08
ZJIT: Guard that an array is not frozen before modifying it
Max Bernstein
2026-04-08
ZJIT: Load immediate into register before masking (#16677)
Max Bernstein
2026-04-08
ZJIT: Fix land race (#16686)
Max Bernstein
2026-04-08
ZJIT: Merge reduce_send_without_block_to_ccall and reduce_send_to_ccall (#16675)
Max Bernstein
2026-04-08
ZJIT: Pull load out of IsBlockParamModified (#16673)
Max Bernstein
2026-04-08
ZJIT: Add polymorphic support for getblockparamproxy (#16636)
Nozomi Hijikata
2026-04-06
ZJIT: Profiling: Separate bits for T_CLASS and T_MODULE
Alan Wu
2026-04-06
ZJIT: Print the Cptr, not a pointer to the pointer
Alan Wu
2026-04-06
ZJIT: Print CUInt64 in hex when sign bit is set
Alan Wu
2026-04-06
ZJIT: Guard `T_*` in addition to shape in polymorphic getivar
Alan Wu
2026-04-06
ZJIT: Trace compile events and invalidation events (#16666)
Max Bernstein
2026-04-06
ZJIT: Replace Option<i32> with Recompile enum for side exit recompilation (#1...
Takashi Kokubun
2026-04-03
ZJIT: Add IseqVersion::is_invalidated() method
Takashi Kokubun
2026-04-03
ZJIT: Recompile getivar on guard_shape_failure
Takashi Kokubun
2026-04-03
ZJIT: Add TODO to subsume guard dedup into GVN
Takashi Kokubun
2026-04-03
ZJIT: Simplify guard dedup with Iterator::find
Takashi Kokubun
2026-04-03
ZJIT: Deduplicate redundant GuardType instructions in fold_constants
Takashi Kokubun
2026-04-03
ZJIT: Fallback ifunc invokeblock when tag check fails (#16608)
Takashi Kokubun
2026-04-02
ZJIT: Avoid transmute dodging rustc/LLVM int-to-ptr miscompilation
Alan Wu
2026-04-02
ZJIT: Use CFP_PC in warn_unused_block for outlined PC (#16649)
Takashi Kokubun
2026-04-01
Revert "ZJIT: Clean up branching in polymorphic opt_send_without_block HIR co...
Alan Wu
2026-04-01
ZJIT: Hook into GC W^X callbacks for compaction (#16635)
Takashi Kokubun
2026-04-01
ZJIT: Clean up branching in polymorphic opt_send_without_block HIR constructi...
Max Bernstein
2026-04-01
ZJIT: Remove old unused graphviz code (#16630)
Max Bernstein
2026-04-01
ZJIT: Add missing guard on ivar access on T_{DATA,CLASS,MODULE}
Alan Wu
2026-03-31
ZJIT: Side-exit sends with blocks to non-block methods (#16624)
Takashi Kokubun
2026-03-31
ZJIT: Support VM_OPT_NEWARRAY_SEND_PACK (#16596)
Nozomi Hijikata
2026-03-31
ZJIT: Clean up branching in HIR construction (#16616)
Max Bernstein
2026-03-30
ZJIT: Use a slice for ISeq `opt_table` for quick one-off access
Alan Wu
2026-03-30
ZJIT: Add --zjit-max-versions option (#16607)
Takashi Kokubun
2026-03-30
ZJIT: Compile modified path in getblockparamproxy (#16573)
Nozomi Hijikata
2026-03-31
Fix rand 0.10.0 compatibility in ZJIT parcopy tests
Takashi Kokubun
2026-03-31
Bump the jit group across 1 directory with 2 updates
dependabot[bot]
2026-03-28
ZJIT: Fn stub: Move args to create appropriate unfilled optional param gap
Alan Wu
2026-03-27
Rename CFP_HAS_JIT_RETURN to CFP_JIT_RETURN
Takashi Kokubun
2026-03-27
Rename cfp->iseq to cfp->_iseq and rb_zjit_cfp_iseq to rb_cfp_iseq
Takashi Kokubun
2026-03-27
ZJIT: Have JITFrame relocate itself via Rust function
Takashi Kokubun
2026-03-27
ZJIT: Define JITFrame struct in C and import via bindgen
Takashi Kokubun
2026-03-27
ZJIT: Move jit_return clearing from rb_set_cfp_pc into codegen
Takashi Kokubun
2026-03-27
ZJIT: Use bare opcode variant in iseq_may_write_block_code
Takashi Kokubun
2026-03-27
ZJIT: Have JITFrame mark and update its own GC pointers
Takashi Kokubun
[next]