[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / lib / Target / MSP430 / MSP430InstrInfo.h
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2010-11-27 Anton KorobeynikovMove callee-saved regs spills / reloads to TFI
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for MSP430.
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-01-15 Anton KorobeynikovAdd branch relaxation pass (shamelessly stolen from...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-10-21 Anton KorobeynikovImplement branch folding
2009-10-21 Anton KorobeynikovCosmetic changes, no functionality changes
2009-05-03 Anton KorobeynikovAdd InsertBranch() hook for tail mergeing
2009-05-03 Anton KorobeynikovLower select with custom inserted and make condjumps...
2009-05-03 Anton KorobeynikovAdd first draft for conditions, conditional branches...
2009-05-03 Anton KorobeynikovAdd code for save/restore of callee-saved registers
2009-05-03 Anton KorobeynikovFirst draft of stack slot loads / stores lowering
2009-05-03 Anton KorobeynikovAdd code enough for emission of reg-reg and reg-imm...
2009-05-03 Anton KorobeynikovDummy MSP430 backend