Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / Sparc / FPMover.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-30 Evan ChengMachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2006-01-30 Chris LattnerIf the target has V9 instructions, this pass is a noop...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-12-19 Chris Lattneradd fneg/fabs support for doubles
2005-12-19 Chris LattnerVarious cleanups to this pass, no functionality change
2005-10-05 Chris Lattnersilence some warnings
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-05-18 Misha BrukmanWrap long lines
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-10 Brian GaekeWhen FpMOVDs appeared in pairs, we were mistakenly...
2004-11-30 Brian GaekeIf we're about to emit something like:
2004-09-29 Brian GaekePass which converts FpMOVD (double move pseudoinstructi...