summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.h
AgeCommit message (Expand)Author
2007-05-18RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng
2006-10-24implement uncond branch insertion for sparc to fix regressions from last nightChris Lattner
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner
2006-02-04Two changes:Chris Lattner
2006-02-03Implement isLoadFromStackSlot and isStoreToStackSlotChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-07-25I think that V8 should coallesce registers, don't you?Chris Lattner
2004-07-16Add what will eventually be the TSFlags. Big switch(opcode) statements are bad.Brian Gaeke
2004-02-29These two virtual methods are never called.Chris Lattner
2004-02-25SparcV8 skeletonBrian Gaeke