summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
Commit message (Expand)AuthorAge
...
* Nowadays vectors are only split if they have an evenDuncan Sands2009-07-08
* Remove trailing whitespace. Reorder some methodsDuncan Sands2009-07-08
* Minor cleanup; fixes review comments for a previous patch. Sorry for Eli Friedman2009-06-19
* Tweak the expansion code for BIT_CONVERT to generate better code Eli Friedman2009-06-07
* Refactor the code to grab the low and high parts of a valueDan Gohman2009-04-25
* Don't try to make BUILD_VECTOR operands have the sameDuncan Sands2009-04-18
* Change SelectionDAG type legalization to allow BUILD_VECTOR operands to beBob Wilson2009-04-13
* Added missing support for widening when splitting an unary op (PR3683)Mon P Wang2009-03-18
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-25
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-22
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-06
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-06
* Fill in more omissions in DebugLog propagation.Dale Johannesen2009-02-04
* Remove trailing spaces.Duncan Sands2009-02-02
* DebugLoc propagation. Done with file.Dale Johannesen2009-01-31
* Preserve SourceValue information when lowering produces multiple loads fromDan Gohman2008-12-16
* Added support to LegalizeType for expanding the operands of scalar to vectorMon P Wang2008-12-15
* Fix PR3117: not all nodes being legalized. TheDuncan Sands2008-12-09
* Tweak some comments.Duncan Sands2008-11-10
* Fix PR2977: LegalizeTypes support for expandingDuncan Sands2008-10-29
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Remove PromoteIntRes_FP_ROUND - not sure what itDuncan Sands2008-07-10
* Make the LegalizeType method naming scheme more regular.Duncan Sands2008-07-10
* Support for expanding the result of EXTRACT_ELEMENT.Duncan Sands2008-06-23
* Cleanup up LegalizeTypes handling of loads andDuncan Sands2008-06-23
* Share some code that is common between integer andDuncan Sands2008-06-20