aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
AgeCommit message (Expand)Author
2009-02-25Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng
2009-02-22Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel
2009-02-17Remove trailing whitespace to reduce later commit patch noise.Scott Michel
2009-02-07Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen
2009-02-06Remove more non-DebugLoc getNode variants. UseDale Johannesen
2009-02-06Remove more non-DebugLoc versions of getNode.Dale Johannesen
2009-02-05Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen
2009-02-04Check in file I forgot.Dale Johannesen
2009-02-04Fill in more omissions in DebugLog propagation.Dale Johannesen
2009-02-03Propagation in TargetLowering. Includes passing a DLDale Johannesen
2009-02-02Remove trailing spaces.Duncan Sands
2009-02-02Duncan's patch. Further to 64382. Takes care of illegal types for shift amount.Sanjiv Gupta
2009-02-02Preserve more SourceValue information.Mon P Wang
2009-01-31Fix PR3401: when using large integers, the typeDuncan Sands
2009-01-31Propagate debug info. This file completeDale Johannesen
2009-01-31Propagate debug info through MakeLibCall and aDale Johannesen
2009-01-28Fixed extract element when the result needs to be promoted and the input wide...Mon P Wang
2009-01-28Make isOperationLegal do what its name suggests, and introduce aDan Gohman
2009-01-21Cleanup whitespace and comments, and tweak someDuncan Sands
2009-01-21Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta
2009-01-18Few targets like PIC16 wants libcall generation for illegal type i16.Sanjiv Gupta
2009-01-13Correct a comment - this is not a sign extension.Duncan Sands
2009-01-01Factorize (and generalize) the code promoting SELECTDuncan Sands
2009-01-01Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands
2008-12-23Clean up the atomic opcodes in SelectionDAG.Dan Gohman
2008-12-18Added support for vector widening.Mon P Wang
2008-12-17Fix for PR3225: disable a broken optimization inEli Friedman
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