Age | Commit message (Expand) | Author |
---|---|---|
2012-06-04 | Remove the "-promote-elements" flag. This flag is now enabled by default. | Nadav Rotem |
2012-04-15 | When emulating vselect using OR/AND/XOR make sure to bitcast the result back ... | Nadav Rotem |
2012-01-03 | Revert 147426 because it caused pr11696. | Nadav Rotem |
2012-01-02 | Optimize the sequence blend(sign_extend(x)) to blend(shl(x)) since SSE blend ... | Nadav Rotem |
2011-09-17 | Synthesize x86 max/min instructions also for vectors (i.e. produce | Duncan Sands |
2011-09-14 | Add integer promotion support for vselect | Nadav Rotem |
2011-09-12 | Change testcase commandline to be more strict and silence buildbots | Bruno Cardoso Lopes |
2011-09-12 | Revert the wrong part of r139528, and fix testcases. | Bruno Cardoso Lopes |
2011-09-12 | Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't. | Bruno Cardoso Lopes |
2011-09-08 | Add AVX versions of blend vector operations and fix some issues noticed | Bruno Cardoso Lopes |