aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/SparcInstrInfo.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-15Fix a lot of confusion around inserting nops on empty functions.Rafael Espindola1-2/+0
2014-09-11Provide an implementation of getNoopForMachoTarget for SPARC.Brad Smith1-0/+2
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-34/+34
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+1
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-1/+0
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+1
2013-06-16DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie1-8/+0
2013-06-04Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju1-3/+3
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-1/+1
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-12-25Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks.Venkatraman Govindaraju1-0/+7
2011-07-01Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng1-1/+4
2011-01-16Implement AnalyzeBranch in Sparc Backend.Venkatraman Govindaraju1-2/+9
2010-07-16Remove the isMoveInstr() hook.Jakob Stoklund Olesen1-6/+0
2010-07-11RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen1-12/+0
2010-07-11Replace copyRegToReg with copyPhysReg for Sparc.Jakob Stoklund Olesen1-6/+4
2010-06-17Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings1-1/+2
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman1-1/+2
2010-05-06Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng1-2/+4
2009-09-15several major improvements to the sparc backend: support for weak linkageChris Lattner1-0/+2
2009-07-24Remove unused member functions.Eli Friedman1-10/+0
2009-01-20Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng1-4/+4
2008-12-03Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman1-8/+8
2008-11-18Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman1-2/+4
2008-10-16Const-ify several TargetInstrInfo methods.Dan Gohman1-2/+2
2008-08-26Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson1-1/+1
2008-08-14Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson1-1/+1
2008-05-14Change target-specific classes to use more precise static types.Dan Gohman1-1/+1
2008-03-25Add explicit keywords.Dan Gohman1-1/+1
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman1-1/+1
2008-02-08It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng1-2/+4
2008-01-07Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson1-0/+10
2008-01-01Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson1-0/+20
2008-01-01Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner1-1/+1
2007-12-31Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson1-0/+7
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-05-18RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng1-3/+3
2006-10-24implement uncond branch insertion for sparc to fix regressions from last nightChris Lattner1-0/+5
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner1-1/+1
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner1-0/+68