Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests after change to llvm-cxxfilt's underscore stripping behaviour. | Tim Northover | 2019-11-20 | 1 | -2/+2 |
| | |||||
* | Fix reliance on lax vector conversions in tests for x86 intrinsics. | Richard Smith | 2019-09-17 | 1 | -1/+1 |
| | | | | llvm-svn: 372062 | ||||
* | [PowerPC] [Clang] Port SSE3, SSSE3 and SSE4 intrinsics to PowerPC | Qiu Chaofan | 2019-08-09 | 1 | -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 |