aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16InstrInfo.cpp
AgeCommit message (Expand)Author
2009-02-12Move debug loc info along when the spiller creates new instructions.Bill Wendling
2009-01-21Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.Sanjiv Gupta
2009-01-21Implement LowerOperationWrapper for legalizer. Sanjiv Gupta
2009-01-20Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng
2009-01-13Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta
2008-11-28Add include files needed when building withDuncan Sands
2008-11-19Fixed build warnings.Sanjiv Gupta
2008-11-19Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta
2008-11-18Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman
2008-10-08Add <cstdio> include where needed by gcc-4.4.Duncan Sands
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-08-14Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson
2008-05-14Detabification. Fixed indentation and spacing.Sanjiv Gupta
2008-05-13Adding files for Microchip's PIC16 target.Sanjiv Gupta