Split foldMemoryOperand into public non-virtual and protected virtual
[oota-llvm.git] / lib / Target / Sparc / SparcInstrInfo.h
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-08-26 Owen AndersonMake TargetInstrInfo::copyRegToReg return a bool indica...
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
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-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2006-10-24 Chris Lattnerimplement uncond branch insertion for sparc to fix...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2006-02-04 Chris LattnerTwo changes:
2006-02-03 Chris LattnerImplement isLoadFromStackSlot and isStoreToStackSlot
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-07-25 Chris LattnerI think that V8 should coallesce registers, don't you?
2004-07-16 Brian GaekeAdd what will eventually be the TSFlags. Big switch...
2004-02-29 Chris LattnerThese two virtual methods are never called.
2004-02-25 Brian GaekeSparcV8 skeleton