summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/avx-shuffle-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* Update test that relies on the optimizer to match new output.Michael Kuperstein2016-12-281-13/+3
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-3/+1
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-141-0/+1
* [X86] Add _mm256_set_m128 and its 5 variants.Michael Kuperstein2015-05-201-0/+35
* Adding back a CHECK that works with r233110Sanjay Patel2015-03-241-1/+2
* Removing a CHECK that is about to go wrong.Sanjay Patel2015-03-241-2/+1
* fixed vperm2* intrinsics to check for shufflesSanjay Patel2015-03-201-3/+3
* [X86, AVX] replace vextractf128 intrinsics with generic shufflesSanjay Patel2015-03-121-4/+42
* [X86, AVX] Replace vinsertf128 intrinsics with generic shuffles.Sanjay Patel2015-03-101-0/+39
* Implement AVX1 vbroadcast intrinsics with vector initializersAdam Nemet2014-05-291-0/+34
* Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper2012-04-171-3/+3
* Fix shuffle vector calculation for mm_permute_ps. Fixes PR 12401.Craig Topper2012-03-301-0/+7
* Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builti...Craig Topper2012-02-081-0/+18
* Remove vpermilp* builtins. Same effect can be achieved with builtin_shuffleve...Craig Topper2012-02-081-0/+24
* Add testcase for r138411Bruno Cardoso Lopes2011-08-241-0/+16