aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU
Commit message (Expand)AuthorAgeFilesLines
* Use template to distinguish between function variants.Duncan Sands2008-10-081-5/+14
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-033-33/+33
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-261-2/+1
* Rename ConstantSDNode's getSignExtended to getSExtValue, forDan Gohman2008-09-263-12/+12
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-261-1/+2
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+25
* If we have a function with an unreachable statement such that the ending debugBill Wendling2008-09-261-1/+1
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-241-2/+0
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-1/+1
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-17/+1
* SPU section handling is really huge mess. Replace remaining TAI calls for sec...Anton Korobeynikov2008-09-241-2/+2
* Properly handle 'm' inline asm constraints. If a GV is being selected for the...Evan Cheng2008-09-242-1/+4
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-231-1/+1
* Make log, log2, log10, exp, exp2 use Expand byDale Johannesen2008-09-221-10/+0
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-8/+7
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-7/+8
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-131-11/+12
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-123-59/+69
* Fix constant pool loads, and remove broken versions of addConstantPoolReference.Owen Anderson2008-09-061-12/+0
* Clean up uses of TargetLowering::getTargetMachine.Dan Gohman2008-09-041-1/+1
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-041-0/+10
* fix a bunch of 80-col violationsGabor Greif2008-08-312-15/+33
* Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTRBill Wendling2008-08-311-3/+7
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-283-61/+61
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-261-1/+1
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-262-4/+6
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-5/+4
* 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
* Use cast instead of dyn_cast.Dan Gohman2008-08-201-2/+2
* Fix broken CellSPU lowering, re-instate braces in LegalizeNate Begeman2008-07-291-2/+3
* Rename SDOperand to SDValue.Dan Gohman2008-07-274-348/+348
* More tab removals.Bill Wendling2008-07-221-3/+3
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-1/+1
* Somehow, custom lowering of i64 multiplications got dropped along the way.Scott Michel2008-07-161-104/+105
* Trim unnecessary #includes.Dan Gohman2008-07-111-1/+0
* Emit debug info for data-only files on Cell SPU.Dale Johannesen2008-07-091-3/+5
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-4/+4
* Add explicit keywords.Dan Gohman2008-07-071-1/+1
* - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng2008-07-031-6/+8
* Add a new getMergeValues method that does not needDuncan Sands2008-07-021-16/+5
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-3/+3
* Don't use ISD namespace opcodes for MachineInstrs.Dan Gohman2008-06-301-2/+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-7/+4
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-301-5/+4
* Remove unnecessary #includes.Dan Gohman2008-06-221-1/+0
* Remove comparison methods for MVT. The main causeDuncan Sands2008-06-082-5/+5
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-063-149/+156
* Add necessary 64-bit support so that gcc frontend compiles (mostly). CurrentScott Michel2008-06-025-127/+379