Evan Cheng
|
cd160f9859
|
Fix a pasto.
llvm-svn: 58102
|
2008-10-24 18:46:44 +00:00 |
|
Evan Cheng
|
f8b09d424d
|
Fix a end() dereference; remove an abort() that wasn't meant to be left in.
llvm-svn: 58072
|
2008-10-24 05:53:44 +00:00 |
|
Evan Cheng
|
4bac4d0a16
|
Avoid splitting an interval multiple times; avoid splitting re-materializable val# (for now).
llvm-svn: 58068
|
2008-10-24 02:05:00 +00:00 |
|
Evan Cheng
|
d0d0317b9a
|
Committing a good chunk of the pre-register allocation live interval splitting pass. It's handling simple cases and appear to do good things. Next: avoid splitting an interval multiple times; renumber registers when possible; record stack slot live intervals for coloring; rematerialize defs when possible.
llvm-svn: 58044
|
2008-10-23 20:43:13 +00:00 |
|
Evan Cheng
|
7e721ecd21
|
Add skeleton for the pre-register allocation live interval splitting pass.
llvm-svn: 57847
|
2008-10-20 21:44:59 +00:00 |
|