aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AggressiveAntiDepBreaker.cpp
AgeCommit message (Expand)Author
2010-04-09Tidy whitespace.Bob Wilson
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner
2010-01-0680 column and whitespace cleanupJim Grosbach
2009-12-24Change errs() to dbgs().David Greene
2009-12-09<rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin
2009-11-24<rdar://problem/6721894>. Allow multiple registers to be renamed together (su...David Goodwin
2009-11-20Restructure code to allow renaming of multiple-register groups for anti-dep b...David Goodwin
2009-11-20Remove some old experimental code that is no longer needed. Remove additional...David Goodwin
2009-11-19Fix a couple of problems with maintaining liveness information for antidep br...David Goodwin
2009-11-13Allow target to specify regclass for which antideps will only be broken along...David Goodwin
2009-11-12Rename registers to break output dependencies in addition to anti-dependencies.David Goodwin
2009-11-10Allow targets to specify register classes whose member registers should not b...David Goodwin
2009-11-05Fix bug in aggressive antidep breaking; liveness was not updated correctly fo...David Goodwin
2009-11-05Replace std::map.at() with std::map[].David Goodwin
2009-11-05Break anti-dependencies using free registers in a round-robin manner to avoid...David Goodwin
2009-11-03Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin
2009-10-29Between scheduling regions, correctly maintain anti-dep breaking state so tha...David Goodwin
2009-10-29Fix a couple of bugs in aggressive anti-dep breaking.David Goodwin
2009-10-26Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin
2009-10-26Add aggressive anti-dependence breaker. Currently it is not the default for a...David Goodwin