summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/bmi2-builtins.c
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Add guards to some of the x86 intrinsic tests to skip 64-bit mode only ↵Craig Topper2019-07-101-0/+2
| | | | | | | | | | intrinsics when compiled for 32-bit mode. All the command lines are for 64-bit mode, but sometimes I compile the tests in 32-bit mode to see what assembly we get and we need to skip these to do that. llvm-svn: 365668
* [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] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-4/+2
| | | | | | | | | | | | The X86 clang/test/CodeGen/*builtins.c tests define the mm_malloc.h include guard as a hack for avoiding its inclusion (mm_malloc.h requires a hosted environment since it expects stdlib.h to be available - which is not the case in these internal clang codegen tests). This patch removes this hack and instead passes -ffreestanding to clang cc1. Differential Revision: https://reviews.llvm.org/D24825 llvm-svn: 282581
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-141-5/+5
| | | | | | about optimization options. llvm-svn: 250271
* Adjust the rest of the tests due to r224849.David Majnemer2014-12-261-2/+2
| | | | llvm-svn: 224865
* Update tests due to r224849David Majnemer2014-12-261-1/+1
| | | | | | Inferring nuw caused some clang tests to change their output. llvm-svn: 224851
* Add intrinsic of MULX in BMI2 headerMichael Liao2012-10-051-0/+17
| | | | llvm-svn: 165325
* Add BMI2 intrinsics.Craig Topper2011-12-261-0/+36
llvm-svn: 147275
OpenPOWER on IntegriCloud