aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16InstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-540/+0
* Fix PIC16 comments referencing copyRegToReg.Jakob Stoklund Olesen2010-07-111-3/+3
* Remove isTwoAddress from PIC16.Eric Christopher2010-06-211-6/+6
* Added missing patterns for subtract instruction.Sanjiv Gupta2009-12-231-12/+25
* Emit direction operand in binary insns that stores in memory.Sanjiv Gupta2009-12-191-1/+1
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-3/+3
* revert r79562 + r79563Chris Lattner2009-08-211-5/+0
* Implement support for ISRs. Sanjiv Gupta2009-08-201-0/+5
* Major calling convention code refactoring.Dan Gohman2009-08-051-1/+3
* Mark attributes of return insn correctly. It was being assumed safe to delete...Sanjiv Gupta2009-07-251-0/+1
* Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the t...Sanjiv Gupta2009-07-081-2/+4
* For extended loads of type i1 to i8, we will need to at least one byte from m...Sanjiv Gupta2009-07-031-1/+1
* FrameIndex could be used as a value (addressof (arg)) or as an address.Sanjiv Gupta2009-06-031-4/+4
* Mark the branch insns correctly.Sanjiv Gupta2009-05-281-1/+2
* Mark mayLoad, mayStore for insns correctly and use themSanjiv Gupta2009-05-121-2/+6
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-061-4/+9
* Make the function begin label start after ther data pointer.Sanjiv Gupta2009-04-221-1/+2
* Handle aggregate type arguments to direct and indirect calls.Sanjiv Gupta2009-04-141-8/+18
* Added code to handle spilling and reloading of FSRs.Sanjiv Gupta2009-04-101-3/+24
* Emit .line debug directives for stoppoints. The debug location is retrieved b...Sanjiv Gupta2009-04-081-7/+0
* Handle indirect function calls.Sanjiv Gupta2009-04-081-4/+42
* To convert the StopPoint insn into an assembler directive by ISel, we need to...Sanjiv Gupta2009-04-021-0/+7
* Params are not being generated as static globals now. The caller passes them ...Sanjiv Gupta2009-04-021-2/+4
* Mark the Defs and Uses of STATUS register correctly, plus some reformatting.Sanjiv Gupta2009-03-101-41/+61
* Fixed the comment. No functionality change.Sanjiv Gupta2009-01-301-1/+1
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-131-31/+124
* Emit declaration for globals and externs.Sanjiv Gupta2008-11-261-26/+46
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-191-258/+263
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-1/+1
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-141-38/+38
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-131-0/+302