index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit
/
src
/
disasm.rs
Age
Commit message (
Expand
)
Author
2024-12-11
YJIT: Fix unread field lint in release builds
Alan Wu
2024-12-09
YJIT: Only enable disassembly colors for tty (#12283)
Max Bernstein
2024-11-06
Ignore return value of `into_raw_fd`
Nobuyoshi Nakada
2024-07-08
YJIT: `dump-disasm`: Print comments and bytes in release builds
Alan Wu
2024-07-03
YJIT: Remove done TODO, fix indent
Alan Wu
2024-06-17
YJIT: `--yjit-dump-disasm=dir`: Hold descriptor for dump file
Alan Wu
2023-11-07
YJIT: Use u32 for CodePtr to save 4 bytes each
Alan Wu
2023-08-02
YJIT: Fix --yjit-dump-disasm coloring on less(1) (#8158)
Takashi Kokubun
2023-04-20
YJIT: Avoid splitting mov for small values on arm64 (#7745)
Takashi Kokubun
2023-03-17
YJIT: Use raw pointers and shared references over `Rc<RefCell<_>>`
Alan Wu
2023-03-15
YJIT: use u16 for insn_idx instead of u32 (#7534)
Maxime Chevalier-Boisvert
2023-03-14
YJIT: Allow testing assembler with disasm (#7470)
Takashi Kokubun
2023-02-03
YJIT: Make Block::start_addr non-optional
Alan Wu
2023-01-06
YJIT: Colorize outlined code differently on --yjit-dump-disasm (#7073)
Takashi Kokubun
2022-11-16
YJIT: Pack BlockId and CodePtr (#6748)
Takashi Kokubun
2022-10-19
YJIT: Respect writable_addrs on --yjit-dump-iseq-disasm as well (#6596)
Takashi Kokubun
2022-10-19
YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)
Takashi Kokubun
2022-10-18
Code clean around unused code for some architectures or features (#6581)
Jimmy Miller
2022-10-17
YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)
Takashi Kokubun
2022-10-14
YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)
Takashi Kokubun
2022-10-13
fixes more clippy warnings (#6543)
Jimmy Miller
2022-09-30
A bunch of clippy auto fixes for yjit (#6476)
Jimmy Miller
2022-08-29
Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...
Takashi Kokubun
2022-08-29
Enable skipdata on Capstone to allow embedded data without early stop to disa...
Noah Gibbs
2022-08-29
Update disasm to work on ARM (https://github.com/Shopify/ruby/pull/331)
Noah Gibbs
2022-08-24
add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)
Noah Gibbs
2022-05-02
YJIT: Remove redundant `extern crate` (#5869)
Koichi ITO
2022-04-29
YJIT: Enable default rustc lints (warnings) (#5864)
Alan Wu
2022-04-27
Rust YJIT
Alan Wu