summaryrefslogtreecommitdiff
path: root/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* Rename -Wmsvc-include to -Wmicrosoft-include, now that -Wmicrosoft is split up.Nico Weber2015-07-283-4/+4
* Fix what looks like accidentally repeated file contents. No behavior change.Nico Weber2015-07-282-6/+0
* [Targets] Define _M_AMD64 and _M_X64 to a more appropriate valueDavid Majnemer2015-07-261-2/+2
* ARM: actually define __ARM_ARCH_7S__ for the armv7s sliceTim Northover2015-07-211-1/+8
* Allow case-insensitive values for -mtune for AArch64 target in line with GCC.Gabor Ballabas2015-07-201-0/+5
* R600: Add macro defs for all supported OpenCL extensionsTom Stellard2015-07-171-1/+8
* [Targets] Define __BOOL_DEFINED for Windows targets in C++ modeDavid Majnemer2015-07-151-0/+2
* Avoid false positive/negative test results from line directive interference.NFC.Chad Rosier2015-06-261-5/+8
* Add __nonnull/__nullable/__null_unspecified predefines for Darwin.Douglas Gregor2015-06-241-0/+12
* Allow case-insensitive values for -march for AArch64 target in line with GCC.Gabor Ballabas2015-06-181-0/+4
* Commit some test changes somehow missed in r239789.Richard Smith2015-06-161-1/+1
* According to the OpenMP spec, all the preprocessor macros should be Samuel Antao2015-06-151-0/+31
* Allow case-insensitive values for -mcpu for AArch64 target in line with GCC.Gabor Ballabas2015-06-121-0/+6
* [ARM] Use TargetParser to determine FPU subtarget featuresJohn Brawn2015-06-051-2/+2
* [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on Linux.James Y Knight2015-06-041-7/+16
* ARM: fix ACLE predefine for iOS's "-arch armv7s".Tim Northover2015-05-291-0/+1
* [Basic] Define __declspec for cygwinDavid Majnemer2015-05-281-0/+10
* Bug fix for PR23577 (https://llvm.org/bugs/show_bug.cgi?id=23577#c0).Alexander Musman2015-05-251-1/+44
* Testing for the fix for bug 23429.Nemanja Ivanovic2015-05-141-0/+13
* [ARM] Add v8.1a architectureVladimir Sukharev2015-05-141-0/+5
* [Sparc] Add support for 'sparcel' to clang.Douglas Katzman2015-05-111-0/+33
* Disable __has_cpp_attribute when not compiling in C++ mode. As this feature t...Aaron Ballman2015-05-111-1/+4
* [MSVC] Mimic MSVC whitespace collapse for incompatible token pastingWill Wilson2015-04-171-0/+7
* [AArch64] Add v8.1a architectureVladimir Sukharev2015-04-161-0/+8
* [Mips] Generate warning for invalid '-mnan' and '-march' combinationsPetar Jovanovic2015-04-141-1/+6
* [ARM] add support for Cortex-R4/R4FJaved Absar2015-04-091-0/+18
* Set the type of ptrdiff_t to signed on NVPTX targetsEli Bendersky2015-04-011-3/+3
* Set NVPTX64 target's size_t to match other 64-bit targetsEli Bendersky2015-04-011-8/+8
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-011-0/+27
* [SystemZ] Fix definition of IntMaxType / Int64TypeUlrich Weigand2015-03-302-26/+26
* [lex] Don't create a garbage token if parsing of __has_include fails.Benjamin Kramer2015-03-291-0/+12
* Make the msse4/mno-sse4 flags aliases of the maximum sse valuesEric Christopher2015-03-251-0/+4
* Disable this test for PS4 target because PS4 issues different diagnostics.Yunzhong Gao2015-03-251-0/+1
* Adds a warning for unrecognized argument to #pragma comment() on PS4.Yunzhong Gao2015-03-231-0/+27
* Lex: Don't call getIdentifierInfo on annotation tokensDavid Majnemer2015-03-181-0/+8
* [PowerPC] ABI support for the QPX vector instruction setHal Finkel2015-03-111-0/+1
* Add target information for CloudABI on x86-64.Ed Schouten2015-03-111-0/+305
* Add Clang support for PPC cryptography builtinsNemanja Ivanovic2015-03-041-0/+6
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwind instructions.Renato Golin2015-02-271-0/+7
* AMDGCN: Define cl_khr_fp64 when compiling OpenCL programsTom Stellard2015-02-271-0/+3
* Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner2015-02-261-6/+6
* Commit patch for PR19649. Set the correct sign of wide character for literals...Michael Wong2015-02-242-0/+12
* Add C11 *_DECIMAL_DIG.Ed Schouten2015-02-231-37/+40
* [Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA namesSimon Atanasyan2015-02-201-0/+36
* [ARM] Add missing M/R class CPUsBradley Smith2015-02-181-0/+13
* [mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64Vasileios Kalintiris2015-02-121-2/+2
* Preprocessor: support __BIGGEST_ALIGNMENT__ macroTim Northover2015-02-061-0/+224
* Teaches the Clang driver to accept Cortex-A72Renato Golin2015-02-041-0/+2
* No longer SCE_PRIVATE ;)Sean Silva2015-01-271-1/+0
* Begin to teach clang about the PS4.Alex Rosenberg2015-01-271-0/+114