Fill in type legalization for MERGE_VALUES in all the various cases. Patch by Micah...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeTypesGeneric.cpp
2011-08-31 Eli FriedmanFill in type legalization for MERGE_VALUES in all the...
2011-06-01 Nadav RotemRefactor LegalizeTypes: Erase LegalizeAction and make...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-09-21 Chris Lattnerupdate a bunch of code to use the MachinePointerInfo...
2010-09-21 Chris Lattnercontinue MachinePointerInfo'izing, eliminating use...
2010-07-11 Rafael EspindolaFix va_arg for doubles. With this patch VAARG nodes...
2010-06-26 Rafael EspindolaWhen splitting a VAARG, remember its alignment.
2010-04-15 Evan ChengMore 80 violations.
2010-02-15 David GreeneAdd non-temporal flags and remove an assumption of...
2009-12-28 Bill WendlingRemove dead variable.
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-18 Evan ChengOnly fixed stack objects and spill slots should be...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-17 Evan Cheng80 col violation.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Duncan SandsNowadays vectors are only split if they have an even
2009-07-08 Duncan SandsRemove trailing whitespace. Reorder some methods
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