summaryrefslogtreecommitdiff
path: root/yjit/src/codegen.rs
AgeCommit message (Expand)Author
2022-11-10Remove numiv from RObjectJemma Issroff
2022-11-08Implement optimize call (#6691)Jimmy Miller
2022-11-03YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun
2022-11-03YJIT: Fix a wrong type reference (#6661)Takashi Kokubun
2022-11-02YJIT: Support invokeblock (#6640)Takashi Kokubun
2022-11-01YJIT: Delete redundant ways to make ContextAlan Wu
2022-10-27YJIT: Use guard_known_class() for opt_aref on Arrays (#6643)Alan Wu
2022-10-26YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper
2022-10-25YJIT: GC and recompile all code pages (#6406)Takashi Kokubun
2022-10-21YJIT: Read rb_num_t as usize earlyAlan Wu
2022-10-20YJIT: Fix gen_expandarray treating argument as VALUEAlan Wu
2022-10-20YJIT: remove some stale comments [ci skip]Alan Wu
2022-10-20YJIT: incorporate ruby_special_constsNobuyoshi Nakada
2022-10-20Move "special consts" so `Qundef` and `Qnil` differ just 1 bitNobuyoshi Nakada
2022-10-18Code clean around unused code for some architectures or features (#6581)Jimmy Miller
2022-10-17YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)Takashi Kokubun
2022-10-17YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun
2022-10-17YJIT: call free_block to cleanup block when out of memoryAlan Wu
2022-10-14More clippy fixes (#6547)Jimmy Miller
2022-10-13fixes more clippy warnings (#6543)Jimmy Miller
2022-10-11Implement optimize send in yjit (#6488)Jimmy Miller
2022-10-11Make inline cache reads / writes atomic with object shapesJemma Issroff
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-10-04YJIT: add support for calling bmethods (#6489)Alan Wu
2022-09-30Fix YJIT args for rb_vm_set_ivar_idxJohn Hawthorn
2022-09-30Fix YJIT build after shapes-revertJohn Hawthorn
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-30A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-22YJIT: add chain guards in `guard_two_fixnums` (#6422)Maxime Chevalier-Boisvert
2022-09-22YJIT: Refactor into gen_push_frame (#6412)John Hawthorn
2022-09-19YJIT: Check if the processor supports --yjit-stats (#6401)Takashi Kokubun
2022-09-19Only exit if ruby2_keywords and splat together (#6395)Jimmy Miller
2022-09-16Fix splat args (#6385)Jimmy Miller
2022-09-15Add asm comments to make disasm more readable (#6377)Maxime Chevalier-Boisvert
2022-09-14YJIT: Implement specialized respond_to? (#6363)John Hawthorn
2022-09-14Initial support for VM_CALL_ARGS_SPLAT (#6341)Jimmy Miller
2022-09-14YJIT: Add Opnd#with_num_bits to use only 8 bits (#6359)Takashi Kokubun
2022-09-09YJIT: Branch directly when nil? is known from typesJohn Hawthorn
2022-09-09YJIT: Branch directly when truthyness is knownJohn Hawthorn
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn
2022-09-01Let --yjit-dump-disasm=all dump ocb code as well (#6309)Takashi Kokubun
2022-08-29Check only symbol flag bits (#6301)Takashi Kokubun
2022-08-29Remove ir_ssa.rs as we aren't using it and it's now outdatedMaxime Chevalier-Boisvert
2022-08-29Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...Takashi Kokubun
2022-08-29Various AArch64 optimizations (https://github.com/Shopify/ruby/pull/433)Kevin Newton
2022-08-29Fix and re-enable String to_s, << and unary plus (https://github.com/Shopify/...Noah Gibbs
2022-08-29Use VALUE for callinfos that are on the heap (https://github.com/Shopify/ruby...Alan Wu