summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16InstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-76/+0
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-161-4/+0
* Replace copyRegToReg with copyPhysReg for PIC16.Jakob Stoklund Olesen2010-07-111-6/+4
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-171-1/+2
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-1/+2
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-061-2/+4
* Remove unnecessary gotos to fall-thru successors.Sanjiv Gupta2009-10-271-1/+4
* FrameIndex could be used as a value (addressof (arg)) or as an address.Sanjiv Gupta2009-06-031-0/+5
* Mark mayLoad, mayStore for insns correctly and use themSanjiv Gupta2009-05-121-19/+1
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-061-0/+17
* Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.Sanjiv Gupta2009-01-211-2/+2
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-211-2/+2
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-201-2/+2
* Fixed build warnings.Sanjiv Gupta2008-11-191-2/+4
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-191-33/+22
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-181-2/+4
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-141-1/+1
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-141-1/+1
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-131-0/+78
OpenPOWER on IntegriCloud