summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
2023-02-06YJIT: Support arg0 splat on invokeblock (#7234)Takashi Kokubun
2023-02-06YJIT: Check interrupts on frame pop (#7248)Takashi Kokubun
2023-02-03YJIT: Make Block::start_addr non-optionalAlan Wu
2023-02-03YJIT: Support ifunc on invokeblock (#7233)Takashi Kokubun
2023-02-02YJIT: log the names of methods we call to in disasm (#7231)Maxime Chevalier-Boisvert
2023-02-02Fix typos in YJIT [ci skip]Alan Wu
2023-02-02YJIT: Crash with rb_bug() when panickingAlan Wu
2023-02-02YJIT: ARM64: Fix long jumps to labelsAlan Wu
2023-02-02YJIT: ARM64: Move functions out of arm64_emit()Alan Wu
2023-02-02YJIT: other_cb is None in testsAlan Wu
2023-02-02YJIT: Move CodegenGlobals::freed_pages into an RcAlan Wu
2023-02-01use correct svar (#7225)Koichi Sasada
2023-02-01Remove whitespaceMaxime Chevalier-Boisvert
2023-01-31YJIT: Handle splat with opt more fully (#7209)Jimmy Miller
2023-01-31YJIT: Fix BorrowMutError on BOP invalidation (#7212)Takashi Kokubun
2023-01-31YJIT: Group unimplemented method types togetherAlan Wu
2023-01-31YJIT: Implement codegen for Kernel#block_given? (#7202)Takashi Kokubun
2023-01-31Silence dozens of useless warnings from `nm` on macOSNobuyoshi Nakada
2023-01-30YJIT: Add splat optimized_send (#7167)Jimmy Miller
2023-01-30YJIT: Initial implementation of splat with optional params (#7166)Jimmy Miller
2023-01-30YJIT: Fix BorrowMutError on GC.compact (#7176)Takashi Kokubun
2023-01-30YJIT: Skip defer_compilation for fixnums if possible (#7168)Takashi Kokubun
2023-01-30YJIT: Inline return address callback (#7198)Alan Wu
2023-01-27YJIT: Fix shared/static library symbol leaksAlan Wu
2023-01-20YJIT: Avoid BorrowError on GC.compact (#7164)Takashi Kokubun
2023-01-20YJIT: get rid of unneeded `.into()`Jimmy Miller
2023-01-19YJIT: Refactor side_exitsJimmy Miller
2023-01-19YJIT: Remove duplicated information in BranchTarget (#7151)Takashi Kokubun
2023-01-19Implement splat for cfuncs. Split exit exit cases to better capture where we ...Jimmy Miller
2023-01-18YJIT: Use .as_side_exit() for jumps to counted exitsAlan Wu
2023-01-18YJIT: implement codegen for `String#empty?` (#7148)Maxime Chevalier-Boisvert
2023-01-18Add stats so we can keep track of x86 rel32 vs register calls (#7142)Maxime Chevalier-Boisvert
2023-01-16YJIT: Use ThinLTO for Rust parts in release modeAlan Wu
2023-01-13YJIT: Use SIZEOF_VALUE_I32 instead of `... as i32`Alan Wu
2023-01-13YJIT: Factor out VALUE_BITS = (8 * SIZE_OF_VALUE as u8)Alan Wu
2023-01-12Enable `clippy` checks for yjit in CI (#7093)Ian Ker-Seymer
2023-01-12Strip trailing spaces [ci skip]Nobuyoshi Nakada
2023-01-11YJIT: Add a few asm comments (#7105)Takashi Kokubun
2023-01-10Differentiate T_ARRAY and array subclasses (#7091)Aaron Patterson
2023-01-10YJIT: Save PC and SP before calling leaf builtins (#7090)Alan Wu
2023-01-10YJIT: Fix a compilation warning with release build (#7092)Takashi Kokubun
2023-01-09YJIT: Remove old comments for regenerated branches (#7083)Takashi Kokubun
2023-01-06YJIT: Make iseq_get_location consistent with iseq.c (#7074)Takashi Kokubun
2023-01-06YJIT: Colorize outlined code differently on --yjit-dump-disasm (#7073)Takashi Kokubun
2023-01-05Use a different name for megamorphic setivar exitsAaron Patterson
2023-01-03YJIT: Dump spill error to stderr [ci skip]Alan Wu
2023-01-03YJIT: Fix `yield` into block with >=30 locals on ARMAlan Wu
2022-12-23MJIT: Export fewer shape functions (#7007)Takashi Kokubun
2022-12-17Use a BOP for Hash#defaultJohn Hawthorn
2022-12-15YJIT: Fix `obj.send(:call)`Alan Wu