aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CriticalAntiDepBreaker.h
Commit message (Expand)AuthorAgeFilesLines
* Fixes <rdar://problem/8612856>: During postRAsched, the antidependenceAndrew Trick2010-11-021-2/+8
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This timeBill Wendling2010-07-151-4/+3
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-151-4/+4
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-151-4/+4
* 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