summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-201-804/+0
| | | | llvm-svn: 27885
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-2/+2
| | | | llvm-svn: 25509
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-109/+109
| | | | llvm-svn: 22523
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-258/+258
| | | | llvm-svn: 22520
* Added extra constructor for superblocks.Tanya Lattner2005-05-011-0/+22
| | | | llvm-svn: 21642
* Fixed bug in searchPath function for finding nodes between two recurrences.Tanya Lattner2005-04-301-158/+165
| | | | | | | | | Changed dependence analyzer to only use dep distances of 2 or less. This is experimental. Changed MSchedGraph to be able to represent more then one BB (first steps). llvm-svn: 21641
* Updated dependence analyzer. Fixed numerous bugs. Same stage scheduling, etc.Tanya Lattner2005-04-221-126/+197
| | | | llvm-svn: 21444
* Remove trailing whitespaceMisha Brukman2005-04-211-95/+95
| | | | llvm-svn: 21425
* Updated to use dep analyzer.Tanya Lattner2005-04-051-101/+21
| | | | llvm-svn: 21097
* Compare dependence analysis with llvm instructions versus machine ↵Tanya Lattner2005-03-291-43/+102
| | | | | | instrutions. the problem with using machine instructions and alias analysis is that aa does not handle tmp instructions. llvm-svn: 20931
* Fix compilation errors, patch contributed by the fabulous Bill Wendling!Chris Lattner2005-03-241-0/+1
| | | | llvm-svn: 20808
* Added alias analysis.Tanya Lattner2005-03-231-55/+250
| | | | | | | Fixed many many bugs. This now works on almost all Singlesource , and most of MultiSource. llvm-svn: 20780
* Fixed node deletion bug.Tanya Lattner2005-02-161-4/+5
| | | | llvm-svn: 20207
* Added new circuit finding alogrithm.Tanya Lattner2005-02-101-10/+108
| | | | | | Fixed bug in graph so that phi ite diff edges are added. llvm-svn: 20108
* Fixed bug where instructions in the kernel were not ordered right to ↵Tanya Lattner2004-11-281-4/+5
| | | | | | preserve dependencies in a cycle. llvm-svn: 18314
* Adjust header file inclusion due to moveMisha Brukman2004-10-101-1/+1
| | | | llvm-svn: 16904
* ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specificMisha Brukman2004-10-101-0/+429
llvm-svn: 16902
OpenPOWER on IntegriCloud