aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-vpermil.ll
AgeCommit message (Expand)Author
2013-03-07X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer
2012-04-06Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...Craig Topper
2012-02-07Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.Craig Topper
2011-11-29Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...Craig Topper
2011-08-10Fix a bug in vpermilps mask checking. Fix PR10560Bruno Cardoso Lopes
2011-07-29Fix two tests that I crashed in the previous commits. The mask eltsBruno Cardoso Lopes
2011-07-29Match VPERMIL masks more strictly and update the target specific maskBruno Cardoso Lopes
2011-07-29Add v8i32 and v4i64 vpermil patternsBruno Cardoso Lopes
2011-07-27The vpermilps and vpermilpd have different behaviour regarding theBruno Cardoso Lopes