Fix up the logic for result expanding the various extension
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeDAGTypes.cpp
2007-10-22 Duncan SandsFix up the logic for result expanding the various extension
2007-10-20 Chris LattnerAdd promote operand support for [su]int_to_fp.
2007-10-20 Chris LattnerAdd result promotion of FP_TO_*INT, fixing CodeGen...
2007-10-20 Chris Lattnersimplify some code.
2007-10-20 Chris LattnerImplement promote and expand for operands of memcpy...
2007-10-19 Duncan SandsAdd support for a few more nodes.
2007-10-19 Chris Lattnerrename ExpandOperation to ExpandOperationResult, as...
2007-10-19 Duncan SandsSupport for expanding ADDE and SUBE.
2007-10-19 Chris LattnerImplement a few new operations.
2007-10-19 Chris LattnerImplement expansion of SINT_TO_FP and UINT_TO_FP operands.
2007-10-19 Chris Lattnerimplement support for custom expansion of any node...
2007-10-19 Chris LattnerMake use of TLI.ExpandOperation, remove softfloat stuff.
2007-10-19 Chris Lattneradd expand support for bit_convert result, even allowin...
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...