summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ppc-smmintrin.c
Commit message (Collapse)AuthorAgeFilesLines
* Update tests after change to llvm-cxxfilt's underscore stripping behaviour.Tim Northover2019-11-201-2/+2
|
* Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith2019-09-171-1/+1
| | | | llvm-svn: 372062
* [PowerPC] [Clang] Port SSE3, SSSE3 and SSE4 intrinsics to PowerPCQiu Chaofan2019-08-091-0/+118
Port existing headers which include x86 intrinsics implementation to PowerPC platform (using Altivec), along with tests. Also, tests about including these intrinsic headers are combined. The headers are mainly developed by Steven Munroe, with contributions from Paul Clarke, Bill Schmidt, Jinsong Ji and Zixuan Wu. Reviewed By: Jinsong Ji Differential Revision: https://reviews.llvm.org/D65630 llvm-svn: 368392
OpenPOWER on IntegriCloud