aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-2/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+3
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-2/+2
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2010-08-23tyopsGabor Greif1-1/+1
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-07-23fix constness warningsGabor Greif1-1/+2
2010-07-22eliminate the TargetInstrInfo::GetInstSizeInBytes hook. Chris Lattner1-1/+1
2010-05-01Do folding for indirect branches, where possibleAnton Korobeynikov1-1/+1
2010-01-15Add branch relaxation pass (shamelessly stolen from PPC).Anton Korobeynikov1-0/+179