summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/x86_target_features.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already ...Craig Topper2019-11-061-3/+11
* [X86] Add ENQCMD instructionsPengfei Wang2019-06-061-0/+7
* [X86] Add VP2INTERSECT instructionsPengfei Wang2019-05-311-0/+10
* [X86] Stop implicitly enabling avx512vl when avx512bf16 is enabled.Craig Topper2019-05-161-2/+2
* Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-061-0/+15
* [X86] Only define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 in 64-bit mode.Craig Topper2019-03-141-2/+6
* This patch aims to match the changes introducedAlexander Ivchenko2018-05-181-4/+0
* [X86] Define __IBT__ when -mibt is specified.Craig Topper2018-01-261-2/+6
* [X86] Add rdpid command line option and intrinsics.Craig Topper2018-01-201-0/+3
* [x86][icelake][vbmi2]Coby Tayree2017-12-271-0/+21
* [x86][icelake][bitalg]Coby Tayree2017-12-271-0/+22
* [x86][icelake][vpclmulqdq]Coby Tayree2017-12-271-0/+9
* [x86][icelake][gfni]Coby Tayree2017-12-271-0/+5
* [x86][icelake][vaes]Coby Tayree2017-12-271-0/+11
* Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...Oren Ben Simhon2017-11-261-0/+4
* [X86][LWP] Add __LWP__ macro testsSimon Pilgrim2017-05-081-0/+8
* [X86] Add -mclflushopt/-mno-clflushopt command line support and __CLFLUSHOPT_...Craig Topper2017-02-081-0/+4
* [AVX-512] Make VBMI instruction set enabling imply that the BWI instruction s...Craig Topper2016-11-091-0/+6
* Clean up a couple more preprocessor tests to use match-full-lines.James Y Knight2016-04-011-46/+46
* [X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...Craig Topper2016-02-291-0/+30
* [X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defin...Craig Topper2015-10-151-0/+23
* Make the msse4/mno-sse4 flags aliases of the maximum sse valuesEric Christopher2015-03-251-0/+4
* [x86] Enable broadwell target in clang.Robert Khasanov2014-09-191-0/+8
* [SKX] Enabling SKX target (Skylake server chip) Robert Khasanov2014-07-301-0/+45
* Fix broken RUN linesNico Rieck2014-02-161-5/+5
* Enabling 3DNow! prefetch instruction support for a few AMD processors in theYunzhong Gao2013-10-161-0/+21
* Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 whenNick Lewycky2013-10-051-0/+4
* Adding -mtbm and -mno-tbm command line options to the clang front end for theYunzhong Gao2013-09-241-1/+9
* Add C intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-191-0/+17
* Disabling sse2 should disable aes and pclmul support.Craig Topper2013-09-191-0/+24
* Make F16C feature imply AVX. Matches GCC behavior.Craig Topper2013-09-161-0/+10
* Fix a bug where -msse followed by -mno-sse would leave MMX enabled.Craig Topper2013-09-111-0/+12
* Separate popcnt and sse4.2 feature control somewhat to match gcc behavior.Craig Topper2013-09-101-0/+12
* Add test cases for avx512 feature flags. Fix typo in avx512pf options.Craig Topper2013-08-221-1/+74
* Don't disable SSE4A when disabling AVX.Rafael Espindola2013-08-211-0/+13
* Centralize the logic for handling -m* options and fix pr16943.Rafael Espindola2013-08-201-0/+12
* Convert test to FileCheck.Rafael Espindola2013-07-041-27/+27
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-5/+3
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-3/+5
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-5/+3
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-3/+3
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-27/+27
* Handle -march for the LLVM recognized cpu names.Daniel Dunbar2009-05-061-0/+10
* More x86 target feature support.Daniel Dunbar2009-05-061-0/+25
OpenPOWER on IntegriCloud