summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430InstrInfo.h
AgeCommit message (Expand)Author
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-05-09Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov
2016-09-14Finish renaming remaining analyzeBranch functionsMatt Arsenault
2016-09-14Make analyzeBranch family of instruction names consistentMatt Arsenault
2016-09-14AArch64: Use TTI branch functions in branch relaxationMatt Arsenault
2016-07-29TargetInstrInfo: add virtual function getInstSizeInBytesSjoerd Meijer
2016-07-28TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar
2016-07-08MSP430: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2016-02-23CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-11[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-06-27Remove uses and caches of the target machine and subtarget fromEric Christopher
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-07-01Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng
2010-11-27Move callee-saved regs spills / reloads to TFIAnton Korobeynikov
2010-07-16Remove the isMoveInstr() hook.Jakob Stoklund Olesen
2010-07-11Replace copyRegToReg with copyPhysReg for MSP430.Jakob Stoklund Olesen
2010-06-17Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings
2010-05-22Implement @llvm.returnaddress. rdar://8015977.Evan Cheng
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman
2010-05-06Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng
2010-01-15Add branch relaxation pass (shamelessly stolen from PPC).Anton Korobeynikov
2009-12-05Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman
2009-10-21Implement branch foldingAnton Korobeynikov
2009-10-21Cosmetic changes, no functionality changesAnton Korobeynikov
2009-05-03Add InsertBranch() hook for tail mergeingAnton Korobeynikov
2009-05-03Lower select with custom inserted and make condjumps genericAnton Korobeynikov
2009-05-03Add first draft for conditions, conditional branches, etcAnton Korobeynikov
2009-05-03Add code for save/restore of callee-saved registersAnton Korobeynikov
2009-05-03First draft of stack slot loads / stores loweringAnton Korobeynikov
2009-05-03Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...Anton Korobeynikov
2009-05-03Dummy MSP430 backendAnton Korobeynikov