aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/asm/arm64/arg
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Fix `cargo doc --document-private-items` warnings [ci skip]Alan Wu2024-06-282-3/+3
* YJIT: Fix `clippy::useless_vec` in a testAlan Wu2023-11-101-1/+1
* Add a newline at EOF [ci skip]Nobuyoshi Nakada2023-05-241-1/+1
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2023-01-122-3/+3
* More clippy fixes (#6547)Jimmy Miller2022-10-141-6/+12
* YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)Alan Wu2022-10-061-6/+51
* A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller2022-09-302-5/+5
* Better offsets (#6315)Kevin Newton2022-09-092-0/+49
* Better b.cond usage on AArch64 (#6305)Kevin Newton2022-08-311-1/+31
* Fixed width immediates (https://github.com/Shopify/ruby/pull/437)Kevin Newton2022-08-292-0/+68
* 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 for AArch64 (https://github.com/Shopify/ruby/pull/338)Kevin Newton2022-08-292-0/+77
* 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
* Encode MRS and MSR for AArch64 (https://github.com/Shopify/ruby/pull/315)Kevin Newton2022-08-292-0/+8
* Better label refs (https://github.com/Shopify/ruby/pull/310)Kevin Newton2022-08-291-16/+18
* LSL, LSR, B.cond (https://github.com/Shopify/ruby/pull/303)Kevin Newton2022-08-294-0/+299