summaryrefslogtreecommitdiff
path: root/yjit/src/asm/arm64/arg
AgeCommit message (Expand)Author
2023-11-10YJIT: Fix `clippy::useless_vec` in a testAlan Wu
2023-05-24Add a newline at EOF [ci skip]Nobuyoshi Nakada
2023-01-12Strip trailing spaces [ci skip]Nobuyoshi Nakada
2022-10-14More clippy fixes (#6547)Jimmy Miller
2022-10-06YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)Alan Wu
2022-09-30A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller
2022-09-09Better offsets (#6315)Kevin Newton
2022-08-31Better b.cond usage on AArch64 (#6305)Kevin Newton
2022-08-29Fixed width immediates (https://github.com/Shopify/ruby/pull/437)Kevin Newton
2022-08-29Optimize bitmask immediates (https://github.com/Shopify/ruby/pull/403)Kevin Newton
2022-08-29Fixes (https://github.com/Shopify/ruby/pull/340)Kevin Newton
2022-08-29Fixes for AArch64 (https://github.com/Shopify/ruby/pull/338)Kevin Newton
2022-08-29Fixes (https://github.com/Shopify/ruby/pull/336)Kevin Newton
2022-08-29Better splitting for Op::Test on AArch64 (https://github.com/Shopify/ruby/pul...Kevin Newton
2022-08-29Encode MRS and MSR for AArch64 (https://github.com/Shopify/ruby/pull/315)Kevin Newton
2022-08-29Better label refs (https://github.com/Shopify/ruby/pull/310)Kevin Newton
2022-08-29LSL, LSR, B.cond (https://github.com/Shopify/ruby/pull/303)Kevin Newton