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
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zjit
Age
Commit message (
Expand
)
Author
2025-04-18
Sort type bits at compile time for Display
Max Bernstein
2025-04-18
Profile instructions for fixnum arithmetic (https://github.com/Shopify/zjit/p...
Takashi Kokubun
2025-04-18
Tell GitHub that `*.inc.rs` files are generated
Alan Wu
2025-04-18
Write all bits in Type as easy-to-read names
Max Bernstein
2025-04-18
Add compact Type lattice
Max Bernstein
2025-04-18
Add zjit_* instructions to profile the interpreter (https://github.com/Shopif...
Takashi Kokubun
2025-04-18
Compile Insn::Const (https://github.com/Shopify/zjit/pull/18)
Takashi Kokubun
2025-04-18
Rename --zjit-dump-ssa to --zjit-dump-hir (https://github.com/Shopify/zjit/pu...
Takashi Kokubun
2025-04-18
Avoid setting RUST_BACKTRACE environment while panicking
Alan Wu
2025-04-18
Upgrade bindgen, so it generates `unsafe extern` as 2024 expects
Alan Wu
2025-04-18
Fix 2024 edition errors
Alan Wu
2025-04-18
Bump to Rust 1.85.0, 2024 edition
Alan Wu
2025-04-18
Make pattern match clearer with global
Max Bernstein
2025-04-18
Pretty-print Const
Max Bernstein
2025-04-18
Add sample union-find implementation
Max Bernstein
2025-04-18
Remove Opnd
Max Bernstein
2025-04-18
Fix ep_offset locals math
Max Bernstein
2025-04-18
Rename `backend::Opnd` to `backend::lir::Opnd` (https://github.com/Shopify/zj...
Takashi Kokubun
2025-04-18
Add asm comments
Takashi Kokubun
2025-04-18
Fix zjit-test
Takashi Kokubun
2025-04-18
Resurrect asm comment support
Takashi Kokubun
2025-04-18
Implement --zjit-call-threshold
Takashi Kokubun
2025-04-18
Add minor comments
Maxime Chevalier-Boisvert
2025-04-18
Rename ir.rs to hir.rs to avoid namespace ambiguity with backend
Maxime Chevalier-Boisvert
2025-04-18
Add comments for Test and Snapshot
Max Bernstein
2025-04-18
Add a missing use for release build
Takashi Kokubun
2025-04-18
Add --zjit-debug and debug! macro
Takashi Kokubun
2025-04-18
Rename backend::ir to backend
Takashi Kokubun
2025-04-18
Mention that the linker warnings were from capstone.
Alan Wu
2025-04-18
Try macOS linker warning fix
Alan Wu
2025-04-18
Explain libminiruby
Alan Wu
2025-04-18
Allow dumping SSA in multiple ways
Takashi Kokubun
2025-04-18
Rename utils.rs to cast.rs
Takashi Kokubun
2025-04-18
Let tests share the same ZJITState::init()
Takashi Kokubun
2025-04-18
Initialize dummy globals for tests
Takashi Kokubun
2025-04-18
Start compiling the actual IR
Takashi Kokubun
2025-04-18
Add a comment to dump the actual structs
Takashi Kokubun
2025-04-18
Add --zjit-dump-ssa option
Takashi Kokubun
2025-04-18
Set up locals in FrameState at function entry
Max Bernstein
2025-04-18
Fix test for setlocal and getlocal
Max Bernstein
2025-04-18
Skip a failing cargo test
Takashi Kokubun
2025-04-18
Disable stub code execution for now
Takashi Kokubun
2025-04-18
Compile sample exception code in ZJIT
Max Bernstein
2025-04-18
Remove unused function
Max Bernstein
2025-04-18
Fix locals propagation across edges
Max Bernstein
2025-04-18
Clarify operand order in binops
Max Bernstein
2025-04-18
Test setlocal/getlocal
Max Bernstein
2025-04-18
Add assert_matches! macro
Max Bernstein
2025-04-18
reorder libminiruby link flags. Now works on aarch64 linux
Alan Wu
2025-04-18
put libminiruby next to zjit-test
Alan Wu
[prev]
[next]