| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow targets to specify register classes whose member registers should not b... | David Goodwin | 2009-11-10 | 1 | -1/+13 |
| * | Fix bug in aggressive antidep breaking; liveness was not updated correctly fo... | David Goodwin | 2009-11-05 | 1 | -10/+7 |
| * | Replace std::map.at() with std::map[]. | David Goodwin | 2009-11-05 | 1 | -1/+1 |
| * | Break anti-dependencies using free registers in a round-robin manner to avoid... | David Goodwin | 2009-11-05 | 1 | -16/+41 |
| * | Do a scheduling pass ignoring anti-dependencies to identify candidate registe... | David Goodwin | 2009-11-03 | 1 | -10/+26 |
| * | Between scheduling regions, correctly maintain anti-dep breaking state so tha... | David Goodwin | 2009-10-29 | 1 | -5/+7 |
| * | Fix a couple of bugs in aggressive anti-dep breaking. | David Goodwin | 2009-10-29 | 1 | -36/+61 |
| * | Allow the aggressive anti-dep breaker to process the same region multiple tim... | David Goodwin | 2009-10-26 | 1 | -109/+173 |
| * | Add aggressive anti-dependence breaker. Currently it is not the default for a... | David Goodwin | 2009-10-26 | 1 | -0/+687 |

