summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
2022-08-29Port jit_rb_str_concat to new backend, re-enable cfunc lookup (https://github...Noah Gibbs (and/or Benchmark CI)
2022-08-29YJIT: Implement concatarray in yjit (https://github.com/Shopify/ruby/pull/405)Maple Ong
2022-08-29Use bindgen for old manual extern declarations (https://github.com/Shopify/ru...Alan Wu
2022-08-29Optimize bitmask immediates (https://github.com/Shopify/ruby/pull/403)Kevin Newton
2022-08-29AArch64 Ruby immediates (https://github.com/Shopify/ruby/pull/400)Kevin Newton
2022-08-29Fix bugs in gen_opt_getinlinecacheMaxime Chevalier-Boisvert
2022-08-29Port opt_getinlinecache to the new backend (https://github.com/Shopify/ruby/p...Zack Deveau
2022-08-29Enable skipdata on Capstone to allow embedded data without early stop to disa...Noah Gibbs
2022-08-29Op::Xor for backend IR (https://github.com/Shopify/ruby/pull/397)Kevin Newton
2022-08-29Fix code invalidation while OOM and OOM simulation (https://github.com/Shopif...Alan Wu
2022-08-29Port opt_aref and opt_aset to the new backend IR (https://github.com/Shopify/...Takashi Kokubun
2022-08-29Handle out of memory tests (https://github.com/Shopify/ruby/pull/393)Maxime Chevalier-Boisvert
2022-08-29Port getblockparamproxy and getblockparam (https://github.com/Shopify/ruby/pu...Takashi Kokubun
2022-08-29Port invokesuper to the new backend IR (https://github.com/Shopify/ruby/pull/...Takashi Kokubun
2022-08-29Port the remaining method types in opt_send_without_block (https://github.com...Takashi Kokubun
2022-08-29Update asm comments for gen_send_iseqMaxime Chevalier-Boisvert
2022-08-29Port cfunc lookup, plus simpler cfunc generators. (https://github.com/Shopify...Noah Gibbs
2022-08-29Prefer asm.store over asm.mov (https://github.com/Shopify/ruby/pull/385)Takashi Kokubun
2022-08-29Iterator (https://github.com/Shopify/ruby/pull/372)Kevin Newton
2022-08-29Port expandarray to the new backend IR (https://github.com/Shopify/ruby/pull/...Takashi Kokubun
2022-08-29Port gen_send_iseq to the new backend IR (https://github.com/Shopify/ruby/pul...Takashi Kokubun
2022-08-29Fix tests on yjit_backend_ir for AArch64 backend (https://github.com/Shopify/...Kevin Newton
2022-08-29Load mem displacement when necessary on AArch64 (https://github.com/Shopify/r...Kevin Newton
2022-08-29Update flags for data processing on ARM (https://github.com/Shopify/ruby/pull...Kevin Newton
2022-08-29Use new assembler to support global invalidation on A64Alan Wu
2022-08-29Port invokebuiltin* insns to the new backend IR (https://github.com/Shopify/r...Takashi Kokubun
2022-08-29Left and right shift for IR (https://github.com/Shopify/ruby/pull/374)Kevin Newton
2022-08-29More concise csel with IntoAlan Wu
2022-08-29Port send to the new backend and test it (https://github.com/Shopify/ruby/pul...Takashi Kokubun
2022-08-29Port opt_eq and opt_neq to the new backend (https://github.com/Shopify/ruby/p...Takashi Kokubun
2022-08-29Port objtostring to the new backend (https://github.com/Shopify/ruby/pull/369)Takashi Kokubun
2022-08-29Port opt_str_uminus to new backend IR (https://github.com/Shopify/ruby/pull/...Zack Deveau
2022-08-29Port gen_opt_str_freeze to new backend IR (https://github.com/Shopify/ruby/pu...Zack Deveau
2022-08-29x86 TEST should do a load for mem opnds first (https://github.com/Shopify/rub...Noah Gibbs
2022-08-29Port setivar to the new backend IR (https://github.com/Shopify/ruby/pull/362)Takashi Kokubun
2022-08-29Port opt_minus, opt_or, and opt_and to the new IR (https://github.com/Shopify...Takashi Kokubun
2022-08-29Port opt_mod to the new backend IR (https://github.com/Shopify/ruby/pull/363)Takashi Kokubun
2022-08-29Add Opnd::None error message to x86 backend as wellMaxime Chevalier-Boisvert
2022-08-29Fix to float guard in jit_guard_known_klass to use the correct output operand...Noah Gibbs
2022-08-29Port send-only insns and write tests (https://github.com/Shopify/ruby/pull/360)Takashi Kokubun
2022-08-29Fix block invalidation with new backend. Enable more btests on x86 (https://g...Maxime Chevalier-Boisvert
2022-08-29Opnd::Value fixes (https://github.com/Shopify/ruby/pull/354)Alan Wu
2022-08-29Port gen_send_cfunc to the new backend (https://github.com/Shopify/ruby/pull/...Takashi Kokubun
2022-08-29Fix forward_pass usage in arm backend following John's PRMaxime Chevalier-Boisvert
2022-08-29Fix live_ranges idx calculation (https://github.com/Shopify/ruby/pull/353)John Hawthorn
2022-08-29Convert getinstancevariable to new backend IR (https://github.com/Shopify/ru...Takashi Kokubun
2022-08-29Binary OR instruction for the IR (https://github.com/Shopify/ruby/pull/355)Kevin Newton
2022-08-29Add 1 more allocatable reg on armMaxime Chevalier-Boisvert
2022-08-29Fix C call reg alloc bug reported by Noah & KokubunMaxime Chevalier-Boisvert
2022-08-29Implement iterators and double-linked list for IR SSAKevin Newton