summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
2023-08-21YJIT: Remove unnecessary roundtrip conversionAlan Wu
2023-08-18YJIT: Quiet mode when running with `--yjit-stats` (#8251)ywenc
2023-08-18YJIT: Fix return type of Integer#/ with T_FIXNUM inputsAlan Wu
2023-08-18YJIT: implement fast path for integer multiplication in opt_mult (#8204)Maxime Chevalier-Boisvert
2023-08-17YJIT: Fix String#<< return typeAlan Wu
2023-08-17Add note about rb_f_notimplement [ci skip]Alan Wu
2023-08-17YJIT: Fix Kernel#respond_to? handling of rb_f_notimplementAlan Wu
2023-08-17YJIT: implement side chain fallback for setlocal to avoid exiting (#8227)Maxime Chevalier-Boisvert
2023-08-15YJIT: Optional parameter rework and bugfix (#8220)Alan Wu
2023-08-14YJIT: Chain guard classes on instance_of (#8209)Takashi Kokubun
2023-08-11YJIT: Implement GET_BLOCK_HANDLER() for invokesuper (#8206)Takashi Kokubun
2023-08-11YJIT: increase max chain depth for expandarray (#8205)Maxime Chevalier-Boisvert
2023-08-11YJIT: implement codegen for rb_int_lshift (#8201)Maxime Chevalier-Boisvert
2023-08-10YJIT: Implement checkmatch instruction (#8203)Takashi Kokubun
2023-08-10Update an outdated YJIT bindingTakashi Kokubun
2023-08-10YJIT: add mul() instruction to backend IR (#8195)Maxime Chevalier-Boisvert
2023-08-10YJIT: Fallback megamorphic super/yield to dynamic dispatch (#8197)Takashi Kokubun
2023-08-10YJIT: Allow VM_CALL_ARGS_BLOCKARG on invokesuper (#8198)Takashi Kokubun
2023-08-09YJIT: Chain guard method IDs for respond_to? (#8196)Takashi Kokubun
2023-08-09YJIT: Distinguish exit and fallback reasons for invokesuper/invokeblock (#8194)Takashi Kokubun
2023-08-09YJIT: Count throw instructions for each tag (#8188)Takashi Kokubun
2023-08-09YJIT: implement imul instruction encoding in x86 assembler (#8191)Maxime Chevalier-Boisvert
2023-08-09Implement MUL instruction for aarch64 (#8193)Kevin Newton
2023-08-09YJIT: Count all opt_getconstant_path exit reasons (#8187)Takashi Kokubun
2023-08-09YJIT: Correct name of a counter (#8186)Alan Wu
2023-08-08YJIT: Compile exception handlers (#8171)Takashi Kokubun
2023-08-04YJIT: expand bitwise shift support in x86 assembler (#8174)Maxime Chevalier-Boisvert
2023-08-04YJIT: guard for array_len >= num in expandarray (#8169)Maxime Chevalier-Boisvert
2023-08-03YJIT: add jb (unsigned less-than) instruction to backend (#8168)Maxime Chevalier-Boisvert
2023-08-03YJIT: handle expandarray_rhs_too_small case (#8161)Maxime Chevalier-Boisvert
2023-08-02YJIT: Fallback setivar if the receiver isn't T_OBJECT (#8160)Jean byroot Boussier
2023-08-02YJIT: Distinguish exit and fallback reasons for send (#8159)Takashi Kokubun
2023-08-02YJIT: Fix --yjit-dump-disasm coloring on less(1) (#8158)Takashi Kokubun
2023-08-02YJIT: Move ROBJECT_OFFSET_* to yjit.c (#8157)Takashi Kokubun
2023-08-02Revert "YJIT: implement `expandarray_rhs_too_small` case (#8153)"Hiroshi SHIBATA
2023-08-01YJIT: Let local yjit-bindgen exit successfully (#8156)Takashi Kokubun
2023-08-01YJIT: implement `expandarray_rhs_too_small` case (#8153)Maxime Chevalier-Boisvert
2023-08-01YJIT: Fallback setivar if the next shape is too complex (#8152)Takashi Kokubun
2023-07-29YJIT: Drop Copy trait from Context (#8138)Takashi Kokubun
2023-07-27YJIT: Count setivar too-complex exits (#8131)Takashi Kokubun
2023-07-27YJIT: implement missing `asm.jg` instruction in backend (#8130)Maxime Chevalier-Boisvert
2023-07-27YJIT: getblockparamproxy for when block is a ProcAlan Wu
2023-07-27Revert "YJIT: Fix naming for a getblockparamproxy counter"Alan Wu
2023-07-27YJIT: Use dynamic dispatch for megamorphic send (#8125)Takashi Kokubun
2023-07-26YJIT: Count the number of dynamic send dispatches (#8122)Takashi Kokubun
2023-07-26YJIT: Fix naming for a getblockparamproxy counterAlan Wu
2023-07-26Implement `opt_aref_with` instruction (#8118)ywenc
2023-07-24YJIT: Fallback send instructions to vm_sendish (#8106)Takashi Kokubun
2023-07-20YJIT: Rename exec_instruction to yjit_insns_count (#8102)Takashi Kokubun
2023-07-20Get rid of obsoleted __bp__ referencesTakashi Kokubun