aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/FPMover.cpp
AgeCommit message (Expand)Author
2006-05-04Move some methods out of MachineInstr into MachineOperandChris Lattner
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner
2006-01-30If the target has V9 instructions, this pass is a noop, don't botherChris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2005-12-19add fneg/fabs support for doublesChris Lattner
2005-12-19Various cleanups to this pass, no functionality changeChris Lattner
2005-10-05silence some warningsChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-05-18Wrap long linesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-10When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter ofBrian Gaeke
2004-11-30If we're about to emit something like:Brian Gaeke
2004-09-29Pass which converts FpMOVD (double move pseudoinstructions) to pairsBrian Gaeke