summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse41-blend.ll
Commit message (Expand)AuthorAge
* 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