aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
AgeCommit message (Expand)Author
2008-12-15Added support to LegalizeType for expanding the operands of scalar to vectorMon P Wang
2008-12-13Remove assertion to allow promotion of a truncating store operandMon P Wang
2008-12-10For amusement, implement SADDO, SSUBO, UADDO, USUBODuncan Sands
2008-12-09Add sub/mul overflow intrinsics. This currently doesn't have aBill Wendling
2008-12-09Fix PR3117: not all nodes being legalized. TheDuncan Sands
2008-12-01Change the interface to the type legalization methodDuncan Sands
2008-11-23Rename SetCCResultContents to BooleanContents. InDuncan Sands
2008-11-22Cleanup of the [SU]ADDO type legalization code. Patch by Duncan!Bill Wendling
2008-11-22- Move conversion of [SU]ADDO from DAG combiner into legalizer.Bill Wendling
2008-11-18Remove integer promotion support for FP_EXTENDDuncan Sands
2008-11-18Simplify code using helper routines. There is notDuncan Sands
2008-11-17Don't produce ADDC/ADDE when expanding SHL unless they are legalRichard Osborne
2008-11-17Fixed legalization of CONVERT_RNDSAT for integers.Mon P Wang
2008-11-12Correct some thinkos in the expansion of ADD/SUBDuncan Sands
2008-11-11Cleaned up and fix bugs in convert_rndsat nodeMon P Wang
2008-11-10Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode toMon P Wang
2008-11-10Tweak some comments.Duncan Sands
2008-11-10Small cleanups. No functionality change intended!Duncan Sands
2008-11-10When promoting the result of fp_to_uint/fp_to_sint,Duncan Sands
2008-11-07Sign-extend rather than zero-extend when promotingDuncan Sands
2008-11-03Make VAARG promotion work correctly with large funkyDuncan Sands
2008-10-29Fix PR2977: LegalizeTypes support for expandingDuncan Sands
2008-10-29Fix 80 column violations.Duncan Sands
2008-10-23Fix thinko - the operand number has nothing to doDuncan Sands
2008-10-22Be nice to CellSPU: for this target getSetCCResultTypeDuncan Sands
2008-10-22Port from LegalizeDAG the logic to only generateDuncan Sands
2008-10-22Add some comments explaining the meaning of a booleanDuncan Sands
2008-10-20LegalizeTypes support for atomic operation promotion.Duncan Sands
2008-10-20Use DAG.getIntPtrConstant rather than DAG.getConstantDuncan Sands
2008-10-20Always use either MVT::i1 or getSetCCResultType forDuncan Sands
2008-10-20Formatting - no functional change.Duncan Sands
2008-10-20Don't use a random type for the select condition,Duncan Sands
2008-10-03The result of getSetCCResultType (eg: i32) may be largerDuncan Sands
2008-09-22Fix the alignment of loads from constant pool entries when theDan Gohman
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-08-28erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2008-07-17Factorize some code for determining which libcall to use.Duncan Sands
2008-07-16Add support for promoting and expanding AssertZextDuncan Sands
2008-07-16Reorder methods alphabetically. No functionality change.Duncan Sands
2008-07-15LegalizeTypes support for promotion of bswap.Duncan Sands
2008-07-15LegalizeTypes support for promotion of SIGN_EXTEND_INREG.Duncan Sands
2008-07-15Reorder the integer promotion methods alphabetically.Duncan Sands
2008-07-11It is pointless to turn a UINT_TO_FP into anDuncan Sands
2008-07-11Add two missing SINT_TO_FP libcalls.Duncan Sands
2008-07-11Port a shift-by-1 optimization from LegalizeDAG: itDuncan Sands
2008-07-11Add support for 128 bit shifts and 32 bit shiftsDuncan Sands
2008-07-10Add support for 128 bit multiplicative operations.Duncan Sands
2008-07-10Add a mysteriously missing libcall, FPTOSINT_F80_I32.Duncan Sands
2008-07-10Fix a FIXME: use an apint in CTTZ legalization.Duncan Sands