summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/ModuloScheduling/MSSchedule.cpp
Commit message (Expand)AuthorAge
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-20
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Fix some warningsChris Lattner2005-08-25
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* Numerous bug fixes and the completed modschedSB algorithm (minor bugs still e...Tanya Lattner2005-06-17
* Remove trailing whitespaceMisha Brukman2005-04-21
* Added alias analysis.Tanya Lattner2005-03-23
* Fixed bug in findAllcircuits. Fixed branch addition to schedule. Added debug ...Tanya Lattner2005-02-23
* Reworked branch adding in prologue. Added check for infinite loops which are ...Tanya Lattner2004-12-02
* Fixed bug where instructions in the kernel were not ordered right to preserve...Tanya Lattner2004-11-28
* Forced branches to be first to be scheduled.Tanya Lattner2004-11-24
* Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ...Tanya Lattner2004-11-22
* Fixed bug with infinite epilogues.Tanya Lattner2004-10-30
* Adjust header file inclusion due to moveMisha Brukman2004-10-10
* Added debug information. Fixed several bugs in the reconstruct loop function.Tanya Lattner2004-10-10
* Changes For Bug 352Reid Spencer2004-09-01
* Get rid of a warning when compiling optimized. Uninitialized variable hasReid Spencer2004-08-07
* Updated ModuloScheduling. It makes it all the wya through register allocatio...Tanya Lattner2004-07-30
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Adding scheduling class.Tanya Lattner2004-05-26