Change v64 datalayout in SPU.
[oota-llvm.git] / lib / Target / CellSPU / SPUOperands.td
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-03 Benjamin KramerZap dead code.
2010-03-15 Chris Lattnerdo some serious surgery on CellSPU to get it back into...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-10 Scott MichelCellSPU:
2008-09-26 Dan GohmanRename ConstantSDNode's getSignExtended to getSExtValue...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-08-31 Gabor Greiffix a bunch of 80-col violations
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-20 Dan GohmanUse cast instead of dyn_cast.
2008-07-27 Dan GohmanRename SDOperand to SDValue.
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-03-20 Scott MichelAdd more patterns to match in the integer comparison...
2008-03-05 Scott Michel- Fix support for "special" i64 immediates that can...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-14 Nate BegemanMove some useful operands up into the all-targets .td
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Scott Michel- Restore some i8 functionality in CellSPU
2007-12-16 Chris Lattnerdon't violate C TBAA rules, use FloatToBits instead.
2007-12-15 Scott MichelStart committing working test cases for CellSPU.
2007-12-05 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-05 Scott MichelMain CellSPU backend files checked in. Intrinsics and...