summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx2-builtins.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a few more AVX2 intrinsics and fix the type strings on a couple SSE ↵Craig Topper2011-12-211-0/+10
| | | | | | intrinsics. llvm-svn: 147048
* Add AVX2 horizontal add/sub intrinsics.Craig Topper2011-12-211-0/+30
| | | | llvm-svn: 147047
* Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove ↵Craig Topper2011-12-201-0/+60
| | | | | | unneeded builtins for SSE pcmp. Change SSE pcmpeqq and pcmpgtq to not use builtins and just use vector == and >. llvm-svn: 146969
* Attempt to fix test in Release builds.Eli Friedman2011-12-191-1/+1
| | | | llvm-svn: 146898
* Add AVX2 intrinsics for and, andn, or, and xor.Craig Topper2011-12-191-0/+21
| | | | llvm-svn: 146862
* More AVX2 intrinsic support including saturating add/sub and palignr.Craig Topper2011-12-191-0/+50
| | | | llvm-svn: 146857
* Begin adding AVX2 intrinsics. Necessitated increasing the number of bits ↵Craig Topper2011-12-191-0/+86
used to store builtinID when serializing identifier table. llvm-svn: 146855
OpenPOWER on IntegriCloud