summaryrefslogtreecommitdiff
path: root/zjit
AgeCommit message (Expand)Author
2025-04-24Add testsMax Bernstein
2025-04-24Make type_of use union-findMax Bernstein
2025-04-24Make PatchPoint(CalleeModifiedLocals) implicitMax Bernstein
2025-04-24Strength reduce sends on Fixnums in the optimizer instead of HIR builderMax Bernstein
2025-04-24Simplify fixnum guarding codeMax Bernstein
2025-04-22ZJIT: Add option to dump LIR (#13139)Max Bernstein
2025-04-18Change mentions of YJIT to ZJIT (https://github.com/Shopify/zjit/pull/113)Aiden Fox Ivey
2025-04-18Display Snapshot's FrameState using Display (https://github.com/Shopify/zjit/...Max Bernstein
2025-04-18Add codegen for NewArray instruction (https://github.com/Shopify/zjit/pull/110)Aiden Fox Ivey
2025-04-18Implement JIT-to-JIT calls (https://github.com/Shopify/zjit/pull/109)Takashi Kokubun
2025-04-18Use GuardType output variableAlan Wu
2025-04-18Add codegen support for ArrayDupAiden Fox Ivey
2025-04-18Mark Guard* as depending on Snapshot in DCEMax Bernstein
2025-04-18Remove any object specialization in CCall optimizationMax Bernstein
2025-04-18Add return_type to FnProperties and CCallMax Bernstein
2025-04-18Strength reduce to `CCall` for sends landing in simple C methodsAlan Wu
2025-04-18Insert PatchPoint after each SendMax Bernstein
2025-04-18Disable ZJIT profiling at call-threshold (https://github.com/Shopify/zjit/pul...Takashi Kokubun
2025-04-18Add --zjit-num-profiles option (https://github.com/Shopify/zjit/pull/98)Takashi Kokubun
2025-04-18Add miscellaneous Clippy 'corrections' pt. 2 (https://github.com/Shopify/zjit...Aiden Fox Ivey
2025-04-18Let --zjit-dump-hir dump the input HIR to codegen (https://github.com/Shopify...Takashi Kokubun
2025-04-18Split LHS of CMP if it's an immediate (https://github.com/Shopify/zjit/pull/94)Takashi Kokubun
2025-04-18Print block param names in asm comment (https://github.com/Shopify/zjit/pull/93)Takashi Kokubun
2025-04-18Fix opt_neq HIR codegenMax Bernstein
2025-04-18Use find() in frame_state()Max Bernstein
2025-04-18Add miscellaneous Clippy 'corrections' (https://github.com/Shopify/zjit/pull/92)Aiden Fox Ivey
2025-04-18Improve register alloc and dealloc error messaging (https://github.com/Shopif...Aiden Fox Ivey
2025-04-18Fix inconsistent indentationTakashi Kokubun
2025-04-18Make NewArray DCE-ableMax Bernstein
2025-04-18Add dead code elimination passMax Bernstein
2025-04-18Reduce the number of Snapshots emittedMax Bernstein
2025-04-18Make Snapshot own FrameState objectsMax Bernstein
2025-04-18Remove an outdated commentTakashi Kokubun
2025-04-18Move get_class_name into crubyMax Bernstein
2025-04-18Remove Option from get_class_name parameterMax Bernstein
2025-04-18Rewrite SendWithoutBlock to SendWithoutBlockDirect when possibleMax Bernstein
2025-04-18Compile Param into VReg and ParallelMov (https://github.com/Shopify/zjit/pull...Takashi Kokubun
2025-04-18Update the VReg comment to imply spillingTakashi Kokubun
2025-04-18Disassociate InsnOut from Insn indexTakashi Kokubun
2025-04-18Fix s/Raw/Debug/gMax Bernstein
2025-04-18Print iseq names in HIR dumpsMax Bernstein
2025-04-18Add option to dump optimized HIRMax Bernstein
2025-04-18Only map pointers in testsMax Bernstein
2025-04-18Default to BasicObject subclass if unknownMax Bernstein
2025-04-18Add profiling for opt_send_without_blockAlan Wu
2025-04-18Make disassembly look nicer using InsnPrinterMax Bernstein
2025-04-18Use expect-test for HIR testsMax Bernstein
2025-04-18Add constant folding pass (https://github.com/Shopify/zjit/pull/74)Max Bernstein
2025-04-18Don't compute predecessors for infer_types (https://github.com/Shopify/zjit/p...Max Bernstein
2025-04-18Assert that ids are initializedAlan Wu