summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ScheduleDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-161-114/+127
* Move addPred and removePred out-of-line.Dan Gohman2008-12-161-0/+61
* Rewrite the SDep class, and simplify some of the related code.Dan Gohman2008-12-091-21/+30
* Whitespace cleanups.Dan Gohman2008-12-091-12/+14
* Initial support for anti-dependence breaking. Currently this code does notDan Gohman2008-11-251-0/+201
* Rename SDep's isSpecial to isArtificial, to make this field a littleDan Gohman2008-11-211-2/+2
* Add #include <climits> to get the definition of INT_MAX.Dan Gohman2008-11-201-0/+1
* Factor out the code for verifying the work of the scheduler,Dan Gohman2008-11-201-0/+54
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-0/+210
OpenPOWER on IntegriCloud