PR11662.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeVectorOps.cpp
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-10-19 Nadav RotemImprove code generation for vselect on SSE2:
2011-10-18 Nadav RotemFix a bug in the legalization of vector anyext-load...
2011-10-18 Duncan SandsFix a bunch of unused variable warnings when doing...
2011-10-17 Chad RosierRemoved set, but unused variable.
2011-10-15 Nadav RotemMove the legalization of vector loads and stores into...
2011-09-18 Nadav Rotemwhite space cleanups
2011-09-13 Nadav RotemFix the assertion which checks the size of the input...
2011-09-13 Nadav RotemAdd vselect target support for targets that do not...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-07-14 Nadav Rotem[VECTOR-SELECT]
2011-03-19 Nadav RotemAdd support for legalizing UINT_TO_FP of vectors on...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-06-18 Dan GohmanChange UpdateNodeOperands' operand and return value...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-01-09 Dan GohmanRevert an earlier change to SIGN_EXTEND_INREG for vecto...
2009-12-11 Dan GohmanImplement vector widening, splitting, and scalarizing...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-30 Mon P WangAdded support to allow clients to custom widen. For...
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-08-05 Dan GohmanMajor calling convention code refactoring.
2009-06-06 Eli FriedmanMake SINT_TO_FP/UINT_TO_FP vector legalization queries...
2009-05-27 Eli FriedmanRemove special cases for more opcodes.
2009-05-24 Eli FriedmanAdd a comment which should hopefully make the purpose...
2009-05-23 Eli FriedmanAdd a new step to legalization to legalize vector math...