aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AggressiveAntiDepBreaker.h
Commit message (Expand)AuthorAgeFilesLines
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-161-0/+1
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-191-3/+3
* 80 column and whitespace cleanupJim Grosbach2010-01-061-13/+15
* <rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin2009-12-091-1/+5
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-16/+2
* Fix a couple of problems with maintaining liveness information for antidep br...David Goodwin2009-11-191-1/+3
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-131-4/+11
* Allow targets to specify register classes whose member registers should not b...David Goodwin2009-11-101-2/+4
* Break anti-dependencies using free registers in a round-robin manner to avoid...David Goodwin2009-11-051-0/+4
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-0/+4
* Fix a couple of bugs in aggressive anti-dep breaking.David Goodwin2009-10-291-0/+1
* 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-34/+69
* Add aggressive anti-dependence breaker. Currently it is not the default for a...David Goodwin2009-10-261-0/+136