aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-2/+5
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-061-7/+6
* eliminate uses of cerr()Chris Lattner2009-08-231-2/+2
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-231-4/+1
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-5/+5
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-1/+2
* 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-3/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-3/+3
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-5/+5
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-081-18/+35
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-6/+6
* Propagate debug loc info through prologue/epilogue.Bill Wendling2009-02-231-2/+3
* Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen2009-02-131-30/+33
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-121-2/+2
* Update the operands used when building LDAWSP instructions to match the .tdRichard Osborne2009-01-151-1/+0
* Add pseudo instructions to the XCore for (load|store|load address) of aRichard Osborne2009-01-141-31/+30
* Add XCore backend.Richard Osborne2008-11-071-0/+596