summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/x86_target_features.c
Commit message (Expand)AuthorAgeFilesLines
* [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