summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CriticalAntiDepBreaker.cpp
Commit message (Expand)AuthorAge
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-16
* Not all entries in the range will have an SUnit. Check for that when lookingJim Grosbach2010-06-02
* Update debug information when breaking anti-dependencies. rdar://7759363Jim Grosbach2010-06-01
* Remove trailing whitespaceJim Grosbach2010-05-14
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-19
* Fix some more places where dbg_value affected codegen.Dale Johannesen2010-03-05
* Anti-dependency breaking needs to be careful regarding instructions withJim Grosbach2010-01-06
* 80 column and whitespace cleanupJim Grosbach2010-01-06
* Change errs() to dbgs().David Greene2010-01-04
* <rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin2009-12-09
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-20
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-03
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-26