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
/
backend
Age
Commit message (
Expand
)
Author
6 days
YJIT: x86: Fix panic writing 32-bit number with top bit set
Alan Wu
2025-03-06
YJIT: Rename get_temp_regs2() back to get_temp_regs() (#12866)
Takashi Kokubun
2025-01-29
YJIT: A64: Remove assert that trips when OOM at page boundary
Alan Wu
2024-12-09
YJIT: Spill/load argument registers to reuse blocks (#12287)
Takashi Kokubun
2024-08-27
YJIT: Pass method arguments using registers (#11280)
Takashi Kokubun
2024-07-18
YJIT: Allow dev_nodebug to disasm release-mode code (#11198)
Takashi Kokubun
2024-07-15
YJIT: Local variable register allocation (#11157)
Takashi Kokubun
2024-07-08
YJIT: `dump-disasm`: Print comments and bytes in release builds
Alan Wu
2024-04-17
YJIT: A64: Use CBZ/CBNZ to check for zero
Alan Wu
2024-04-15
YJIT: A64: Avoid intermediate register in `opt_and` and friends (#10509)
Alan Wu
2024-04-11
YJIT: x64: Remove register shuffle with `opt_and` and friends (#10498)
Alan Wu
2024-04-02
YJIT: A64: Use ADDS/SUBS/CMP (immediate) when possible (#10402)
Alan Wu
2024-02-21
YJIT: Assert Opnd::Stack's SP expectation (#10061)
Takashi Kokubun
2024-02-21
YJIT: Allow non-leaf calls on opt_* insns (#10033)
Takashi Kokubun
2024-02-20
YJIT: Verify the assumption of leaf C calls (#10002)
Takashi Kokubun
2024-02-08
YJIT: Allow tracing a counted exit (#9890)
Takashi Kokubun
2024-02-02
YJIT: add missing jge comparison instruction (#9819)
Maxime Chevalier-Boisvert
2024-01-29
YJIT: add asm comment when we clear local types (#9713)
Maxime Chevalier-Boisvert
2024-01-19
YJIT: Avoid doubly splitting Opnd::Value on CSel (#9617)
Takashi Kokubun
2024-01-18
YJIT: Stop incrementing chain_depth on defer_compilation (#9597)
Takashi Kokubun
2023-12-25
Typofix under bootstraptest, spec and yjit directories
Hiroshi SHIBATA
2023-11-28
YJIT: Assert no patch overlap on pos_marker (#9048)
Takashi Kokubun
2023-11-23
YJIT: Fix jmp_ptr_bytes on x86_64 (#9016)
Takashi Kokubun
2023-11-22
YJIT: Avoid a register spill on arm64 (#9014)
Takashi Kokubun
2023-11-10
YJIT: Auto fix for clippy::clone_on_copy
Alan Wu
2023-11-10
YJIT: Invoke PosMarker callbacks only with solid positions
Alan Wu
2023-11-07
YJIT: Use u32 for CodePtr to save 4 bytes each
Alan Wu
2023-11-03
YJIT: Delete some dead code and enable lints
Alan Wu
2023-10-19
YJIT: Return Option from asm.compile() for has_dropped_bytes()
Alan Wu
2023-10-19
YJIT: Enable the dead_code lint and delete some dead code
Alan Wu
2023-10-18
YJIT: Add --yjit-perf (#8697)
Takashi Kokubun
2023-10-17
YJIT: Fix clippy::redundant_locals
Alan Wu
2023-10-05
YJIT: Avoid writing return value to memory in `leave`
Alan Wu
2023-09-29
YJIT: Chain-guard opt_mult overflow (#8554)
Takashi Kokubun
2023-09-15
YJIT: Avoid creating a vector in get_temp_regs() (#8446)
Takashi Kokubun
2023-09-15
YJIT: Fix and enable the unused_imports warning
Alan Wu
2023-09-14
YJIT: Skip Insn::Comment and format! if disasm is disabled (#8441)
Takashi Kokubun
2023-09-14
YJIT: Initialize Vec with capacity for iterators (#8439)
Takashi Kokubun
2023-09-14
YJIT: Initialize Assembler vectors with capacity (#8437)
Takashi Kokubun
2023-08-22
YJIT: x64: Split mem-to-mem Insn::Store like Insn::Mov
Alan Wu
2023-08-18
YJIT: implement fast path for integer multiplication in opt_mult (#8204)
Maxime Chevalier-Boisvert
2023-08-11
YJIT: implement codegen for rb_int_lshift (#8201)
Maxime Chevalier-Boisvert
2023-08-10
YJIT: add mul() instruction to backend IR (#8195)
Maxime Chevalier-Boisvert
2023-08-04
YJIT: guard for array_len >= num in expandarray (#8169)
Maxime Chevalier-Boisvert
2023-08-03
YJIT: add jb (unsigned less-than) instruction to backend (#8168)
Maxime Chevalier-Boisvert
2023-08-03
YJIT: handle expandarray_rhs_too_small case (#8161)
Maxime Chevalier-Boisvert
2023-08-02
Revert "YJIT: implement `expandarray_rhs_too_small` case (#8153)"
Hiroshi SHIBATA
2023-08-01
YJIT: implement `expandarray_rhs_too_small` case (#8153)
Maxime Chevalier-Boisvert
2023-07-29
YJIT: Drop Copy trait from Context (#8138)
Takashi Kokubun
2023-07-27
YJIT: implement missing `asm.jg` instruction in backend (#8130)
Maxime Chevalier-Boisvert
[next]