Revert r194865 and r194874.
[oota-llvm.git] / lib / Target / Sparc / SparcInstrInfo.h
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-04 Venkatraman Govind... Sparc: No functionality change. Cleanup whitespaces...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-25 Venkatraman Govind... Sparc: Implement emitFrameIndexDebugValue and getDebugV...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-01-16 Venkatraman Govind... Implement AnalyzeBranch in Sparc Backend.
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-11 Jakob Stoklund OlesenRISC architectures get their memory operand folding...
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for Sparc.
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
2009-07-24 Eli FriedmanRemove unused member functions.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
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