Chris Lattner
|
05da0d966e
|
silence some warnings
llvm-svn: 23637
|
2005-10-05 17:15:09 +00:00 |
Jeff Cohen
|
5f4ef3c5a8
|
Eliminate all remaining tabs and trailing spaces.
llvm-svn: 22523
|
2005-07-27 06:12:32 +00:00 |
Misha Brukman
|
d5f457c47b
|
Wrap long lines
llvm-svn: 22125
|
2005-05-18 20:37:33 +00:00 |
Misha Brukman
|
b440243e94
|
Remove trailing whitespace
llvm-svn: 21425
|
2005-04-21 23:30:14 +00:00 |
Brian Gaeke
|
5183f22a64
|
When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter of
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
|
2004-12-10 04:42:45 +00:00 |
Brian Gaeke
|
1d6b926ab6
|
If we're about to emit something like:
%f0 = fmovs %f0
%f1 = fmovs %f1
then just delete the FpMOVD pseudo-instruction instead. Also, add
statistics and debug printouts.
llvm-svn: 18383
|
2004-11-30 08:15:15 +00:00 |
Brian Gaeke
|
ce0ba4857b
|
Pass which converts FpMOVD (double move pseudoinstructions) to pairs
of FMOVS instrs.
llvm-svn: 16570
|
2004-09-29 03:24:34 +00:00 |