summaryrefslogtreecommitdiff
path: root/yjit/src/disasm.rs
AgeCommit message (Expand)Author
2024-12-11YJIT: Fix unread field lint in release buildsAlan Wu
2024-12-09YJIT: Only enable disassembly colors for tty (#12283)Max Bernstein
2024-11-06Ignore return value of `into_raw_fd`Nobuyoshi Nakada
2024-07-08YJIT: `dump-disasm`: Print comments and bytes in release buildsAlan Wu
2024-07-03YJIT: Remove done TODO, fix indentAlan Wu
2024-06-17YJIT: `--yjit-dump-disasm=dir`: Hold descriptor for dump fileAlan Wu
2023-11-07YJIT: Use u32 for CodePtr to save 4 bytes eachAlan Wu
2023-08-02YJIT: Fix --yjit-dump-disasm coloring on less(1) (#8158)Takashi Kokubun
2023-04-20YJIT: Avoid splitting mov for small values on arm64 (#7745)Takashi Kokubun
2023-03-17YJIT: Use raw pointers and shared references over `Rc<RefCell<_>>`Alan Wu
2023-03-15YJIT: use u16 for insn_idx instead of u32 (#7534)Maxime Chevalier-Boisvert
2023-03-14YJIT: Allow testing assembler with disasm (#7470)Takashi Kokubun
2023-02-03YJIT: Make Block::start_addr non-optionalAlan Wu
2023-01-06YJIT: Colorize outlined code differently on --yjit-dump-disasm (#7073)Takashi Kokubun
2022-11-16YJIT: Pack BlockId and CodePtr (#6748)Takashi Kokubun
2022-10-19YJIT: Respect writable_addrs on --yjit-dump-iseq-disasm as well (#6596)Takashi Kokubun
2022-10-19YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)Takashi Kokubun
2022-10-18Code clean around unused code for some architectures or features (#6581)Jimmy Miller
2022-10-17YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)Takashi Kokubun
2022-10-14YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)Takashi Kokubun
2022-10-13fixes more clippy warnings (#6543)Jimmy Miller
2022-09-30A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller
2022-08-29Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...Takashi Kokubun
2022-08-29Enable skipdata on Capstone to allow embedded data without early stop to disa...Noah Gibbs
2022-08-29Update disasm to work on ARM (https://github.com/Shopify/ruby/pull/331)Noah Gibbs
2022-08-24add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs
2022-05-02YJIT: Remove redundant `extern crate` (#5869)Koichi ITO
2022-04-29YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu
2022-04-27Rust YJITAlan Wu