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] wbnoinvd intrinsic | Gabor Buella | 2018-04-11 | 1 | -0/+9 |
The WBNOINVD instruction writes back all modified cache lines in the processor’s internal cache to main memory but does not invalidate (flush) the internal caches. Reviewers: craig.topper, zvi, ashlykov Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D43817 llvm-svn: 329848 |