[Debug Info] add DISubroutineType and its creation takes DITypeArray.
[oota-llvm.git] / test / CodeGen / X86 / avx-blend.ll
2014-06-25 Andrea Di Biagio[X86] Always prefer to lower a VECTOR_SHUFFLE into...
2014-05-31 Filipe CabecinhasMake blend tests more specific
2014-05-29 Filipe CabecinhasAdded tests for shufflevector lowering to blend instrs.
2014-05-27 Filipe CabecinhasConvert some X86 blendv* intrinsics into IR.
2014-05-21 Quentin Colombet[X86] Fix a bug in the lowering of BLENDI introduced...
2014-05-16 Filipe CabecinhasImplemented special cases for PerformVSELECTCombine.
2014-05-16 Filipe CabecinhasLower vselects into X86ISD::BLENDI when appropriate.
2014-01-27 Andrea Di Biagio[DAGCombiner] Teach how to fold sext/aext/zext of const...
2014-01-20 Andrea Di Biagio[X86] Teach how to combine a vselect into a movss/movsd
2013-07-18 Stephen LinUpdate to more CodeGen tests to use CHECK-LABEL for...
2013-07-18 Stephen LinDisambiguate function names in some CodeGen tests....
2012-06-04 Nadav RotemRemove the "-promote-elements" flag. This flag is now...
2011-09-18 Benjamin KramerApply Duncan's test fix from r139986 to the avx version...
2011-09-12 Bruno Cardoso LopesRevert the wrong part of r139528, and fix testcases.
2011-09-12 Bruno Cardoso LopesNot sure how CMPPS and CMPPD had already ever worked...
2011-09-09 Nadav RotemImplement vector-select support for avx256. Refactor...
2011-09-08 Bruno Cardoso LopesReapply testcase from r139309!
2011-09-08 Bruno Cardoso LopesRemove this crashing test, until I figure out what...
2011-09-08 Bruno Cardoso LopesAdd AVX versions of blend vector operations and fix...