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