aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/ModuloScheduling/MSSchedule.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-08-25Fix some warningsChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-06-17Numerous bug fixes and the completed modschedSB algorithm (minor bugs still e...Tanya Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-23Added alias analysis.Tanya Lattner
2005-02-23Fixed bug in findAllcircuits. Fixed branch addition to schedule. Added debug ...Tanya Lattner
2004-12-02Reworked branch adding in prologue. Added check for infinite loops which are ...Tanya Lattner
2004-11-28Fixed bug where instructions in the kernel were not ordered right to preserve...Tanya Lattner
2004-11-24Forced branches to be first to be scheduled.Tanya Lattner
2004-11-22Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ...Tanya Lattner
2004-10-30Fixed bug with infinite epilogues.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-01Changes For Bug 352Reid Spencer
2004-08-07Get rid of a warning when compiling optimized. Uninitialized variable hasReid Spencer
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-26Adding scheduling class.Tanya Lattner