Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a... | Craig Topper | 2012-04-06 | 1 | -1/+2 |
* | Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD. | Craig Topper | 2012-02-07 | 1 | -1/+1 |
* | Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi... | Craig Topper | 2011-11-29 | 1 | -0/+8 |
* | Fix a bug in vpermilps mask checking. Fix PR10560 | Bruno Cardoso Lopes | 2011-08-10 | 1 | -0/+6 |
* | Fix two tests that I crashed in the previous commits. The mask elts | Bruno Cardoso Lopes | 2011-07-29 | 1 | -1/+1 |
* | Match VPERMIL masks more strictly and update the target specific mask | Bruno Cardoso Lopes | 2011-07-29 | 1 | -0/+10 |
* | Add v8i32 and v4i64 vpermil patterns | Bruno Cardoso Lopes | 2011-07-29 | 1 | -0/+13 |
* | The vpermilps and vpermilpd have different behaviour regarding the | Bruno Cardoso Lopes | 2011-07-27 | 1 | -0/+16 |