aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430InstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-061-1/+0
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-011-1/+4
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-271-9/+0
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-161-4/+0
* Replace copyRegToReg with copyPhysReg for MSP430.Jakob Stoklund Olesen2010-07-111-5/+4
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-171-1/+2
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-221-2/+4
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-1/+2
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-061-2/+4
* Add branch relaxation pass (shamelessly stolen from PPC).Anton Korobeynikov2010-01-151-0/+18
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-051-1/+0
* Implement branch foldingAnton Korobeynikov2009-10-211-3/+13
* Cosmetic changes, no functionality changesAnton Korobeynikov2009-10-211-14/+0
* Add InsertBranch() hook for tail mergeingAnton Korobeynikov2009-05-031-0/+4
* Lower select with custom inserted and make condjumps genericAnton Korobeynikov2009-05-031-2/+1
* Add first draft for conditions, conditional branches, etcAnton Korobeynikov2009-05-031-0/+15
* Add code for save/restore of callee-saved registersAnton Korobeynikov2009-05-031-1/+10
* First draft of stack slot loads / stores loweringAnton Korobeynikov2009-05-031-0/+9
* Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...Anton Korobeynikov2009-05-031-0/+9
* Dummy MSP430 backendAnton Korobeynikov2009-05-031-0/+39