aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
AgeCommit message (Expand)Author
2009-07-11Use CreateStackStoreLoad helper in more places.Eli Friedman
2009-07-09Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman
2009-07-08Remove trailing whitespace. Reorder some methodsDuncan Sands
2009-06-05Allow libcalls for i16 sdiv/udiv/rem operations.Sanjiv Gupta
2009-06-04Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This wasDale Johannesen
2009-06-02Revert 72707 and 72709, for the moment.Dale Johannesen
2009-06-01Make the implicit inputs and outputs of target-independentDale Johannesen
2009-05-31Rename CustomLowerResults to CustomLowerNode, sinceDuncan Sands
2009-04-20Revise my previous change 68996 as suggested by Duncan.Bob Wilson
2009-04-18Don't try to make BUILD_VECTOR operands have the sameDuncan Sands
2009-04-13Change SelectionDAG type legalization to allow BUILD_VECTOR operands to beBob Wilson
2009-04-09Remove the obsolete SelectionDAG::getNodeValueTypes and simplifyDan Gohman
2009-03-31Fully general expansion of integer shift of any size.Evan Cheng
2009-03-18Added missing support for widening when splitting an unary op (PR3683)Mon P Wang
2009-03-13Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng
2009-03-04PR3686: make the legalizer handle bitcast from i80 to x86 long double.Eli Friedman
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