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