- Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propagate kill...
[oota-llvm.git] / lib / Target / Sparc / SparcInstrInfo.cpp
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-01-07 Duncan SandsAdd missing newline at EOF.
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnerimplement uncond branch insertion for sparc to fix...
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2006-02-04 Chris Lattnerfix a bug in my last checkin
2006-02-04 Chris LattnerTwo changes:
2006-02-03 Chris LattnerImplement isLoadFromStackSlot and isStoreToStackSlot
2005-12-18 Chris LattnerTighten up some checks
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-11 Brian GaekeLook for many more moves to fold (previously, we only
2004-09-29 Brian GaekeRecognize FpMOVD as a move.
2004-09-29 Brian GaekeFix bug recognizing moves: isMoveInstr should only...
2004-07-25 Chris LattnerI think that V8 should coallesce registers, don't you?
2004-02-29 Chris LattnerAdjust to change in TII ctor arguments
2004-02-29 Chris LattnerThese two virtual methods are never called.
2004-02-25 Brian GaekeSparcV8 skeleton