Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some more places where dbg_value affected codegen. | Dale Johannesen | 2010-03-05 | 1 | -0/+4 |
| | | | | llvm-svn: 97765 | ||||
* | Anti-dependency breaking needs to be careful regarding instructions with | Jim Grosbach | 2010-01-06 | 1 | -2/+7 |
| | | | | | | multiple register definitions. llvm-svn: 92864 | ||||
* | 80 column and whitespace cleanup | Jim Grosbach | 2010-01-06 | 1 | -5/+6 |
| | | | | llvm-svn: 92837 | ||||
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -5/+5 |
| | | | | llvm-svn: 92490 | ||||
* | <rdar://problem/7453528>. Track only physical registers that are valid for ↵ | David Goodwin | 2009-12-09 | 1 | -3/+6 |
| | | | | | | the target. llvm-svn: 90970 | ||||
* | Remove some old experimental code that is no longer needed. Remove ↵ | David Goodwin | 2009-11-20 | 1 | -1/+0 |
| | | | | | | additional, speculative scheduling pass as its cost did not translate into significant performance improvement. Minor tweaks. llvm-svn: 89471 | ||||
* | Do a scheduling pass ignoring anti-dependencies to identify candidate ↵ | David Goodwin | 2009-11-03 | 1 | -1/+2 |
| | | | | | | registers that should be renamed. llvm-svn: 85939 | ||||
* | Break anti-dependence breaking out into its own class. | David Goodwin | 2009-10-26 | 1 | -0/+539 |
llvm-svn: 85127 |