| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng | 2011-07-01 | 1 | -3/+3 |
* | Teach antidependency breakers to use RegisterClassInfo. | Jakob Stoklund Olesen | 2011-06-16 | 1 | -7/+6 |
* | Update DBG_VALUEs while breaking anti dependencies. | Devang Patel | 2011-06-02 | 1 | -1/+2 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -4/+4 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -1/+1 |
* | revert bill's patches in an attempt to fix the buildbot. | Chris Lattner | 2010-07-15 | 1 | -7/+6 |
* | Fix headers. | Bill Wendling | 2010-07-15 | 1 | -1/+0 |
* | Use std::vector instead of a hard-coded array. The length of that array could | Bill Wendling | 2010-07-15 | 1 | -6/+8 |
* | Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat... | Evan Cheng | 2010-06-16 | 1 | -0/+1 |
* | Make BreakAntiDependencies' SUnits argument const, and make the Begin | Dan Gohman | 2010-04-19 | 1 | -3/+3 |
* | 80 column and whitespace cleanup | Jim Grosbach | 2010-01-06 | 1 | -13/+15 |
* | <rdar://problem/7453528>. Track only physical registers that are valid for th... | David Goodwin | 2009-12-09 | 1 | -1/+5 |
* | Remove some old experimental code that is no longer needed. Remove additional... | David Goodwin | 2009-11-20 | 1 | -16/+2 |
* | Fix a couple of problems with maintaining liveness information for antidep br... | David Goodwin | 2009-11-19 | 1 | -1/+3 |
* | Allow target to specify regclass for which antideps will only be broken along... | David Goodwin | 2009-11-13 | 1 | -4/+11 |
* | Allow targets to specify register classes whose member registers should not b... | David Goodwin | 2009-11-10 | 1 | -2/+4 |
* | Break anti-dependencies using free registers in a round-robin manner to avoid... | David Goodwin | 2009-11-05 | 1 | -0/+4 |
* | Do a scheduling pass ignoring anti-dependencies to identify candidate registe... | David Goodwin | 2009-11-03 | 1 | -0/+4 |
* | Fix a couple of bugs in aggressive anti-dep breaking. | David Goodwin | 2009-10-29 | 1 | -0/+1 |
* | 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 | -34/+69 |
* | Add aggressive anti-dependence breaker. Currently it is not the default for a... | David Goodwin | 2009-10-26 | 1 | -0/+136 |