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
/
x86_64
/
mod.rs
Age
Commit message (
Expand
)
Author
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-11
YJIT: x64: Remove register shuffle with `opt_and` and friends (#10498)
Alan Wu
2024-02-02
YJIT: add missing jge comparison instruction (#9819)
Maxime Chevalier-Boisvert
2024-01-19
YJIT: Avoid doubly splitting Opnd::Value on CSel (#9617)
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-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-18
YJIT: Add --yjit-perf (#8697)
Takashi Kokubun
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-08-22
YJIT: x64: Split mem-to-mem Insn::Store like Insn::Mov
Alan Wu
2023-08-10
YJIT: add mul() instruction to backend IR (#8195)
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-27
YJIT: implement missing `asm.jg` instruction in backend (#8130)
Maxime Chevalier-Boisvert
2023-07-04
YJIT: Break register cycles for C arguments (take 2) (#8018)
Takashi Kokubun
2023-06-12
Revert "YJIT: Break register cycles for C arguments (#7918)"
Takashi Kokubun
2023-06-12
YJIT: Break register cycles for C arguments (#7918)
Takashi Kokubun
2023-04-20
YJIT: Merge lower_stack into the split pass (#7748)
Takashi Kokubun
2023-04-19
YJIT: Remove Insn::RegTemps (#7741)
Takashi Kokubun
2023-04-14
YJIT: Add a counter to all side exits (#7720)
Takashi Kokubun
2023-04-14
YJIT: Introduce Target::SideExit (#7712)
Takashi Kokubun
2023-04-11
YJIT: Reduce paddings if --yjit-exec-mem-size <= 128 on arm64 (#7671)
Takashi Kokubun
2023-04-06
YJIT: Stack temp register allocation for arm64 (#7659)
Takashi Kokubun
2023-04-04
YJIT: Stack temp register allocation (#7651)
Takashi Kokubun
2023-03-14
YJIT: Allow testing assembler with disasm (#7470)
Takashi Kokubun
2023-03-13
YJIT: Merge add/sub/and/or/xor and mov on x86_64 (#7492)
Takashi Kokubun
2023-03-09
YJIT: Merge x86_merge into x86_split (#7487)
Takashi Kokubun
2023-03-09
YJIT: Optimize `cmp REG, 0` into `test REG, REG` (#7471)
Takashi Kokubun
2023-03-07
YJIT: Add comments to peek and x86_merge
Takashi Kokubun
2023-03-07
YJIT: Merge lea and mov on x86_64 when possible
Takashi Kokubun
2023-02-22
YJIT: Introduce Opnd::Stack (#7352)
Takashi Kokubun
2022-11-23
YJIT: Simplify Insn::CCall to obviate Target::FunPtr (#6793)
Takashi Kokubun
2022-11-23
Fix YJIT backend to account for unsigned int immediates (#6789)
Jemma Issroff
2022-11-22
YJIT: Skip padding jumps to side exits on Arm (#6790)
Takashi Kokubun
2022-11-15
YJIT: Always encode Opnd::Value in 64 bits on x86_64 for GC offsets (#6733)
Takashi Kokubun
2022-11-02
YJIT: Support invokeblock (#6640)
Takashi Kokubun
2022-10-19
YJIT: fold the "asm_comments" feature into "disasm" (#6591)
Alan Wu
2022-10-17
YJIT: Interleave inline and outlined code blocks (#6460)
Takashi Kokubun
2022-10-14
More clippy fixes (#6547)
Jimmy Miller
2022-09-09
YJIT: eliminate redundant mov in csel/cmov on x86 (#6348)
Maxime Chevalier-Boisvert
2022-09-08
Remove as many unnecessary moves as possible (#6342)
v3_2_0_preview2
Kevin Newton
[next]