Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / Target / Sparc / FPMover.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of buildMI from Sparc.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-01-11 Chris Lattnerrename MachineInstr::setInstrDescriptor -> setDesc
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...