Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [X86] NFC Include immintrin.h in CodeGen tests | Gabor Buella | 2018-05-24 | 1 | -1/+1 |
| | | | | | | | Following r333110: "Move all Intel defined intrinsic includes into immintrin.h" llvm-svn: 333160 | ||||
* | [X86] Add rdpid command line option and intrinsics. | Craig Topper | 2018-01-20 | 1 | -0/+10 |
Summary: This patch adds -mrdpid/-mno-rdpid and the rdpid intrinsic. The corresponding LLVM commit has already been made. Reviewers: RKSimon, spatel, zvi, AndreiGrischenko Reviewed By: RKSimon Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D42272 llvm-svn: 323047 |