Rename SDOperand to SDValue.
[oota-llvm.git] / lib / Target / CellSPU / SPUISelLowering.h
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-04-30 Scott MichelBug fixes and updates for CellSPU, syncing up with...
2008-04-26 Chris Lattnerno need to implement this method and just have it call
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-14 Nate BegemanFix single precision FP constants on SPU. They are...
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-05 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-04 Scott MichelMore of the Cell SPU code drop from "Team Aerospace".