index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
/
SparcInstrInfo.h
Age
Commit message (
Expand
)
Author
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-12-25
Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks.
Venkatraman Govindaraju
2011-07-01
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-01-16
Implement AnalyzeBranch in Sparc Backend.
Venkatraman Govindaraju
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-11
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
Replace copyRegToReg with copyPhysReg for Sparc.
Jakob Stoklund Olesen
2010-06-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2009-09-15
several major improvements to the sparc backend: support for weak linkage
Chris Lattner
2009-07-24
Remove unused member functions.
Eli Friedman
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2008-12-03
Split foldMemoryOperand into public non-virtual and protected virtual
Dan Gohman
2008-11-18
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-10-16
Const-ify several TargetInstrInfo methods.
Dan Gohman
2008-08-26
Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...
Owen Anderson
2008-08-14
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-05-14
Change target-specific classes to use more precise static types.
Dan Gohman
2008-03-25
Add explicit keywords.
Dan Gohman
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-08
It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...
Evan Cheng
2008-01-07
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2007-12-31
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-05-18
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2006-10-24
implement uncond branch insertion for sparc to fix regressions from last night
Chris Lattner
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-02-05
Rename SPARC V8 target to be the LLVM SPARC target.
Chris Lattner
2006-02-04
Two changes:
Chris Lattner
2006-02-03
Implement isLoadFromStackSlot and isStoreToStackSlot
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-07-25
I think that V8 should coallesce registers, don't you?
Chris Lattner
2004-07-16
Add what will eventually be the TSFlags. Big switch(opcode) statements are bad.
Brian Gaeke
2004-02-29
These two virtual methods are never called.
Chris Lattner
2004-02-25
SparcV8 skeleton
Brian Gaeke