Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed argument...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeTypesGeneric.cpp
2009-06-19 Eli FriedmanMinor cleanup; fixes review comments for a previous...
2009-06-07 Eli FriedmanTweak the expansion code for BIT_CONVERT to generate...
2009-04-25 Dan GohmanRefactor the code to grab the low and high parts of...
2009-04-18 Duncan SandsDon't try to make BUILD_VECTOR operands have the same
2009-04-13 Bob WilsonChange SelectionDAG type legalization to allow BUILD_VE...
2009-03-18 Mon P WangAdded missing support for widening when splitting an...
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-04 Dale JohannesenFill in more omissions in DebugLog propagation.
2009-02-02 Duncan SandsRemove trailing spaces.
2009-01-31 Dale JohannesenDebugLoc propagation. Done with file.
2008-12-16 Dan GohmanPreserve SourceValue information when lowering produces...
2008-12-15 Mon P WangAdded support to LegalizeType for expanding the operand...
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-11-10 Duncan SandsTweak some comments.
2008-10-29 Duncan SandsFix PR2977: LegalizeTypes support for expanding
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-10 Duncan SandsRemove PromoteIntRes_FP_ROUND - not sure what it
2008-07-10 Duncan SandsMake the LegalizeType method naming scheme more regular.
2008-06-23 Duncan SandsSupport for expanding the result of EXTRACT_ELEMENT.
2008-06-23 Duncan SandsCleanup up LegalizeTypes handling of loads and
2008-06-20 Duncan SandsShare some code that is common between integer and