aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430InstrInfo.cpp
AgeCommit message (Expand)Author
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-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner
2009-11-07Add few pseudo-source-valuesAnton Korobeynikov
2009-10-21RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov
2009-10-21Implement branch foldingAnton Korobeynikov
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-05-13Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling
2009-05-03Add InsertBranch() hook for tail mergeingAnton 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 call frame setup instruction elimination and lowerid for bunch of call-re...Anton Korobeynikov
2009-05-03Add 8-bit insts. zext behaviour is not modelled yetAnton 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