aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.cpp
AgeCommit message (Expand)Author
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner
2006-02-04fix a bug in my last checkinChris Lattner
2006-02-04Two changes:Chris Lattner
2006-02-03Implement isLoadFromStackSlot and isStoreToStackSlotChris Lattner
2005-12-18Tighten up some checksChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-11Look for many more moves to fold (previously, we onlyBrian Gaeke
2004-09-29Recognize FpMOVD as a move.Brian Gaeke
2004-09-29Fix bug recognizing moves: isMoveInstr should only treat ORs with %g0 asBrian Gaeke
2004-07-25I think that V8 should coallesce registers, don't you?Chris Lattner
2004-02-29Adjust to change in TII ctor argumentsChris Lattner
2004-02-29These two virtual methods are never called.Chris Lattner
2004-02-25SparcV8 skeletonBrian Gaeke