summaryrefslogtreecommitdiff
path: root/test/CodeGen/avx-shuffle-builtins.c
AgeCommit message (Expand)Author
2016-12-28Update test that relies on the optimizer to match new output.Michael Kuperstein
2016-09-28[X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen
2015-10-14Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher
2015-05-20[X86] Add _mm256_set_m128 and its 5 variants.Michael Kuperstein
2015-03-24Adding back a CHECK that works with r233110Sanjay Patel
2015-03-24Removing a CHECK that is about to go wrong.Sanjay Patel
2015-03-20fixed vperm2* intrinsics to check for shufflesSanjay Patel
2015-03-12[X86, AVX] replace vextractf128 intrinsics with generic shufflesSanjay Patel
2015-03-10[X86, AVX] Replace vinsertf128 intrinsics with generic shuffles.Sanjay Patel
2014-05-29Implement AVX1 vbroadcast intrinsics with vector initializersAdam Nemet
2012-04-17Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper
2012-03-30Fix shuffle vector calculation for mm_permute_ps. Fixes PR 12401.Craig Topper
2012-02-08Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builti...Craig Topper
2012-02-08Remove vpermilp* builtins. Same effect can be achieved with builtin_shuffleve...Craig Topper
2011-08-24Add testcase for r138411Bruno Cardoso Lopes