summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-05
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-19
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-27
* Trim #includes.Dan Gohman2008-10-16
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-03
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-23
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-21
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-17
* Trim unnecessary #includes.Dan Gohman2008-07-11
* Add explicit keywords.Dan Gohman2008-07-07
* Split scheduling from instruction selection.Evan Cheng2008-06-30
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-14
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-13