aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary gotos to fall-thru successors.Sanjiv Gupta2009-10-271-0/+22
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-151-0/+1
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-151-1/+0
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-151-0/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+3
* FrameIndex could be used as a value (addressof (arg)) or as an address.Sanjiv Gupta2009-06-031-0/+28
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-2/+2
* Changed lowering and asmprinter to use ABI Names class called PAN.Sanjiv Gupta2009-05-101-4/+2
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-061-4/+4
* Added code to handle spilling and reloading of FSRs.Sanjiv Gupta2009-04-101-6/+31
* Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta2009-04-061-2/+4
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-121-4/+11
* Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.Sanjiv Gupta2009-01-211-2/+3
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-211-3/+2
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-201-2/+3
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-131-2/+11
* Add include files needed when building withDuncan Sands2008-11-281-0/+1
* Fixed build warnings.Sanjiv Gupta2008-11-191-2/+2
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-191-87/+86
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-181-2/+2
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-5/+5
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-141-1/+1
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-141-4/+4
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-131-0/+143