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