aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-05-01Added extra constructor for superblocks.Tanya Lattner
2005-04-30Fixed bug in searchPath function for finding nodes between two recurrences.Tanya Lattner
2005-04-22Updated dependence analyzer. Fixed numerous bugs. Same stage scheduling, etc.Tanya Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-05Updated to use dep analyzer.Tanya Lattner
2005-03-29Compare dependence analysis with llvm instructions versus machine instrutions...Tanya Lattner
2005-03-24Fix compilation errors, patch contributed by the fabulous Bill Wendling!Chris Lattner
2005-03-23Added alias analysis.Tanya Lattner
2005-02-16Fixed node deletion bug.Tanya Lattner
2005-02-10Added new circuit finding alogrithm.Tanya Lattner
2004-11-28Fixed bug where instructions in the kernel were not ordered right to preserve...Tanya Lattner
2004-10-10Adjust header file inclusion due to moveMisha Brukman
2004-10-10Added debug information. Fixed several bugs in the reconstruct loop function.Tanya Lattner
2004-09-28Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos
2004-09-01Changes For Bug 352Reid Spencer
2004-08-02Add #include <cstdlib> and abort() to silence a warningMisha Brukman
2004-07-30Updated ModuloScheduling. It makes it all the wya through register allocatio...Tanya Lattner
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-05-26Updating my cvs versions. THis is still in progress and much will be changed.Tanya Lattner
2004-05-08Updating my versions of ModuloScheduling in cvs. Still not complete.Tanya Lattner
2004-03-01Adding new Modulo Scheduling graph files.Tanya Lattner