aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/FPMover.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-2/+3
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+3
* Add explicit keywords.Dan Gohman2009-02-181-1/+1
* Remove non-DebugLoc versions of buildMI from Sparc.Dale Johannesen2009-02-131-1/+2
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* rename MachineInstr::setInstrDescriptor -> setDescChris Lattner2008-01-111-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-2/+5
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-3/+4
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-3/+2
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* MachineInstr::setOpcode -> MachineInstr::setInstrDescriptorEvan Cheng2006-11-301-3/+4
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-1/+3
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-041-2/+2
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-051-23/+23
* If the target has V9 instructions, this pass is a noop, don't botherChris Lattner2006-01-301-8/+16
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* add fneg/fabs support for doublesChris Lattner2005-12-191-15/+27
* Various cleanups to this pass, no functionality changeChris Lattner2005-12-191-46/+43
* silence some warningsChris Lattner2005-10-051-1/+1
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-10/+10
* Wrap long linesMisha Brukman2005-05-181-5/+14
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter ofBrian Gaeke2004-12-101-1/+3
* If we're about to emit something like:Brian Gaeke2004-11-301-13/+25
* Pass which converts FpMOVD (double move pseudoinstructions) to pairsBrian Gaeke2004-09-291-0/+91