Fix PR3117: not all nodes being legalized. The
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeVectorTypes.cpp
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-18 Duncan SandsLegalizeTypes support for splitting and scalarizing
2008-11-15 Duncan SandsWhen splitting a SHUFFLE_VECTOR, try to have the result
2008-11-12 Duncan SandsSimplify SplitVecRes_EXTRACT_SUBVECTOR. This means
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-10 Duncan SandsSmall cleanups. No functionality change intended!
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-11-08 Duncan SandsTry to produce better code when scalarizing VSETCC.
2008-11-04 Duncan SandsFix PR3011: LegalizeTypes support for scalarizing
2008-10-20 Duncan SandsSupport operations like fp_to_uint with a vector
2008-10-19 Duncan SandsVector shuffle mask elements may be "undef". Handle
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-05 Duncan Sands"Fix" PR2762. The testcase now crashes codegen
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-21 Dan GohmanAdd libm-oriented ISD opcodes for rounding operations.
2008-08-14 Dan GohmanImprove support for vector casts in LLVM IR and CodeGen.
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-27 Duncan SandsSome binary operations were being treated as
2008-07-22 Duncan SandsLegalizeTypes support for VSETCC. Fixes PR2575.
2008-07-16 Duncan SandsReorder methods alphabetically. No functionality change.
2008-07-14 Duncan SandsI don't think BUILD_PAIR can have a vector result.
2008-07-14 Duncan SandsTighten up some checks. Fix FPOWI splitting for
2008-07-14 Duncan SandsAn INSERT_VECTOR_ELT can insert a larger value
2008-07-14 Duncan SandsAccording to the docs, it is possible to have an
2008-07-14 Duncan SandsThere should be no extending loads or truncating
2008-07-11 Duncan SandsRemove an apparently useless routine: there should
2008-07-10 Duncan SandsMake the LegalizeType method naming scheme more regular.
2008-07-08 Duncan SandsRemove custom expansion from LegalizeTypes when doing
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-06-23 Duncan SandsCleanup up LegalizeTypes handling of loads and
2008-06-20 Duncan SandsShare some code that is common between integer and
2008-06-20 Duncan SandsRename the operation of turning a float type into an
2008-06-17 Duncan SandsSplit type expansion into ExpandInteger and ExpandFloat