summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AggressiveAntiDepBreaker.cpp
Commit message (Expand)AuthorAge
...
* Fix bug in aggressive antidep breaking; liveness was not updated correctly fo...David Goodwin2009-11-05
* Replace std::map.at() with std::map[].David Goodwin2009-11-05
* Break anti-dependencies using free registers in a round-robin manner to avoid...David Goodwin2009-11-05
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-03
* Between scheduling regions, correctly maintain anti-dep breaking state so tha...David Goodwin2009-10-29
* Fix a couple of bugs in aggressive anti-dep breaking.David Goodwin2009-10-29
* Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin2009-10-26
* Add aggressive anti-dependence breaker. Currently it is not the default for a...David Goodwin2009-10-26