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
DRY up IDs that have the same content as their name
Alan Wu
2025-04-18
Fix VALUE/isize conversion
Max Bernstein
2025-04-18
Compile IfFalse, IfTrue, and Jump instructions (https://github.com/Shopify/zj...
Takashi Kokubun
2025-04-18
HIR printing: Assign stable address to pointers when first seen
Alan Wu
2025-04-18
Fix another case of single-arm match
Max Bernstein
2025-04-18
Make reverse post-order traversal iterative
Max Bernstein
2025-04-18
Refactor push_fixnum_insn! further (https://github.com/Shopify/zjit/pull/70)
Takashi Kokubun
2025-04-18
Use a more noticeable invalid pointer
Max Bernstein
2025-04-18
Test builtin type inference
Max Bernstein
2025-04-18
Fix type checking for strings, arrays, and hashes in the constant pool
Max Bernstein
2025-04-18
Print fake/stable addresses in HIR printer in tests
Max Bernstein
2025-04-18
Convert send (with block) to HIR (https://github.com/Shopify/zjit/pull/67)
Max Bernstein
2025-04-18
Revert "Pass $state to fallbacks instead of exit_state"
Takashi Kokubun
2025-04-18
Pass $state to fallbacks instead of exit_state
Takashi Kokubun
2025-04-18
Resurrect icache invalidation for arm64 (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
2025-04-18
Refactor Fixnum operations using macros
Takashi Kokubun
2025-04-18
Move a couple of bindgen targets to ZJIT bindgen
Takashi Kokubun
2025-04-18
Rust tests: Load builtins (core library written in ruby)
Alan Wu
2025-04-18
Implement dynamic dispatch for opt_send_without_block (https://github.com/Sho...
Takashi Kokubun
2025-04-18
Stop sharing yjit/bindgen with ZJIT (https://github.com/Shopify/zjit/pull/64)
Takashi Kokubun
2025-04-18
Print Ruby exception in test utils
Max Bernstein
2025-04-18
Implement codegen for Test insn (https://github.com/Shopify/zjit/pull/57)
Maxime Chevalier-Boisvert
2025-04-18
Explicitly give function parameters types (https://github.com/Shopify/zjit/pu...
Max Bernstein
2025-04-18
Replace ...User with ...Subclass
Max Bernstein
2025-04-18
Add union and predicates for testing if immediate (https://github.com/Shopify...
Max Bernstein
2025-04-18
Prefix stack operation names with `stack_`
Takashi Kokubun
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
[prev]
[next]