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.Edwin Török2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+138