aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/disasm.rs
Commit message (Expand)AuthorAgeFilesLines
* A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller2022-09-301-3/+3
* Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...Takashi Kokubun2022-08-291-34/+48
* Enable skipdata on Capstone to allow embedded data without early stop to disa...Noah Gibbs2022-08-291-2/+4
* Update disasm to work on ARM (https://github.com/Shopify/ruby/pull/331)Noah Gibbs2022-08-291-0/+9
* add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs2022-08-241-40/+44
* YJIT: Remove redundant `extern crate` (#5869)Koichi ITO2022-05-021-1/+0
* YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu2022-04-291-4/+1
* Rust YJITAlan Wu2022-04-271-0/+218