summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430InstrInfo.cpp
Commit message (Expand)AuthorAge
* Add branch relaxation pass (shamelessly stolen from PPC).Anton Korobeynikov2010-01-15
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* Add few pseudo-source-valuesAnton Korobeynikov2009-11-07
* RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov2009-10-21
* Implement branch foldingAnton Korobeynikov2009-10-21
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-13
* Add InsertBranch() hook for tail mergeingAnton 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 call frame setup instruction elimination and lowerid for bunch of call-re...Anton Korobeynikov2009-05-03
* Add 8-bit insts. zext behaviour is not modelled yetAnton 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