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
/
src
/
asm
Age
Commit message (
Expand
)
Author
2025-07-02
ZJIT: Reject ISEQs with too-large stack_max (#13770)
Takashi Kokubun
2025-06-11
ZJIT: x86: Fix panic writing 32-bit number with top bit set
Alan Wu
2025-06-11
ZJIT: Restore x86 assembler tests
Alan Wu
2025-06-11
ZJIT: Restore most x64 backend tests
Alan Wu
2025-06-04
ZJIT: Implement side exits for entry frames (#13469)
Takashi Kokubun
2025-04-18
Change mentions of YJIT to ZJIT (https://github.com/Shopify/zjit/pull/113)
Aiden Fox Ivey
2025-04-18
Implement JIT-to-JIT calls (https://github.com/Shopify/zjit/pull/109)
Takashi Kokubun
2025-04-18
Add miscellaneous Clippy 'corrections' (https://github.com/Shopify/zjit/pull/92)
Aiden Fox Ivey
2025-04-18
Compile IfFalse, IfTrue, and Jump instructions (https://github.com/Shopify/zj...
Takashi Kokubun
2025-04-18
Implement FixnumAdd and stub PatchPoint/GuardType (https://github.com/Shopify...
Takashi Kokubun
2025-04-18
Fix zjit-test
Takashi Kokubun
2025-04-18
Resurrect asm comment support
Takashi Kokubun
2025-04-18
Initialize dummy globals for tests
Takashi Kokubun
2025-04-18
Generate working putnil-leave using the backend
Takashi Kokubun
2025-04-18
Stub YJIT-specific implementations in the backend
Takashi Kokubun
2025-04-18
Move CodeBlock to asm module
Takashi Kokubun
2025-04-18
Generate intructions to be executed
Takashi Kokubun
2025-04-18
Add (gutted) asm
Maxime Chevalier-Boisvert