aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/avx-vpermil.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-54/+0
* X86: Make shuffle -> shift conversion more aggressive about undefs.Benjamin Kramer2013-05-171-1/+1
* X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer2013-03-071-2/+2
* Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...Craig Topper2012-04-061-1/+2
* Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.Craig Topper2012-02-071-1/+1
* Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...Craig Topper2011-11-291-0/+8
* Fix a bug in vpermilps mask checking. Fix PR10560Bruno Cardoso Lopes2011-08-101-0/+6
* Fix two tests that I crashed in the previous commits. The mask eltsBruno Cardoso Lopes2011-07-291-1/+1
* Match VPERMIL masks more strictly and update the target specific maskBruno Cardoso Lopes2011-07-291-0/+10
* Add v8i32 and v4i64 vpermil patternsBruno Cardoso Lopes2011-07-291-0/+13
* The vpermilps and vpermilpd have different behaviour regarding theBruno Cardoso Lopes2011-07-271-0/+16