aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
AgeCommit message (Expand)Author
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
2008-07-10Remove PromoteIntRes_FP_ROUND - not sure what itDuncan Sands
2008-07-10Make the LegalizeType method naming scheme more regular.Duncan Sands
2008-07-09Remove some unneeded includes.Duncan Sands
2008-07-08Remove custom expansion from LegalizeTypes when doingDuncan Sands
2008-07-04Rather than having a different custom legalizationDuncan Sands
2008-06-30Support for VAARG. As noted in a comment, this isDuncan Sands
2008-06-30Support for promoting select_cc operands.Duncan Sands
2008-06-25Add/complete support for integer and floatDuncan Sands
2008-06-23Port some integer multiplication fixes from LegalizeDAG.Duncan Sands
2008-06-23Support for expanding the result of EXTRACT_ELEMENT.Duncan Sands
2008-06-23Cleanup up LegalizeTypes handling of loads andDuncan Sands
2008-06-21Support for load/store of expanded float types. IDuncan Sands
2008-06-20Share some code that is common between integer andDuncan Sands
2008-06-20Rename the operation of turning a float type into anDuncan Sands
2008-06-17Split type expansion into ExpandInteger and ExpandFloatDuncan Sands