summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430InstrInfo.h
Commit message (Expand)AuthorAge
* Remove uses and caches of the target machine and subtarget fromEric Christopher2014-06-27
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-01
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-27
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-16
* Replace copyRegToReg with copyPhysReg for MSP430.Jakob Stoklund Olesen2010-07-11
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-22
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-06
* Add branch relaxation pass (shamelessly stolen from PPC).Anton Korobeynikov2010-01-15
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* Implement branch foldingAnton Korobeynikov2009-10-21
* Cosmetic changes, no functionality changesAnton Korobeynikov2009-10-21
* Add InsertBranch() hook for tail mergeingAnton Korobeynikov2009-05-03
* Lower select with custom inserted and make condjumps genericAnton Korobeynikov2009-05-03
* Add first draft for conditions, conditional branches, etcAnton Korobeynikov2009-05-03
* Add code for save/restore of callee-saved registersAnton Korobeynikov2009-05-03
* First draft of stack slot loads / stores loweringAnton Korobeynikov2009-05-03
* Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...Anton Korobeynikov2009-05-03
* Dummy MSP430 backendAnton Korobeynikov2009-05-03