summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/clflushoptintrin.h
Commit message (Collapse)AuthorAgeFilesLines
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-17/+3
| | | | | | | | | | | | | | | | | | Summary: These all had somewhat custom file headers with different text from the ones I searched for previously, and so I missed them. Thanks to Hal and Kristina and others who prompted me to fix this, and sorry it took so long. Reviewers: hfinkel Subscribers: mcrosier, javed.absar, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D60406 llvm-svn: 357941
* [X86] Fix some inconsistent formatting in the first line of our intrinsics ↵Craig Topper2018-05-041-1/+1
| | | | | | | | headers. Some were too long and some were too short. llvm-svn: 331559
* [X86] Correct type for argument to clflushopt intrinsic.Craig Topper2017-10-111-1/+1
| | | | | | | | | | | | | | Summary: According to Intel docs this should take void const *. We had char*. The lack of const is the main issue. Reviewers: RKSimon, zvi, igorb Reviewed By: igorb Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D38782 llvm-svn: 315470
* [Clang][Feature] Adding CLFLUSHOPT feature and intrinsic to clangMichael Zuckerman2016-07-051-0/+41
Differential Revision: http://reviews.llvm.org/D21792 llvm-svn: 274559
OpenPOWER on IntegriCloud