|
Subzero: Randomize register assignment.
Randomize the order that registers appear in the free list. Only
randomize fully "equivalent" registers to ensure no extra spills.
This adds the -randomize-regalloc option.
BUG=none
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+253 lines, -24 lines) |
Patch |
|
M |
src/IceDefs.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/IceRNG.h
|
View
|
1
2
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/IceRegAlloc.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/IceRegAlloc.cpp
|
View
|
1
2
|
4 chunks |
+35 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/IceTargetLowering.h
|
View
|
1
2
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/IceTargetLowering.cpp
|
View
|
1
2
|
3 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
|
M |
src/IceTargetLoweringX8632.h
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/IceTargetLoweringX8632.cpp
|
View
|
1
2
|
3 chunks |
+114 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/llvm2ice.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
tests_lit/llvm2ice_tests/randomize-regalloc.ll
|
View
|
1
2
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|