[SelectionDAG] Teach LegalizeVectorOps to not unroll CTLZ_ZERO_UNDEF and CTTZ_ZERO_UN...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeVectorOps.cpp
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...