summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* clang/test/Preprocessor/init.c: Split conditions to win32 and non-win32.NAKAMURA Takumi2014-02-251-1/+5
* If preprocessing results in a token with leading whitespace that was expandedRichard Smith2014-02-241-1/+1
* If the first token in a macro that appears at the start of a line expands toRichard Smith2014-02-241-1/+8
* Implement -fno-short-wcharRichard Barton2014-02-241-0/+6
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-241-5/+105
* Update __cplusplus to match the value in the C++14 DIS preview (D3937).Richard Smith2014-02-241-2/+2
* Expand macros in pragmas with -fms-extensions and -EReid Kleckner2014-02-201-0/+20
* Add missing test file for r201615Reid Kleckner2014-02-181-0/+3
* Fix false positives in -Wmsvc-include by continuing header searchReid Kleckner2014-02-182-1/+5
* Fix broken CHECK linesNico Rieck2014-02-162-2/+2
* Fix broken RUN linesNico Rieck2014-02-161-5/+5
* Move test inputs into the Inputs directory (improvement/fix to r201419)David Blaikie2014-02-153-1/+1
* If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Fo...Argyrios Kyrtzidis2014-02-143-0/+12
* Enable AArch64 NEON by default.Jiangning Liu2014-02-141-2/+2
* Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__David Majnemer2014-02-091-0/+26
* Fix the range for Malayam UCNs in C99.Joey Gouly2014-02-051-1/+1
* Fix whitespace handling in empty macro expansionsJustin Bogner2014-02-041-3/+33
* Fix whitespace handling in empty macro argumentsJustin Bogner2014-02-041-0/+7
* Fix whitespace handling in ## operatorJustin Bogner2014-02-042-3/+17
* Test pre-defined macros of aarch64-netbsd.Joerg Sonnenberger2014-02-021-0/+100
* Revert "Fix assertion failures on annot_* tokens in clang -E"Ben Langmuir2014-01-303-10/+0
* Fix assertion failures on annot_* tokens in clang -EBen Langmuir2014-01-303-0/+10
* [Mips] Fix __mips macro definition.Simon Atanasyan2014-01-271-4/+4
* [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...Simon Atanasyan2014-01-271-12/+12
* [Mips] Add tests to check MIPS arch macros.Simon Atanasyan2014-01-271-0/+44
* PR18465: [Thumbv8] add predefined macrosWeiming Zhao2014-01-221-0/+20
* [ARM] Add ACLE enum/wchar size predefinesBradley Smith2014-01-201-0/+9
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-161-0/+5
* Move a bunch of tests to directly use the CC1 layer. This at least savesChandler Carruth2014-01-151-1/+1
* __has_attribute now understands target-specific attributes. So when you ask w...Aaron Ballman2014-01-091-1/+11
* Move MS header search test inputs to Inputs/Reid Kleckner2013-12-276-4/+4
* Implement MSVC header search algorithm in MicrosoftMode.Will Wilson2013-12-276-0/+27
* Added support for mcpu kraitAna Pazos2013-12-061-0/+10
* [ARM] Enable FeatureMP for Cortex-A5 by default.Amara Emerson2013-11-251-0/+22
* Add support for Cortex-A12.Richard Barton2013-11-221-0/+20
* [ARM] add basic support for Cortex-A7 and VFPv4 to ClangArtyom Skrobov2013-11-211-0/+25
* Clean up predefined macros for AArch64 to follow ACLE 2.0.Jiangning Liu2013-11-191-14/+19
* [Mips] Add tests for MIPS/MIPS64 type defines and type limits macros. NoSimon Atanasyan2013-11-141-0/+214
* XCore target Type defines.Robert Lytton2013-11-121-4/+4
* Darwin(ish): we don't want __ARM_EABI__ even on v7a embedded targets.Tim Northover2013-11-111-0/+7
* NetBSD 6.99.26 switched to default rounding mode, so adjustJoerg Sonnenberger2013-11-111-0/+210
* Make test run reliablyAlp Toker2013-11-051-3/+2
* Simplify test case added in r194059David Majnemer2013-11-051-1/+1
* Lex: Require that '#' be followed by a macro parameter name when preceded by ...David Majnemer2013-11-051-0/+2
* Driver: Add support for -march=bdver3 on x86.Benjamin Kramer2013-11-041-0/+66
* ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2013-10-291-0/+3
* Add driver support for FP, SIMD and crypto defaults.Bernard Ogden2013-10-241-0/+17
* Set the default hardware division features for ARM cpus. Also set it as defau...Silviu Baranga2013-10-211-0/+126
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-211-0/+20
* Lex: Don't restrict legal UCNs when preprocessing assemblyJustin Bogner2013-10-211-0/+3
OpenPOWER on IntegriCloud