Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the builtin headers to use the new license file header. | Chandler Carruth | 2019-04-08 | 1 | -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 Topper | 2018-05-30 | 1 | -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 Topper | 2018-05-04 | 1 | -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 Collingbourne | 2015-10-15 | 1 | -48/+48 |
| | | | | llvm-svn: 250388 | ||||
* | [X86] Add XSAVE intrinsic family | Amjad Aboud | 2015-10-13 | 1 | -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 |