summaryrefslogtreecommitdiff
path: root/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Mips] Fix type of 64-bit integer in case of MIPS N64 ABISimon Atanasyan2015-01-222-58/+672
* [Mips] Define macros `__mips_isa_rev` in case of mips32r6/mips64r6 optionsSimon Atanasyan2015-01-151-0/+18
* [multilib] Teach Clang's code about multilib by threadingChandler Carruth2014-12-291-1/+1
* Lex: Don't let annotation tokens get into macro expansionDavid Majnemer2014-12-281-0/+5
* Fixed warnings on redefine keywords and reserved ids.Serge Pavlov2014-12-184-19/+110
* Move -Wkeyword-macro into -pedantic, remove -Wreserved-id-macro.Nico Weber2014-12-162-14/+14
* Preprocessor: Recover instead of mutating a token in ExpandBuiltinMacroDavid Majnemer2014-12-151-1/+8
* Do not warn on keyword undefSerge Pavlov2014-12-122-0/+50
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-111-0/+2