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
/
backend
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: Avoid panicing with "Option::unwrap() on None" (#13762)
Takashi Kokubun
2025-07-02
ZJIT: Support spilling basic block arguments (#13761)
Takashi Kokubun
2025-07-01
ZJIT: Shorten Debug print for 64-bit VReg (#13763)
Takashi Kokubun
2025-06-12
ZJIT: Write a callee frame on JIT-to-JIT calls (#13579)
Takashi Kokubun
2025-06-11
ZJIT: x86: Fix panic writing 32-bit number with top bit set
Alan Wu
2025-06-11
ZJIT: Restore some A64 backend tests to fix unused warning
Alan Wu
2025-06-11
ZJIT: Restore most x64 backend tests
Alan Wu
2025-06-05
ZJIT: Pass self through basic block params (#13529)
Takashi Kokubun
2025-06-04
ZJIT: Implement side exits for entry frames (#13469)
Takashi Kokubun
2025-05-12
ZJIT: Stop padding side exits (#13295)
Takashi Kokubun
2025-05-09
ZJIT: Fix a splitting condition for LHS
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' pt. 2 (https://github.com/Shopify/zjit...
Aiden Fox Ivey
2025-04-18
Split LHS of CMP if it's an immediate (https://github.com/Shopify/zjit/pull/94)
Takashi Kokubun
2025-04-18
Add miscellaneous Clippy 'corrections' (https://github.com/Shopify/zjit/pull/92)
Aiden Fox Ivey
2025-04-18
Improve register alloc and dealloc error messaging (https://github.com/Shopif...
Aiden Fox Ivey
2025-04-18
Remove an outdated comment
Takashi Kokubun
2025-04-18
Compile Param into VReg and ParallelMov (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
2025-04-18
Update the VReg comment to imply spilling
Takashi Kokubun
2025-04-18
Disassociate InsnOut from Insn index
Takashi Kokubun
2025-04-18
Make disassembly look nicer using InsnPrinter
Max Bernstein
2025-04-18
Compile IfFalse, IfTrue, and Jump instructions (https://github.com/Shopify/zj...
Takashi Kokubun
2025-04-18
Resurrect icache invalidation for arm64 (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
2025-04-18
Load an immediate into a register in the backend (https://github.com/Shopify/...
Takashi Kokubun
2025-04-18
Implement FixnumAdd and stub PatchPoint/GuardType (https://github.com/Shopify...
Takashi Kokubun
2025-04-18
Add compact Type lattice
Max Bernstein
2025-04-18
Fix 2024 edition errors
Alan Wu
2025-04-18
Rename `backend::Opnd` to `backend::lir::Opnd` (https://github.com/Shopify/zj...
Takashi Kokubun
2025-04-18
Resurrect asm comment support
Takashi Kokubun
2025-04-18
Rename backend::ir to backend
Takashi Kokubun
2025-04-18
Rename utils.rs to cast.rs
Takashi Kokubun
2025-04-18
Start compiling the actual IR
Takashi Kokubun
2025-04-18
Fix cargo test
Takashi Kokubun
2025-04-18
Stub YJIT-specific implementations in the backend
Takashi Kokubun
2025-04-18
Copy yjit/src/backend to zjit/src/backend
Takashi Kokubun
[prev]