aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreInstrInfo.cpp
AgeCommit message (Expand)Author
2009-12-05Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman
2009-10-07Replace TargetInstrInfo::isInvariantLoad and its target-specificDan Gohman
2009-08-12This void is implicit in C++.Dan Gohman
2009-07-24Remove unused member functions.Eli Friedman
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-12Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-05-30Untabification.Bill Wendling
2009-05-13Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling
2009-02-13Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen
2009-02-12Move debug loc info along when the spiller creates new instructions.Bill Wendling
2009-02-09Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng
2009-01-20Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng
2009-01-15Update the operands used when building LDAWSP instructions to match the .tdRichard Osborne
2009-01-14Add pseudo instructions to the XCore for (load|store|load address) of aRichard Osborne
2008-11-18Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman
2008-11-07Add XCore backend.Richard Osborne