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
/
yjit
/
src
/
backend
Age
Commit message (
Expand
)
Author
2022-08-29
Update flags for data processing on ARM (https://github.com/Shopify/ruby/pull...
Kevin Newton
2022-08-29
Port invokebuiltin* insns to the new backend IR (https://github.com/Shopify/r...
Takashi Kokubun
2022-08-29
Left and right shift for IR (https://github.com/Shopify/ruby/pull/374)
Kevin Newton
2022-08-29
x86 TEST should do a load for mem opnds first (https://github.com/Shopify/rub...
Noah Gibbs
2022-08-29
Port opt_minus, opt_or, and opt_and to the new IR (https://github.com/Shopify...
Takashi Kokubun
2022-08-29
Add Opnd::None error message to x86 backend as well
Maxime Chevalier-Boisvert
2022-08-29
Opnd::Value fixes (https://github.com/Shopify/ruby/pull/354)
Alan Wu
2022-08-29
Fix forward_pass usage in arm backend following John's PR
Maxime Chevalier-Boisvert
2022-08-29
Fix live_ranges idx calculation (https://github.com/Shopify/ruby/pull/353)
John Hawthorn
2022-08-29
Convert getinstancevariable to new backend IR (https://github.com/Shopify/ru...
Takashi Kokubun
2022-08-29
Binary OR instruction for the IR (https://github.com/Shopify/ruby/pull/355)
Kevin Newton
2022-08-29
Add 1 more allocatable reg on arm
Maxime Chevalier-Boisvert
2022-08-29
Fix C call reg alloc bug reported by Noah & Kokubun
Maxime Chevalier-Boisvert
2022-08-29
Implement iterators and double-linked list for IR SSA
Kevin Newton
2022-08-29
Push first pass at SSA IR sketch
Maxime Chevalier-Boisvert
2022-08-29
Minor cleanups (https://github.com/Shopify/ruby/pull/345)
Alan Wu
2022-08-29
Port the YJIT defined opcode; fix C_ARG_REGS (https://github.com/Shopify/ruby...
Noah Gibbs
2022-08-29
A64: Fix off by one in offset encoding for BL (https://github.com/Shopify/rub...
Alan Wu
2022-08-29
Fix a bug in the x86 backend wrt large integer values, enable more tests
Maxime Chevalier-Boisvert
2022-08-29
Fix IncrCounter on ARM
Alan Wu
2022-08-29
Add LiveReg IR instruction to fix stats leave exit code (https://github.com/S...
Alan Wu
2022-08-29
Fixes (https://github.com/Shopify/ruby/pull/340)
Kevin Newton
2022-08-29
Fixes for AArch64 (https://github.com/Shopify/ruby/pull/338)
Kevin Newton
2022-08-29
Fix bug with opt_lt, csel on x86
Maxime Chevalier-Boisvert
2022-08-29
Work on opt_lt, fix x86 backend bug in cmp()
Maxime Chevalier-Boisvert
2022-08-29
Fixes (https://github.com/Shopify/ruby/pull/336)
Kevin Newton
2022-08-29
Better splitting for Op::Test on AArch64 (https://github.com/Shopify/ruby/pul...
Kevin Newton
2022-08-29
Fix crash in newhash ccall
Maxime Chevalier-Boisvert
2022-08-29
Fix corrupted X29 causing segfault, thanks Alan!
Maxime Chevalier-Boisvert
2022-08-29
Temporarily simplify code for emit_conditional_jump to fix a bug
Maxime Chevalier-Boisvert
2022-08-29
Refactor YJIT branches to use PosMarker (https://github.com/Shopify/ruby/pull...
Maxime Chevalier-Boisvert
2022-08-29
Update disasm to work on ARM (https://github.com/Shopify/ruby/pull/331)
Noah Gibbs
2022-08-29
Fix dupn (https://github.com/Shopify/ruby/pull/330)
Noah Gibbs
2022-08-29
Implement PosMarker instruction (https://github.com/Shopify/ruby/pull/328)
Maxime Chevalier-Boisvert
2022-08-29
A lot of fixes coming from our pairing session (https://github.com/Shopify/ru...
Kevin Newton
2022-08-29
Fix push/pop and frame setup/teardown with Kevin & Alan
Maxime Chevalier-Boisvert
2022-08-29
BLR instruction for AArch64 (https://github.com/Shopify/ruby/pull/325)
Kevin Newton
2022-08-29
AArch64 frames (https://github.com/Shopify/ruby/pull/324)
Kevin Newton
2022-08-29
ADR fixes for LeaLabel and calls
Maxime Chevalier-Boisvert
2022-08-29
Conditionals (https://github.com/Shopify/ruby/pull/323)
Kevin Newton
2022-08-29
Port print_int to the new backend (https://github.com/Shopify/ruby/pull/321)
Kevin Newton
2022-08-29
Fix jumps (https://github.com/Shopify/ruby/pull/322)
Kevin Newton
2022-08-29
Fix bug with LeaLabel on x86, add CI test
Maxime Chevalier-Boisvert
2022-08-29
Port print_str to new backend (https://github.com/Shopify/ruby/pull/318)
Kevin Newton
2022-08-29
Port newhash, add tests for newhash, duphash
Maxime Chevalier-Boisvert
2022-08-29
Add extra assertion in new_label for Kevin
Maxime Chevalier-Boisvert
2022-08-29
Exclude X0 (C_RET_REG) from allocatable registers on arm (https://github.com/...
Maxime Chevalier-Boisvert
2022-08-29
Op::CPushAll and Op::CPopAll (https://github.com/Shopify/ruby/pull/317)
Kevin Newton
2022-08-29
Fix compile errors on arm on the CI (https://github.com/Shopify/ruby/pull/313)
Maxime Chevalier-Boisvert
2022-08-29
Port over setlocal_wc0
Maxime Chevalier-Boisvert
[prev]
[next]