aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU
AgeCommit message (Expand)Author
2008-10-17Merge from mainline.Tanya Lattner
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-26Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling
2008-09-26Rename ConstantSDNode's getSignExtended to getSExtValue, forDan Gohman
2008-09-26Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng
2008-09-26CMake: Builds all targets.Oscar Fuentes
2008-09-26If we have a function with an unreachable statement such that the ending debugBill Wendling
2008-09-24Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov
2008-09-24Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov
2008-09-24Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov
2008-09-24SPU section handling is really huge mess. Replace remaining TAI calls for sec...Anton Korobeynikov
2008-09-24Properly handle 'm' inline asm constraints. If a GV is being selected for the...Evan Cheng
2008-09-23Fix these enums' starting values to reflect the way thatDan Gohman
2008-09-22Make log, log2, log10, exp, exp2 use Expand byDale Johannesen
2008-09-16Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling
2008-09-16- Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling
2008-09-13Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-09-06Fix constant pool loads, and remove broken versions of addConstantPoolReference.Owen Anderson
2008-09-04Clean up uses of TargetLowering::getTargetMachine.Dan Gohman
2008-09-04Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen
2008-08-31fix a bunch of 80-col violationsGabor Greif
2008-08-31Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTRBill Wendling
2008-08-28erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif
2008-08-26disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif
2008-08-26Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson
2008-08-23Move the point at which FastISel taps into the SelectionDAGISelDan Gohman
2008-08-21Simplify SelectRoot's interface, and factor out some common codeDan Gohman
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-20Use cast instead of dyn_cast.Dan Gohman
2008-07-29Fix broken CellSPU lowering, re-instate braces in LegalizeNate Begeman
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2008-07-22More tab removals.Bill Wendling
2008-07-17Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman
2008-07-16Somehow, custom lowering of i64 multiplications got dropped along the way.Scott Michel
2008-07-11Trim unnecessary #includes.Dan Gohman
2008-07-09Emit debug info for data-only files on Cell SPU.Dale Johannesen
2008-07-07Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman
2008-07-07Add explicit keywords.Dan Gohman
2008-07-03- Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng
2008-07-02Add a new getMergeValues method that does not needDuncan Sands
2008-07-01Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman
2008-06-30Don't use ISD namespace opcodes for MachineInstrs.Dan Gohman
2008-06-30Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman
2008-06-30Split scheduling from instruction selection.Evan Cheng
2008-06-30Revert the SelectionDAG optimization that makesDuncan Sands
2008-06-22Remove unnecessary #includes.Dan Gohman
2008-06-08Remove comparison methods for MVT. The main causeDuncan Sands
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-06-02Add necessary 64-bit support so that gcc frontend compiles (mostly). CurrentScott Michel