summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtin-clflushopt.c
Commit message (Collapse)AuthorAgeFilesLines
* [X86] NFC Include immintrin.h in CodeGen testsGabor Buella2018-05-241-1/+1
| | | | | | | Following r333110: "Move all Intel defined intrinsic includes into immintrin.h" llvm-svn: 333160
* [X86] Use -ffreestanding instead of using the mm_malloc.h include guard hack ↵Craig Topper2017-10-121-3/+3
| | | | | | on more of the builtin tests. llvm-svn: 315594
* [X86] Clzero flag addition and inclusion under znver1Craig Topper2017-02-091-1/+1
| | | | | | | | | | | | | 1. Adds the command line flag for clzero. 2. Includes the clzero flag under znver1. 3. Defines the macro for clzero. 4. Adds a new file which has the intrinsic definition for clzero instruction. Patch by Ganesh Gopalasubramanian with some additional tests from me. Differential revision: https://reviews.llvm.org/D29386 llvm-svn: 294559
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-1/+1
| | | | | | possible problems in headers. llvm-svn: 277696
* [Clang][Feature] Adding CLFLUSHOPT feature and intrinsic to clangMichael Zuckerman2016-07-051-0/+9
Differential Revision: http://reviews.llvm.org/D21792 llvm-svn: 274559
OpenPOWER on IntegriCloud