summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-21[ruby/stringio] Development of 3.1.7 started.Sutou Kouhei
2025-04-20[ruby/openssl] asn1: check for missing EOC in indefinite length encodingKazuki Yamaguchi
2025-04-19Fix style [ci skip]Nobuyoshi Nakada
2025-04-19Tidy up `rb_io_fptr_finalize`. (#13136)Samuel Williams
2025-04-19Implement dsize function for `fstring_table_type`Jean Boussier
2025-04-19Fix style of recent fstring featureJean Boussier
2025-04-19Ensure `struct rb_io` is passed through to `thread.c`. (#13134)Samuel Williams
2025-04-19SVN repository is already retiredHiroshi SHIBATA
2025-04-18Resurrect concurrency in JIT workflowsTakashi Kokubun
2025-04-18Fix yjit-bindgenTakashi Kokubun
2025-04-18Resurrect yjit_hookTakashi Kokubun
2025-04-18Enable YJIT by defaultTakashi Kokubun
2025-04-18Drop duplicated workflow jobsTakashi Kokubun
2025-04-18Change mentions of YJIT to ZJIT (https://.com/Shopify/zjit/pull/113)Aiden Fox Ivey
2025-04-18Display Snapshot's FrameState using Display (https://.com/Shopify/zjit/...Max Bernstein
2025-04-18Add codegen for NewArray instruction (https://.com/Shopify/zjit/pull/110)Aiden Fox Ivey
2025-04-18Implement JIT-to-JIT calls (https://.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 Point after each SendMax Bernstein
2025-04-18Disable ZJIT profiling at call-threshold (https://.com/Shopify/zjit/pul...Takashi Kokubun
2025-04-18Add --zjit-num-profiles option (https://.com/Shopify/zjit/pull/98)Takashi Kokubun
2025-04-18Add miscellaneous Clippy 'corrections' pt. 2 (https://.com/Shopify/zjit...Aiden Fox Ivey
2025-04-18Let --zjit-dump-hir dump the input HIR to codegen (https://.com/Shopify...Takashi Kokubun
2025-04-18Split LHS of CMP if it's an immediate (https://.com/Shopify/zjit/pull/94)Takashi Kokubun
2025-04-18Print block param names in asm comment (https://.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://.com/Shopify/zjit/pull/92)Aiden Fox Ivey
2025-04-18Improve register alloc and dealloc error messaging (https://.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://.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