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
/
test
/
ruby
/
test_zjit.rb
Age
Commit message (
Expand
)
Author
2025-07-03
ZJIT: Panic on BOP redefinition only when needed (#13782)
Takashi Kokubun
2025-07-03
ZJIT: Bail out on register spill (#13773)
Takashi Kokubun
2025-07-02
ZJIT: Support spilling basic block arguments (#13761)
Takashi Kokubun
2025-07-02
ZJIT: Annotate NilClass#nil? and Kernel#nil?
Stan Lo
2025-06-30
ZJIT: Add codegen for IsNil
ywenc
2025-06-30
ZJIT: Don't compile functions with unhandled parameter types (#13749)
Max Bernstein
2025-06-28
ZJIT: Codegen for `defined?(yield)`
Alan Wu
2025-06-27
ZJIT: Add TODOs and omitted test for nested scope local access
Alan Wu
2025-06-27
ZJIT: Add codegen for GetLocal and SetLocal
Alan Wu
2025-06-19
ZJIT: Add `dupn` support
Alan Wu
2025-06-18
ZJIT: Support invokebuiltin opcodes (#13632)
Daniel Colson
2025-06-17
ZJIT: Add codegen (and FrameState) for GetConstPath
Alan Wu
2025-06-17
ZJIT: Parse opt freeze insns to HIR
Daniel Colson
2025-06-17
ZJIT: Add codegen for StringCopy
Daniel Colson
2025-06-16
ZJIT: Add support for putspecialobject (#13565)
Stan Lo
2025-06-12
ZJIT: Write a callee frame on JIT-to-JIT calls (#13579)
Takashi Kokubun
2025-06-09
ZJIT: Parse opt_regexpmatch2 into HIR
Alan Wu
2025-06-09
ZJIT: Parse opt_not into HIR
Alan Wu
2025-06-09
ZJIT: Parse opt_or into HIR
Alan Wu
2025-06-09
ZJIT: Parse opt_and into HIR
Alan Wu
2025-06-09
ZJIT: Parse opt_succ into HIR
Alan Wu
2025-06-09
ZJIT: Parse opt_empty_p into HIR
Alan Wu
2025-06-06
ZJIT: Add codegen for uncached setinstancevariable
Max Bernstein
2025-06-06
ZJIT: Add codegen for uncached getinstancevariable
Max Bernstein
2025-06-05
ZJIT: Pass self through basic block params (#13529)
Takashi Kokubun
2025-06-05
ZJIT: Add `insns` param that tests for opcode presence
Alan Wu
2025-06-04
ZJIT: Add newrange support (#13505)
Stan Lo
2025-06-04
ZJIT: Implement side exits for entry frames (#13469)
Takashi Kokubun
2025-06-04
ZJIT: Spill to the stack using arguments instead of FrameState
Alan Wu
2025-05-09
ZJIT: Fix a splitting condition for LHS
Takashi Kokubun
2025-04-29
ZJIT: Disable ZJIT instructions when USE_ZJIT is 0 (#13199)
Takashi Kokubun
2025-04-18
Add codegen for NewArray instruction (https://github.com/Shopify/zjit/pull/110)
Aiden Fox Ivey
2025-04-18
Implement JIT-to-JIT calls (https://github.com/Shopify/zjit/pull/109)
Takashi Kokubun
2025-04-18
Add codegen support for ArrayDup
Aiden Fox Ivey
2025-04-18
Strength reduce to `CCall` for sends landing in simple C methods
Alan Wu
2025-04-18
Split LHS of CMP if it's an immediate (https://github.com/Shopify/zjit/pull/94)
Takashi Kokubun
2025-04-18
Fix opt_neq HIR codegen
Max Bernstein
2025-04-18
Compile Param into VReg and ParallelMov (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
2025-04-18
Add recursive factorial and fibonacci functions to test_zjit.rb
Maxime Chevalier-Boisvert
2025-04-18
Compile IfFalse, IfTrue, and Jump instructions (https://github.com/Shopify/zj...
Takashi Kokubun
2025-04-18
Implement dynamic dispatch for opt_send_without_block (https://github.com/Sho...
Takashi Kokubun
2025-04-18
Implement codegen for Test insn (https://github.com/Shopify/zjit/pull/57)
Maxime Chevalier-Boisvert
2025-04-18
Reorder two tests, update comment
Maxime Chevalier-Boisvert
2025-04-18
Add a skipped test case for opt_mult overflow
Takashi Kokubun
2025-04-18
Implement all basic Fixnum instructions (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
2025-04-18
Compile FixnumLt (https://github.com/Shopify/zjit/pull/48)
Max Bernstein
2025-04-18
Add comments to tests
Maxime Chevalier-Boisvert
2025-04-18
Add commented out if-else test to test_zjit.rb
Maxime Chevalier-Boisvert
2025-04-18
Add while loop test to test_zjit.rb
Maxime Chevalier-Boisvert
2025-04-18
Add small test for setlocal
Maxime Chevalier-Boisvert
[next]