Reid Kleckner
66e7717b46
Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows platforms"
...
This reverts commit r278783. It breaks usage of _xgetbv on Windows.
llvm-svn: 278814
2016-08-16 16:04:14 +00:00
Marina Yatsina
197b65f833
[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows platforms
...
commit on behalf of guyblank
Differential Revision: https://reviews.llvm.org/D21959
llvm-svn: 278783
2016-08-16 08:13:36 +00:00
Eric Christopher
abb2b54ad3
After PR28761 use -Wall with -Werror in builtins tests to identify
...
possible problems in headers.
llvm-svn: 277696
2016-08-04 06:02:50 +00:00
Dimitry Andric
b1aa87e120
Fix several accidental DOS line endings in source files
...
Summary:
There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings.
There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those.
Reviewers: joerg, aaron.ballman
Subscribers: aaron.ballman, cfe-commits
Differential Revision: http://reviews.llvm.org/D15849
llvm-svn: 256704
2016-01-03 15:55:40 +00:00
Eric Christopher
abde1c2b51
The target-feature command line option doesn't take a comma delimited
...
string, so split them into multiple options.
llvm-svn: 250449
2015-10-15 20:04:42 +00:00
Amjad Aboud
2b9b8a5921
[X86] Add XSAVE intrinsic family
...
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
2015-10-13 12:29:35 +00:00