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
Put hir_type sources in a sub-folder
Takashi Kokubun
2025-04-18
Remove more outdated TODOs
Max Bernstein
2025-04-18
Remove outdated TODO
Max Bernstein
2025-04-18
Add a make target to run all ZJIT tests (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
2025-04-18
Implement all basic Fixnum instructions (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
2025-04-18
Compile FixnumLt (https://github.com/Shopify/zjit/pull/48)
Max Bernstein
2025-04-18
Add diff_text to pretty-print IR differences in unit test failures
Max Bernstein
2025-04-18
Remove reference to nonexistent function
Max Bernstein
2025-04-18
Add intraprocedural flow typing (https://github.com/Shopify/zjit/pull/23)
Max Bernstein
2025-04-18
Set a return value before popping registers (https://github.com/Shopify/zjit/...
Takashi Kokubun
2025-04-18
Fix a comment for subtraction
Takashi Kokubun
2025-04-18
Implement Insn::FixnumSub (https://github.com/Shopify/zjit/pull/42)
Takashi Kokubun
2025-04-18
Move lib.rs functions to appropriate modules (https://github.com/Shopify/zjit...
Takashi Kokubun
2025-04-18
Assert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...
Takashi Kokubun
2025-04-18
Implement Insn::Param using the SP register (https://github.com/Shopify/zjit/...
Takashi Kokubun
2025-04-18
Load an immediate into a register in the backend (https://github.com/Shopify/...
Takashi Kokubun
2025-04-18
Do not assert inside rb_protect() (https://github.com/Shopify/zjit/pull/37)
Takashi Kokubun
2025-04-18
Rename Top to Any and Bottom to Empty
Max Bernstein
2025-04-18
Store block params separately (https://github.com/Shopify/zjit/pull/35)
Max Bernstein
2025-04-18
Test HIR using FunctionPrinter (https://github.com/Shopify/zjit/pull/34)
Takashi Kokubun
2025-04-18
Load Param off of cfp->ep (https://github.com/Shopify/zjit/pull/31)
Takashi Kokubun
2025-04-18
Share FrameState by storing it on Function
Max Bernstein
2025-04-18
Implement FixnumAdd and stub PatchPoint/GuardType (https://github.com/Shopify...
Takashi Kokubun
2025-04-18
Add std docs to crate docs
Max Bernstein
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
[prev]
[next]