aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/asm/arm64/arg/bitmask_imm.rs
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Fix `cargo doc --document-private-items` warnings [ci skip]Alan Wu2024-06-281-1/+1
* YJIT: Fix `clippy::useless_vec` in a testAlan Wu2023-11-101-1/+1
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2023-01-121-1/+1
* YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)Alan Wu2022-10-061-6/+51
* Optimize bitmask immediates (https://github.com/Shopify/ruby/pull/403)Kevin Newton2022-08-291-77/+18
* Fixes (https://github.com/Shopify/ruby/pull/340)Kevin Newton2022-08-291-2/+8
* Fixes (https://github.com/Shopify/ruby/pull/336)Kevin Newton2022-08-291-1/+8
* Better splitting for Op::Test on AArch64 (https://github.com/Shopify/ruby/pul...Kevin Newton2022-08-291-2/+8
* LSL, LSR, B.cond (https://github.com/Shopify/ruby/pull/303)Kevin Newton2022-08-291-0/+250