summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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