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
/
codegen.rs
Age
Commit message (
Expand
)
Author
2025-07-07
ZJIT: Add a simple HIR validator (#13780)
Ken Jin
2025-07-03
ZJIT: Panic on BOP redefinition only when needed (#13782)
Takashi Kokubun
2025-07-02
ZJIT: Reject ISEQs with too-large stack_max (#13770)
Takashi Kokubun
2025-07-02
ZJIT: Add reason for SideExit (#13768)
Max Bernstein
2025-07-02
ZJIT: Support spilling basic block arguments (#13761)
Takashi Kokubun
2025-07-01
ZJIT: Stop tracking EP == BP assumption on JIT entry (#13752)
Takashi Kokubun
2025-06-30
ZJIT: Add codegen for IsNil
ywenc
2025-06-30
ZJIT: setglobal should not return output (#13744)
Takashi Kokubun
2025-06-28
ZJIT: Codegen for `defined?(yield)`
Alan Wu
2025-06-28
ZJIT: Use `std::fmt::Display` when codegen for instruction fails
Alan Wu
2025-06-27
ZJIT: Add codegen for GetLocal and SetLocal
Alan Wu
2025-06-26
ZJIT: Stop loading an extra parameter (#13719)
Takashi Kokubun
2025-06-24
Remove trailing spaces
Nobuyoshi Nakada
2025-06-24
ZJIT: `anytostring` to HIR (GH-13658)
ywenc
2025-06-21
ZJIT: Move ccall comments near ccall instructions (#13662)
Max Bernstein
2025-06-20
ZJIT: Typofix (#13665)
Hiroshi SHIBATA
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: Add codegen for StringCopy
Daniel Colson
2025-06-16
ZJIT: Add support for putspecialobject (#13565)
Stan Lo
2025-06-13
ZJIT: Only write LIR output of HIR instructions with output
Max Bernstein
2025-06-13
ZJIT: Add codegen for SideExit
Max Bernstein
2025-06-12
ZJIT: Write a callee frame on JIT-to-JIT calls (#13579)
Takashi Kokubun
2025-06-10
ZJIT: Support get/set on global variables
Aaron Patterson
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: Panic unimplemented for OOB basic block args (#13533)
Shannon Skipper
2025-06-05
ZJIT: Pass self through basic block params (#13529)
Takashi Kokubun
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-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
[prev]
[next]