aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* This void is implicit in C++.Dan Gohman2009-08-121-1/+1
* Remove unused member functions.Eli Friedman2009-07-241-16/+0
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-4/+4
* Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-121-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-4/+5
* Untabification.Bill Wendling2009-05-301-2/+2
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-1/+1
* Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen2009-02-131-4/+6
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-121-19/+37
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-091-3/+5
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-201-1/+4
* Update the operands used when building LDAWSP instructions to match the .tdRichard Osborne2009-01-151-1/+1
* Add pseudo instructions to the XCore for (load|store|load address) of aRichard Osborne2009-01-141-15/+7
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-181-3/+4
* Add XCore backend.Richard Osborne2008-11-071-0/+506