summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/predefined-arch-macros.c
Commit message (Expand)AuthorAgeFilesLines
* Driver: Add support for -march=bdver3 on x86.Benjamin Kramer2013-11-041-0/+66
* Add preprocessor support for powerpc vsx.Eric Christopher2013-10-161-0/+7
* Remove an old, seemingly out of date, comment.Eric Christopher2013-10-161-3/+0
* Enabling 3DNow! prefetch instruction support for a few AMD processors in theYunzhong Gao2013-10-161-0/+8
* Adding -mtbm and -mno-tbm command line options to the clang front end for theYunzhong Gao2013-09-241-0/+2
* Add support for -march=slm, aka Intel Atom Silvermont.Benjamin Kramer2013-08-301-0/+36
* Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU.Craig Topper2013-08-211-0/+6
* Rename __AVX512__ to __AVX512F__Craig Topper2013-08-201-2/+2
* Add AVX-512 feature flag and knl cpu to clang.Craig Topper2013-08-201-0/+64
* Revert r188756 because some other changes snuck in with it.Craig Topper2013-08-201-64/+0
* Add AVX-512 feature flag and knl cpu to clang.Craig Topper2013-08-201-0/+64
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-27/+27
* Add support for -march=btver2.Benjamin Kramer2013-05-031-0/+46
* Add missing features for misc x86 CPUs to CPU feature translation. Patch by ...Eli Friedman2012-11-171-1/+160
* Add clang support of RTM from TSXMichael Liao2012-11-101-0/+2
* Wire up -mrdrnd for X86.Benjamin Kramer2012-07-071-0/+6
* Add XOP feature flag.Craig Topper2012-06-091-0/+3
* Add __POPCNT__ to test cases for corei7 and corei7-avxCraig Topper2012-06-031-0/+4
* Add fma feature flag for Intel FMA instructions.Craig Topper2012-06-031-0/+56
* Define __SSE4A__ when targeting new AMD CPUs.Benjamin Kramer2012-05-291-0/+42
* Pass a target triple explicitly to check platform specific macros definitions.Simon Atanasyan2012-05-091-0/+82
* Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs.Craig Topper2012-04-261-8/+4
* Generate tests for all of the x86 SIMD instruction feature setChandler Carruth2011-09-281-0/+244
* Add a little banner to this test. This lets my scripts more easilyChandler Carruth2011-09-281-0/+4
* Fix a think-o on my part that got enshrined in a FIXME by setting up theChandler Carruth2011-09-281-6/+3
* Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode.Chandler Carruth2011-09-281-0/+206
* Begin fixing Clang's predefined macros for various architectures. ThisChandler Carruth2011-09-281-0/+415
OpenPOWER on IntegriCloud