summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/xsaveoptintrin.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] Remove 'return' from a bunch of intrinsics that return void and use a ↵Craig Topper2018-05-301-2/+2
| | | | | | | | builtin that returns void. Found by running the intrinsic headers through -pedantic -ansi. llvm-svn: 333563
* [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
* Headers: Switch some headers to LF line endings for consistency.Peter Collingbourne2015-10-151-48/+48
| | | | llvm-svn: 250388
* [X86] Add XSAVE intrinsic familyAmjad Aboud2015-10-131-0/+48
Add intrinsics for the XSAVE instructions (XSAVE/XSAVE64/XRSTOR/XRSTOR64) XSAVEOPT instructions (XSAVEOPT/XSAVEOPT64) XSAVEC instructions (XSAVEC/XSAVEC64) XSAVES instructions (XSAVES/XSAVES64/XRSTORS/XRSTORS64) Differential Revision: http://reviews.llvm.org/D13014 llvm-svn: 250158
OpenPOWER on IntegriCloud