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
/
zjit
/
src
/
codegen.rs
Age
Commit message (
Expand
)
Author
24 hours
ZJIT: Only write LIR output of HIR instructions with output
Max Bernstein
24 hours
ZJIT: Add codegen for SideExit
Max Bernstein
39 hours
ZJIT: Write a callee frame on JIT-to-JIT calls (#13579)
Takashi Kokubun
4 days
ZJIT: Support get/set on global variables
Aaron Patterson
8 days
ZJIT: Add codegen for uncached setinstancevariable
Max Bernstein
8 days
ZJIT: Add codegen for uncached getinstancevariable
Max Bernstein
9 days
ZJIT: Panic unimplemented for OOB basic block args (#13533)
Shannon Skipper
9 days
ZJIT: Pass self through basic block params (#13529)
Takashi Kokubun
10 days
ZJIT: Add newrange support (#13505)
Stan Lo
10 days
ZJIT: Implement side exits for entry frames (#13469)
Takashi Kokubun
10 days
ZJIT: Spill to the stack using arguments instead of FrameState
Alan Wu
2025-05-20
ZJIT: Allow DCE to remove some CCalls (#13363)
Max Bernstein
2025-05-15
ZJIT: Bail out of recursive compilation if we can't compile callee
Max Bernstein
2025-04-28
ZJIT: Drop a duplicated call into optimize (#13196)
Takashi Kokubun
2025-04-24
Make PatchPoint(CalleeModifiedLocals) implicit
Max Bernstein
2025-04-22
ZJIT: Add option to dump LIR (#13139)
Max Bernstein
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
Add return_type to FnProperties and CCall
Max Bernstein
2025-04-18
Strength reduce to `CCall` for sends landing in simple C methods
Alan Wu
2025-04-18
Insert PatchPoint after each Send
Max Bernstein
2025-04-18
Add miscellaneous Clippy 'corrections' pt. 2 (https://github.com/Shopify/zjit...
Aiden Fox Ivey
2025-04-18
Print block param names in asm comment (https://github.com/Shopify/zjit/pull/93)
Takashi Kokubun
2025-04-18
Use find() in frame_state()
Max Bernstein
2025-04-18
Rewrite SendWithoutBlock to SendWithoutBlockDirect when possible
Max Bernstein
2025-04-18
Compile Param into VReg and ParallelMov (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
2025-04-18
Fix s/Raw/Debug/g
Max Bernstein
2025-04-18
Add option to dump optimized HIR
Max Bernstein
2025-04-18
Make disassembly look nicer using InsnPrinter
Max Bernstein
2025-04-18
Add constant folding pass (https://github.com/Shopify/zjit/pull/74)
Max Bernstein
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
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
Set a return value before popping registers (https://github.com/Shopify/zjit/...
Takashi Kokubun
2025-04-18
Fix a comment for subtraction
Takashi Kokubun
2025-04-18
Implement Insn::FixnumSub (https://github.com/Shopify/zjit/pull/42)
Takashi Kokubun
2025-04-18
Move lib.rs functions to appropriate modules (https://github.com/Shopify/zjit...
Takashi Kokubun
2025-04-18
Implement Insn::Param using the SP register (https://github.com/Shopify/zjit/...
Takashi Kokubun
2025-04-18
Load an immediate into a register in the backend (https://github.com/Shopify/...
Takashi Kokubun
2025-04-18
Load Param off of cfp->ep (https://github.com/Shopify/zjit/pull/31)
Takashi Kokubun
2025-04-18
Share FrameState by storing it on Function
Max Bernstein
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
Compile Insn::Const (https://github.com/Shopify/zjit/pull/18)
Takashi Kokubun
2025-04-18
Rename --zjit-dump-ssa to --zjit-dump-hir (https://github.com/Shopify/zjit/pu...
Takashi Kokubun
2025-04-18
Remove Opnd
Max Bernstein
2025-04-18
Rename `backend::Opnd` to `backend::lir::Opnd` (https://github.com/Shopify/zj...
Takashi Kokubun
[next]