summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-071-1/+1
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-7/+7
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-061-3/+5
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-21/+28
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-3/+3
* Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen2009-02-051-40/+51
* Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen2009-02-051-2/+3
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-041-3/+3
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-3/+4
* Use sublw for comparison with literals instead of subwf.Sanjiv Gupta2009-01-301-9/+11
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-211-6/+8
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-211-117/+131
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-131-127/+815
* Change the interface to the type legalization methodDuncan Sands2008-12-011-41/+48
* Add include files needed when building withDuncan Sands2008-11-281-0/+1
* Eliminate a compile time warning.Evan Cheng2008-11-271-1/+1
* Emit declaration for globals and externs.Sanjiv Gupta2008-11-261-0/+23
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-191-664/+575
* Trim #includes.Dan Gohman2008-10-161-3/+0
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-3/+3
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-6/+8
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-8/+8
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-261-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-67/+67
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-1/+2
* Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman2008-06-301-1/+1
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-301-2/+2
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-3/+6
* Silence warnings.Evan Cheng2008-05-141-2/+2
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-141-327/+290
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-131-0/+801
OpenPOWER on IntegriCloud