David Goodwin
|
80a03cc0b1
|
Remove some old experimental code that is no longer needed. Remove additional, speculative scheduling pass as its cost did not translate into significant performance improvement. Minor tweaks.
llvm-svn: 89471
|
2009-11-20 19:32:48 +00:00 |
David Goodwin
|
8501dbbe10
|
Do a scheduling pass ignoring anti-dependencies to identify candidate registers that should be renamed.
llvm-svn: 85939
|
2009-11-03 20:57:50 +00:00 |
David Goodwin
|
e30ed53c05
|
Make AntiDepReg.h internal.
llvm-svn: 85412
|
2009-10-28 18:29:54 +00:00 |
David Goodwin
|
e056d1077e
|
Allow the aggressive anti-dep breaker to process the same region multiple times. This is necessary because new anti-dependencies are exposed when "current" ones are broken.
llvm-svn: 85166
|
2009-10-26 22:31:16 +00:00 |
David Goodwin
|
8370485db9
|
Break anti-dependence breaking out into its own class.
llvm-svn: 85127
|
2009-10-26 16:59:04 +00:00 |