aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-6/+2
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-033-10/+10
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+23
* Remove dead code for PIC16 (preparation to switch to new section handling stuff)Anton Korobeynikov2008-09-241-11/+1
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-231-1/+1
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-123-9/+12
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-282-14/+14
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-261-1/+1
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-232-2/+3
* 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
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-214-6/+8
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-142-2/+2
* Rename SDOperand to SDValue.Dan Gohman2008-07-273-92/+92
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-1/+1
* Trim unnecessary #includes.Dan Gohman2008-07-112-1/+2
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-1/+1
* Add explicit keywords.Dan Gohman2008-07-071-1/+1
* 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
* Split scheduling from instruction selection.Evan Cheng2008-06-301-6/+3
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-301-2/+2
* Unneeded include's.Evan Cheng2008-06-191-1/+0
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-3/+6
* Silence warnings.Evan Cheng2008-05-141-2/+2
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-1/+1
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-1416-606/+525
* Fixed the file description header at the top to remove the developer name.Sanjiv Gupta2008-05-141-2/+2
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-142-2/+2
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-1323-0/+3323