summaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-7/+0
* remove dupes now.Chris Lattner2010-02-221-2/+0
* move #includes earlier.Chris Lattner2010-02-221-2/+1
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-2/+2
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-1/+0
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-0/+2
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-191-238/+22
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-1/+1
* Trim #includes.Dan Gohman2008-10-161-3/+0
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-6/+2
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-2/+3
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-6/+6
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-3/+3
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-211-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-14/+14
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-1/+1
* Trim unnecessary #includes.Dan Gohman2008-07-111-1/+0
* Add explicit keywords.Dan Gohman2008-07-071-1/+1
* Split scheduling from instruction selection.Evan Cheng2008-06-301-6/+3
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-141-33/+27
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-131-0/+291