Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This target is no longer built. The ,v files now live in the reoptimizer. | Chris Lattner | 2006-04-20 | 1 | -804/+0 |
| | | | | llvm-svn: 27885 | ||||
* | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 1 | -2/+2 |
| | | | | llvm-svn: 25509 | ||||
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -109/+109 |
| | | | | llvm-svn: 22523 | ||||
* | Eliminate tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -258/+258 |
| | | | | llvm-svn: 22520 | ||||
* | Added extra constructor for superblocks. | Tanya Lattner | 2005-05-01 | 1 | -0/+22 |
| | | | | llvm-svn: 21642 | ||||
* | Fixed bug in searchPath function for finding nodes between two recurrences. | Tanya Lattner | 2005-04-30 | 1 | -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 Lattner | 2005-04-22 | 1 | -126/+197 |
| | | | | llvm-svn: 21444 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -95/+95 |
| | | | | llvm-svn: 21425 | ||||
* | Updated to use dep analyzer. | Tanya Lattner | 2005-04-05 | 1 | -101/+21 |
| | | | | llvm-svn: 21097 | ||||
* | Compare dependence analysis with llvm instructions versus machine ↵ | Tanya Lattner | 2005-03-29 | 1 | -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 Lattner | 2005-03-24 | 1 | -0/+1 |
| | | | | llvm-svn: 20808 | ||||
* | Added alias analysis. | Tanya Lattner | 2005-03-23 | 1 | -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 Lattner | 2005-02-16 | 1 | -4/+5 |
| | | | | llvm-svn: 20207 | ||||
* | Added new circuit finding alogrithm. | Tanya Lattner | 2005-02-10 | 1 | -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 Lattner | 2004-11-28 | 1 | -4/+5 |
| | | | | | | preserve dependencies in a cycle. llvm-svn: 18314 | ||||
* | Adjust header file inclusion due to move | Misha Brukman | 2004-10-10 | 1 | -1/+1 |
| | | | | llvm-svn: 16904 | ||||
* | ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specific | Misha Brukman | 2004-10-10 | 1 | -0/+429 |
llvm-svn: 16902 |