summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse41-blend.ll
Commit message (Expand)AuthorAge
* Make blend tests more specificFilipe Cabecinhas2014-05-31
* Added tests for shufflevector lowering to blend instrs.Filipe Cabecinhas2014-05-29
* Convert some X86 blendv* intrinsics into IR.Filipe Cabecinhas2014-05-27
* Lower vselects into X86ISD::BLENDI when appropriate.Filipe Cabecinhas2014-05-16
* [X86] Add extra rules for combining vselect dag nodes into movsd.Andrea Di Biagio2014-01-28
* [X86] Teach how to combine a vselect into a movss/movsdAndrea Di Biagio2014-01-20
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-23
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-18
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-04
* When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...Nadav Rotem2012-04-15
* Revert 147426 because it caused pr11696.Nadav Rotem2012-01-03
* Optimize the sequence blend(sign_extend(x)) to blend(shl(x)) since SSE blend ...Nadav Rotem2012-01-02
* Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands2011-09-17
* Add integer promotion support for vselectNadav Rotem2011-09-14
* Change testcase commandline to be more strict and silence buildbotsBruno Cardoso Lopes2011-09-12
* Revert the wrong part of r139528, and fix testcases.Bruno Cardoso Lopes2011-09-12
* Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't.Bruno Cardoso Lopes2011-09-12
* Add AVX versions of blend vector operations and fix some issues noticedBruno Cardoso Lopes2011-09-08