aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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