aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
AgeCommit message (Expand)Author
2008-10-29Fix PR2977: LegalizeTypes support for expandingDuncan Sands
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-10Remove PromoteIntRes_FP_ROUND - not sure what itDuncan Sands
2008-07-10Make the LegalizeType method naming scheme more regular.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-20Share some code that is common between integer andDuncan Sands