aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUISelLowering.h
AgeCommit message (Expand)Author
2009-02-06Get rid of one more non-DebugLoc getNode andDale Johannesen
2009-01-26CellSPU:Scott Michel
2009-01-21CellSPU:Scott Michel
2009-01-15- Convert remaining i64 custom lowering into custom instruction emissionScott Michel
2009-01-06CellSPU:Scott Michel
2009-01-01Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands
2008-12-30- Start moving target-dependent nodes that could be represented by anScott Michel
2008-12-27- Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel
2008-12-04CellSPU:Scott Michel
2008-12-01Change the interface to the type legalization methodDuncan Sands
2008-11-24CellSPU:Scott Michel
2008-11-22CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was itScott Michel
2008-11-10CellSPU: Fix bug 3606, as well as some ongoing work.Scott Michel
2008-10-18Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman
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-07-27Rename SDOperand to SDValue.Dan Gohman
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
2008-04-30Bug fixes and updates for CellSPU, syncing up with trunk. Most notableScott Michel
2008-04-26no need to implement this method and just have it callChris Lattner
2008-03-10Integer comparison tests for CellSPU.Scott Michel
2008-03-10Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel
2008-02-23Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel
2008-02-14Fix single precision FP constants on SPU. They are actually legal,Nate Begeman
2008-02-13Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBitsDan Gohman
2008-02-13Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.Dan Gohman
2008-01-30Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng
2008-01-30More cleanups for CellSPU:Scott Michel
2008-01-29Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel
2008-01-11More CellSPU refinement and progress:Scott Michel
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-05Updated source file headers to llvm coding standard.Scott Michel
2007-12-04More of the Cell SPU code drop from "Team Aerospace".Scott Michel