Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the SparcV8 backend. It has been renamed to be the Sparc backend. | Chris Lattner | 2006-02-05 | 1 | -132/+0 |
| | | | | llvm-svn: 25992 | ||||
* | If the target has V9 instructions, this pass is a noop, don't bother | Chris Lattner | 2006-01-30 | 1 | -8/+16 |
| | | | | | | running it. llvm-svn: 25811 | ||||
* | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
| | | | | llvm-svn: 25515 | ||||
* | add fneg/fabs support for doubles | Chris Lattner | 2005-12-19 | 1 | -15/+27 |
| | | | | llvm-svn: 24847 | ||||
* | Various cleanups to this pass, no functionality change | Chris Lattner | 2005-12-19 | 1 | -46/+43 |
| | | | | llvm-svn: 24846 | ||||
* | silence some warnings | Chris Lattner | 2005-10-05 | 1 | -1/+1 |
| | | | | llvm-svn: 23637 | ||||
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -10/+10 |
| | | | | llvm-svn: 22523 | ||||
* | Wrap long lines | Misha Brukman | 2005-05-18 | 1 | -5/+14 |
| | | | | llvm-svn: 22125 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
| | | | | llvm-svn: 21425 | ||||
* | When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter of | Brian Gaeke | 2004-12-10 | 1 | -1/+3 |
| | | | | | | | | | each pair. I think this fixes that. One of these days, I swear I'm going to get the hang of C++ iterators. Really. llvm-svn: 18734 | ||||
* | If we're about to emit something like: | Brian Gaeke | 2004-11-30 | 1 | -13/+25 |
| | | | | | | | | | | %f0 = fmovs %f0 %f1 = fmovs %f1 then just delete the FpMOVD pseudo-instruction instead. Also, add statistics and debug printouts. llvm-svn: 18383 | ||||
* | Pass which converts FpMOVD (double move pseudoinstructions) to pairs | Brian Gaeke | 2004-09-29 | 1 | -0/+91 |
of FMOVS instrs. llvm-svn: 16570 |