summaryrefslogtreecommitdiff
path: root/test/Preprocessor/predefined-arch-macros.c
AgeCommit message (Expand)Author
2016-02-05[SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macrosUlrich Weigand
2015-11-10Add the variant of __sparc_v9__ with five underscores, not just four.Joerg Sonnenberger
2015-11-09Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8Joerg Sonnenberger
2015-10-15[X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defin...Craig Topper
2015-10-01[PowerPC] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_* macros on all PPC coresHal Finkel
2015-07-30Add support for System z vector language extensionsUlrich Weigand
2015-05-14Testing for the fix for bug 23429.Nemanja Ivanovic
2015-05-11[Sparc] Add support for 'sparcel' to clang.Douglas Katzman
2015-04-01[SystemZ] Support transactional execution on zEC12Ulrich Weigand
2015-03-04Add Clang support for PPC cryptography builtinsNemanja Ivanovic
2014-11-06[X86] Slightly refactor default features for AMD bdver cpus (NFC). Also add m...Andrea Di Biagio
2014-10-10[PowerPC] Add feature for Power8 vector extensionsBill Schmidt
2014-09-19[x86] Enable broadwell target in clang.Robert Khasanov
2014-07-30[SKX] Enabling SKX target (Skylake server chip) Robert Khasanov
2014-05-02Add support for -march=bdver4.Benjamin Kramer
2013-11-04Driver: Add support for -march=bdver3 on x86.Benjamin Kramer
2013-10-16Add preprocessor support for powerpc vsx.Eric Christopher
2013-10-16Remove an old, seemingly out of date, comment.Eric Christopher
2013-10-16Enabling 3DNow! prefetch instruction support for a few AMD processors in theYunzhong Gao
2013-09-24Adding -mtbm and -mno-tbm command line options to the clang front end for theYunzhong Gao
2013-08-30Add support for -march=slm, aka Intel Atom Silvermont.Benjamin Kramer
2013-08-21Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU.Craig Topper
2013-08-20Rename __AVX512__ to __AVX512F__Craig Topper
2013-08-20Add AVX-512 feature flag and knl cpu to clang.Craig Topper
2013-08-20Revert r188756 because some other changes snuck in with it.Craig Topper
2013-08-20Add AVX-512 feature flag and knl cpu to clang.Craig Topper
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-05-03Add support for -march=btver2.Benjamin Kramer
2012-11-17Add missing features for misc x86 CPUs to CPU feature translation. Patch by ...Eli Friedman
2012-11-10Add clang support of RTM from TSXMichael Liao
2012-07-07Wire up -mrdrnd for X86.Benjamin Kramer
2012-06-09Add XOP feature flag.Craig Topper
2012-06-03Add __POPCNT__ to test cases for corei7 and corei7-avxCraig Topper
2012-06-03Add fma feature flag for Intel FMA instructions.Craig Topper
2012-05-29Define __SSE4A__ when targeting new AMD CPUs.Benjamin Kramer
2012-05-09Pass a target triple explicitly to check platform specific macros definitions.Simon Atanasyan
2012-04-26Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs.Craig Topper
2011-09-28Generate tests for all of the x86 SIMD instruction feature setChandler Carruth
2011-09-28Add a little banner to this test. This lets my scripts more easilyChandler Carruth
2011-09-28Fix a think-o on my part that got enshrined in a FIXME by setting up theChandler Carruth
2011-09-28Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode.Chandler Carruth
2011-09-28Begin fixing Clang's predefined macros for various architectures. ThisChandler Carruth