aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CriticalAntiDepBreaker.h
Commit message (Expand)AuthorAgeFilesLines
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-161-1/+4
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-191-3/+3
* Anti-dependency breaking needs to be careful regarding instructions withJim Grosbach2010-01-061-1/+2
* 80 column and whitespace cleanupJim Grosbach2010-01-061-2/+3
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-8/+1
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-0/+4
* Make AntiDepReg.h internal.David Goodwin2009-10-281-1/+1
* Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin2009-10-261-0/+4
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-261-0/+95