summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp
Commit message (Expand)AuthorAgeFilesLines
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-201-2964/+0
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-97/+97
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-932/+932
* Numerous bug fixes and the completed modschedSB algorithm (minor bugs still e...Tanya Lattner2005-06-171-41/+133
* Fixed bug in searchPath function for finding nodes between two recurrences.Tanya Lattner2005-04-301-20/+42
* Updated dependence analyzer. Fixed numerous bugs. Same stage scheduling, etc.Tanya Lattner2005-04-221-94/+147
* Remove trailing whitespaceMisha Brukman2005-04-211-318/+318
* Updated to use dep analyzer.Tanya Lattner2005-04-051-87/+88
* Compare dependence analysis with llvm instructions versus machine instrutions...Tanya Lattner2005-03-291-4/+16
* Added alias analysis.Tanya Lattner2005-03-231-85/+334
* Fixed bug in findAllcircuits. Fixed branch addition to schedule. Added debug ...Tanya Lattner2005-02-231-90/+136
* Fixed node deletion bug.Tanya Lattner2005-02-161-2/+8
* Added new circuit finding alogrithm.Tanya Lattner2005-02-101-32/+311
* Minor changes.Tanya Lattner2005-01-181-12/+22
* When writing kernel, save the branches til the end. They are still put in the...Tanya Lattner2004-12-031-5/+17
* Reworked branch adding in prologue. Added check for infinite loops which are ...Tanya Lattner2004-12-021-24/+43
* Reworked branching so we don't handle BAs specially. It just updates the bran...Tanya Lattner2004-11-291-139/+95
* Forced branches to be first to be scheduled.Tanya Lattner2004-11-241-18/+51
* Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ...Tanya Lattner2004-11-221-7/+22
* Added my own defMap. Only saving values that are not loop invariant. Fixed a ...Tanya Lattner2004-11-161-44/+62
* Added gross hacks such as creating my own def-use map, and picking on Instruc...Tanya Lattner2004-11-021-70/+67
* Fixed bug with infinite epilogues.Tanya Lattner2004-10-301-91/+167
* Checking in code that works on my simple test case. However, there is still a...Tanya Lattner2004-10-141-104/+205
* Adjust header file inclusion due to moveMisha Brukman2004-10-101-4/+4
* ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specificMisha Brukman2004-10-101-0/+1967
OpenPOWER on IntegriCloud