summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-29Check only symbol flag bits (#6301)Takashi Kokubun
2022-08-29Skip a couple of chroot spec failluresTakashi Kokubun
2022-08-29Update to ruby/spec@b8a8240Benoit Daloze
2022-08-29Update to ruby/mspec@37151a0Benoit Daloze
2022-08-29Fixed width immediates (https://github.com/Shopify/ruby/pull/437)Kevin Newton
2022-08-29A64: Only clear icache when writing out new code (https://github.com/Shopify/...Alan Wu
2022-08-29TBZ and TBNZ for AArch64 (https://github.com/Shopify/ruby/pull/434)Kevin Newton
2022-08-29Stop saying it's temp checks (https://github.com/Shopify/ruby/pull/441)Takashi Kokubun
2022-08-29LDRH and STRH for AArch64 (https://github.com/Shopify/ruby/pull/438)Kevin Newton
2022-08-29Remove ir_ssa.rs as we aren't using it and it's now outdatedMaxime Chevalier-Boisvert
2022-08-29Avoid randomizing the order of test-all on arm64 (https://github.com/Shopify/...Takashi Kokubun
2022-08-29Respect RUBY_TESTOPTS on test-all (https://github.com/Shopify/ruby/pull/435)Takashi Kokubun
2022-08-29Update yjit.mdMaxime 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-29Run tests with --yjit-call-threshold=1 on arm64 (https://github.com/Shopify/r...Takashi Kokubun
2022-08-29Fix and re-enable String to_s, << and unary plus (https://github.com/Shopify/...Noah Gibbs
2022-08-29Use shorter syntax for the same pattern (https://github.com/Shopify/ruby/pull...Alan Wu
2022-08-29Better variable name, no must_use on ccall (https://github.com/Shopify/ruby/p...Kevin Newton
2022-08-29Run test-all with RUBY_YJIT_ENABLE=1 on CI (https://github.com/Shopify/ruby/p...Takashi Kokubun
2022-08-29Instruction enum (https://github.com/Shopify/ruby/pull/423)Kevin Newton
2022-08-29A64 Linux reports aarach64 in RUBY_PLATFORMAlan Wu
2022-08-29More work toward instruction enum (https://github.com/Shopify/ruby/pull/421)Kevin Newton
2022-08-29Use VALUE for callinfos that are on the heap (https://github.com/Shopify/ruby...Alan Wu
2022-08-29Avoid marking op_type on gen_defined (https://github.com/Shopify/ruby/pull/419)Takashi Kokubun
2022-08-29Use VALUE for block_iseq (https://github.com/Shopify/ruby/pull/417)Takashi Kokubun
2022-08-29Fix a bus error on regenerate_branch (https://github.com/Shopify/ruby/pull/408)Takashi Kokubun
2022-08-29Even more prep for instruction enum (https://github.com/Shopify/ruby/pull/413)Kevin Newton
2022-08-29Only check lowest bit for _Bool type (https://github.com/Shopify/ruby/pull/412)Alan Wu
2022-08-29Build output operands explicitly (https://github.com/Shopify/ruby/pull/411)Kevin Newton
2022-08-29Instruction builders for backend IR (https://github.com/Shopify/ruby/pull/410)Kevin Newton
2022-08-29Fix issue with expandarray, add missing jl, enable tests (https://github.com/...Maxime Chevalier-Boisvert
2022-08-29Allow aarch64 to build YJITTakashi Kokubun
2022-08-29Temporarily disable rb_str_concat, add CI tests (https://github.com/Shopify/r...Maxime Chevalier-Boisvert
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-29Fix test_rubyoptions.rb for arm64 (https://github.com/Shopify/ruby/pull/396)Takashi Kokubun
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