Pointer arithmetic should be done with the index the same size as the pointer.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeDAGTypes.cpp
2007-10-18 Duncan SandsSupport for ADDC/SUBC.
2007-10-17 Duncan SandsReturn Expand from getOperationAction for all extended
2007-10-16 Chris Lattnerimplement promotion of select and select_cc, allowing...
2007-10-15 Chris Lattnerimplement promotion of BR_CC operands, fixing bisort...
2007-10-15 Chris Lattnerupdates from duncan
2007-10-15 Duncan SandsFix some typos. Call getTypeToTransformTo rather than
2007-10-15 Chris LattnerOne mundane change: Change ReplaceAllUsesOfValueWith...