summaryrefslogtreecommitdiff
path: root/zjit
AgeCommit message (Expand)Author
2025-09-30ZJIT: Revert SetIvar specialization (#14673)Max Bernstein
2025-09-29ZJIT: Fix rebase issue with testsMax Bernstein
2025-09-29ZJIT: Inline attr_accessor/attr_writer to SetIvar (#14629)Max Bernstein
2025-09-29ZJIT: Count dynamic instance variable lookups (#14615)Max Bernstein
2025-09-29ZJIT: Add stats for cfuncs that are not optimized (#14638)Stan Lo
2025-09-29ZJIT: Remove RefCell from IseqCallAlan Wu
2025-09-29ZJIT: Incorporate parameter loads into HIR (#14659)Takashi Kokubun
2025-09-29Add and fix dependenciesSatoshi Tagomori
2025-09-25ZJIT: Remove an obsoleted PC guardTakashi Kokubun
2025-09-25ZJIT: Compile ISEQ with optional arguments (#14653)Takashi Kokubun
2025-09-25ZJIT: Remove dead CMEs from `Invariants`Alan Wu
2025-09-25ZJIT: Reference update `Invariant::cme_patch_points`Alan Wu
2025-09-25ZJIT: Forget about dead ISEQs in `Invariants`Alan Wu
2025-09-25ZJIT: Standardize to `Iterator::map` in `Invariants::update_references`Alan Wu
2025-09-24ZJIT: Prefer *const u8 for consts (#14652)Takashi Kokubun
2025-09-24ZJIT: Incorporate bb0-prologue and PC check into HIR (#14643)Takashi Kokubun
2025-09-24ZJIT: Add Ruby class objects to HIR type lattice automatically (#14647)Max Bernstein
2025-09-23ZJIT: Allow testing JIT code on zjit-test (#14639)Takashi Kokubun
2025-09-23ZJIT: Add stack overflow check to `gen_ccall_variadic` (#14636)Stan Lo
2025-09-23ZJIT: Support gdb for debugging zjit-test (#14637)Takashi Kokubun
2025-09-22ZJIT: Guard receiver class for CCallVariadic (#14630)Takashi Kokubun
2025-09-22ZJIT: Add more type information to DefinedIvar (#14628)Max Bernstein
2025-09-22ZJIT: Clean up RangeType (#14627)Max Bernstein
2025-09-22ZJIT: Add polymorphism counters (#14608)Aiden Fox Ivey
2025-09-22ZJIT: Refactor NewRangeFixnum (#14607)André Luiz Tiago Soares
2025-09-19ZJIT: Fix opt_{hash,ary,str}_{freeze,uminus}Max Bernstein
2025-09-19ZJIT: Expand the list of safe allocatorsMax Bernstein
2025-09-19ZJIT: Wrap commentMax Bernstein
2025-09-19ZJIT: Avoid unnecessary `PopOpnds` and `PushOpnds` codegen (#14614)Stan Lo
2025-09-19ZJIT: Remove unnecessary empty linesTakashi Kokubun
2025-09-19ZJIT: Fix disasm tests on release build (#14612)Takashi Kokubun
2025-09-19ZJIT: Simplify NewHash HIR and CodegenStan Lo
2025-09-19ZJIT: Count method sends where method lookup failsMax Bernstein
2025-09-19ZJIT: Also count fallback sends to ISEQs we can't direct send toMax Bernstein
2025-09-19ZJIT: Measure reading/writing locals with level > 0 (#14601)Max Bernstein
2025-09-19ZJIT: Test disasm with insta (#14602)Takashi Kokubun
2025-09-18ZJIT: Count writes to the VM frame (#14597)Max Bernstein
2025-09-18ZJIT: Compile sendforward with dynamic dispatch (#14501)Takashi Kokubun
2025-09-18ZJIT: Support variadic C calls (#14575)Stan Lo
2025-09-18ZJIT: Annotate BasicObject#initialize (#14590)Max Bernstein
2025-09-17ZJIT: Call instance allocation function directlyMax Bernstein
2025-09-17ZJIT: Rename optimize_direct_sends to type_specializeMax Bernstein
2025-09-17ZJIT: Prevent custom allocator in ObjectAllocClassMax Bernstein
2025-09-17ZJIT: Const-fold IsMethodCfuncMax Bernstein
2025-09-17ZJIT: Specialize ObjectAlloc with known class pointerMax Bernstein
2025-09-17ZJIT: Split Insn::Const from Insn::GetBlockParamProxy (#14583)Takashi Kokubun
2025-09-17ZJIT: Add stat for `def_type` of send fallbacks (#14533)Stan Lo
2025-09-17ZJIT: Revert documentation indent (#14580)Aiden Fox Ivey
2025-09-16ZJIT: Remove unused countersTakashi Kokubun
2025-09-16ZJIT: Debug mechanism to verify leafness for `gen_prepare_call_with_gc` (#14553)André Luiz Tiago Soares