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
Age
Commit message (
Expand
)
Author
2025-04-18
Insert PatchPoint after each Send
Max Bernstein
2025-04-18
Disable ZJIT profiling at call-threshold (https://github.com/Shopify/zjit/pul...
Takashi Kokubun
2025-04-18
Add --zjit-num-profiles option (https://github.com/Shopify/zjit/pull/98)
Takashi Kokubun
2025-04-18
Add miscellaneous Clippy 'corrections' pt. 2 (https://github.com/Shopify/zjit...
Aiden Fox Ivey
2025-04-18
Let --zjit-dump-hir dump the input HIR to codegen (https://github.com/Shopify...
Takashi Kokubun
2025-04-18
Split LHS of CMP if it's an immediate (https://github.com/Shopify/zjit/pull/94)
Takashi Kokubun
2025-04-18
Print block param names in asm comment (https://github.com/Shopify/zjit/pull/93)
Takashi Kokubun
2025-04-18
Fix opt_neq HIR codegen
Max Bernstein
2025-04-18
Use find() in frame_state()
Max Bernstein
2025-04-18
Add miscellaneous Clippy 'corrections' (https://github.com/Shopify/zjit/pull/92)
Aiden Fox Ivey
2025-04-18
Improve register alloc and dealloc error messaging (https://github.com/Shopif...
Aiden Fox Ivey
2025-04-18
Fix inconsistent indentation
Takashi Kokubun
2025-04-18
Make NewArray DCE-able
Max Bernstein
2025-04-18
Add dead code elimination pass
Max Bernstein
2025-04-18
Reduce the number of Snapshots emitted
Max Bernstein
2025-04-18
Make Snapshot own FrameState objects
Max Bernstein
2025-04-18
Remove an outdated comment
Takashi Kokubun
2025-04-18
Move get_class_name into cruby
Max Bernstein
2025-04-18
Remove Option from get_class_name parameter
Max Bernstein
2025-04-18
Rewrite SendWithoutBlock to SendWithoutBlockDirect when possible
Max Bernstein
2025-04-18
Compile Param into VReg and ParallelMov (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
2025-04-18
Update the VReg comment to imply spilling
Takashi Kokubun
2025-04-18
Disassociate InsnOut from Insn index
Takashi Kokubun
2025-04-18
Fix s/Raw/Debug/g
Max Bernstein
2025-04-18
Print iseq names in HIR dumps
Max Bernstein
2025-04-18
Add option to dump optimized HIR
Max Bernstein
2025-04-18
Only map pointers in tests
Max Bernstein
2025-04-18
Default to BasicObject subclass if unknown
Max Bernstein
2025-04-18
Add profiling for opt_send_without_block
Alan Wu
2025-04-18
Make disassembly look nicer using InsnPrinter
Max Bernstein
2025-04-18
Use expect-test for HIR tests
Max Bernstein
2025-04-18
Add constant folding pass (https://github.com/Shopify/zjit/pull/74)
Max Bernstein
2025-04-18
Add recursive factorial and fibonacci functions to test_zjit.rb
Maxime Chevalier-Boisvert
2025-04-18
Don't compute predecessors for infer_types (https://github.com/Shopify/zjit/p...
Max Bernstein
2025-04-18
Assert that ids are initialized
Alan Wu
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
[next]