aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CriticalAntiDepBreaker.h
AgeCommit message (Expand)Author
2012-03-17CriticalAntiDepBreaker: Replace a SmallSet of regs with a much denser BitVector.Benjamin Kramer
2011-06-16Teach antidependency breakers to use RegisterClassInfo.Jakob Stoklund Olesen
2011-06-02Update DBG_VALUEs while breaking anti dependencies.Devang Patel
2011-02-09Typo.Mikhail Glushenkov
2011-02-08Fix PostRA antidependence breaker.Andrew Trick
2010-11-02Fixes <rdar://problem/8612856>: During postRAsched, the antidependenceAndrew Trick
2010-07-15Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This timeBill Wendling
2010-07-15revert bill's patches in an attempt to fix the buildbot.Chris Lattner
2010-07-15Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling
2010-06-16Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng
2010-04-19Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman
2010-01-06Anti-dependency breaking needs to be careful regarding instructions withJim Grosbach
2010-01-0680 column and whitespace cleanupJim Grosbach
2009-11-20Remove some old experimental code that is no longer needed. Remove additional...David Goodwin
2009-11-03Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin
2009-10-28Make AntiDepReg.h internal.David Goodwin
2009-10-26Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin
2009-10-26Break anti-dependence breaking out into its own class.David Goodwin