summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
...
* [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-201-1/+1
* [Hexagon] Define macros __HVX__ and __HVXDBL__ when appropriateKrzysztof Parzyszek2016-04-181-0/+26
* [ARM] predefines __ELF__ macro for arm-none-eabiWeiming Zhao2016-04-181-0/+3
* Improve diagnostic for the case when a non-defined function-like macro is usedRichard Smith2016-04-162-4/+17
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-3/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+3
* Revert "Set the default C standard to C99 when targeting the PS4."Sean Silva2016-04-061-1/+0
* [X86] Introduction of -march=lakemont.Andrey Turetskiy2016-04-051-0/+12
* Consolidate and improve the handling of built-in feature-like macrosAndy Gibbs2016-04-054-8/+49
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-041-0/+1
* Clean up a couple more preprocessor tests to use match-full-lines.James Y Knight2016-04-014-434/+434
* Diagnose missing macro argument following charize operator.Andy Gibbs2016-04-011-1/+12
* [lanai] Add Lanai backend to clang driver.Jacques Pienaar2016-03-281-0/+3
* Combine identical check-prefixes in Clang test/Preprocessor/arm-target-featur...Artyom Skrobov2016-03-231-149/+75
* [ARM] Clang tests for ARM Cortex-A32 supportRenato Golin2016-03-211-10/+12
* Add more ARM Cortex-R8 regression tests to Clang.Pablo Barrio2016-03-162-10/+13
* Myriad: define __myriad2 macro automaticallyDouglas Katzman2016-03-151-1/+10
* Test commit - Remove some trailing whitespacePablo Barrio2016-03-151-1/+1
* Define __has_cpp_attribute(fallthrough) to a more reasonable value. (What yea...Richard Smith2016-03-081-0/+10
* [X86] AMD Bobcat CPU (btver1) doesn't support XSAVE Simon Pilgrim2016-03-051-2/+0
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-43/+45
* [ARM] Add Clang targeting for ARMv8-M Baseline/MainlineBradley Smith2016-03-031-0/+36
* [X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...Craig Topper2016-02-292-0/+34
* AMDGPU: Fix broken/confusing predefined macroMatt Arsenault2016-02-271-0/+14
* Basic: fix __USER_LABEL_PREFIX__ on CygwinSaleem Abdulrasool2016-02-261-0/+7
* AArch64: fix Cyclone CPU features list.Tim Northover2016-02-241-3/+3
* Added SKL and CNL processors and features to ClangElena Demikhovsky2016-02-211-2/+140
* Accept "-Weverything" in clang diagnistic pragmasSunil Srivastava2016-02-133-0/+68
* Relax recently added clang version checks.Tim Northover2016-02-111-11/+11
* [Driver] Add support for Qualcomm's Kryo CPU.Chad Rosier2016-02-111-0/+2
* Use new --match-full-lines FileCheck feature for Preprocessor/init.c.James Y Knight2016-02-111-1008/+1008
* [ARM] Add command-line options for ARMv8.2-AOliver Stannard2016-02-111-0/+6
* Fixed preprocessed output of the first token for pragmas.Alexey Bataev2016-02-091-0/+6
* [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macrosUlrich Weigand2016-02-051-0/+8
* [x86] Correct setting of WIntType for MCU targetAndrey Bokhanko2016-02-041-0/+1
* Add -nocudainc option to CUDA preprocessor test.Samuel Antao2016-02-041-5/+5
* Adding a test for PR25717.Yunzhong Gao2016-01-271-0/+17
* Do not define GXX_RTTI macro for C.Yunzhong Gao2016-01-261-5/+8
* [MSVC Compat] Accept elided commas in macro function argumentsEhsan Akhgari2016-01-221-0/+9
* Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.Nico Weber2016-01-191-2/+24
* When copying whitespace flags from the token naming a macro argument onto theRichard Smith2016-01-151-0/+6
* [CUDA] Add tests for compiling CUDA files with -E.Justin Lebar2016-01-141-0/+32
* Correct setting of UserLabelPrefix for MCU target.Andrey Bokhanko2016-01-141-0/+1
* [AArch64] Teaches clang about Samsung Exynos-M1MinSeong Kim2016-01-051-0/+2
* Emit a -Wmicrosoft warning when pasting /##/ into a comment token in MS mode.Nico Weber2015-12-291-2/+5
* [mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.Daniel Sanders2015-12-221-0/+12
* Teaches clang about Cortex-A35.Christof Douma2015-12-021-0/+2
* ARM v8.1a adds Advanced SIMD instructions for Rounding Double MultiplyAlexandros Lamprineas2015-11-292-0/+4
* [WebAssembly] Change long double to be quadruple-precision floating point.Dan Gohman2015-11-101-24/+24
* Add the variant of __sparc_v9__ with five underscores, not just four.Joerg Sonnenberger2015-11-101-0/+3
OpenPOWER on IntegriCloud