aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor
AgeCommit message (Expand)Author
2012-07-05MIPS: Define __mips16 macro if -mips16 option is provided.Simon Atanasyan
2012-07-03Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall
2012-07-03Add additional architecture defines for PPC targets.Hal Finkel
2012-06-26preprocessing: gcc supports #line 0. So, treat thisFariborz Jahanian
2012-06-22Minor improvements to some C99 variadic-macro-related diagnostics.Richard Smith
2012-06-21Do not complain about junk on the end of a #endif in a skipped block. Such junkRichard Smith
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-15[-E] Emit a rewritten _Pragma on its own line.Jordan Rose
2012-06-15Fix PR13065.David Blaikie
2012-06-13Fix issue where a token paste which forms a /* or // would discard the rest ofRichard Smith
2012-06-11Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel
2012-06-09Add XOP feature flag.Craig Topper
2012-06-06Add pedantic warning -Wempty-translation-unit (C11 6.9p1).Jordan Rose
2012-06-05Mips: Define __mips_hard_float macro additional to __mips_single_floatSimon Atanasyan
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-10[preprocessor] Make sure that MacroExpands callbacks are always in source order.Argyrios Kyrtzidis
2012-05-09Pass a target triple explicitly to check platform specific macros definitions.Simon Atanasyan
2012-05-03Use the standard values for the __cplusplus macro, even when in GNU mode. GCCRichard Smith
2012-04-26Define __ANDROID__ macro on -androideabi targets.Evgeniy Stepanov
2012-04-26Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs.Craig Topper
2012-04-15Fix tests that weren't actually verifying anything.David Blaikie
2012-04-11Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith
2012-04-08Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth
2012-04-08Rephrase the preprocessor test to directly use CC1 and not botherChandler Carruth
2012-04-08FileCheck-ize this test.Chandler Carruth
2012-04-06MIPS: Move tests check float ABI macros definitions to the more appropriate p...Simon Atanasyan
2012-04-06MIPS: Add tests for predefined macros for MIPS targets.Simon Atanasyan
2012-04-05[Lex] Add support for 'user specified system frameworks' (see test case).Daniel Dunbar
2012-04-04[preprocessor] In Preprocessor::CachingLex() check whether there were more to...Argyrios Kyrtzidis
2012-04-03Correct handling of _Pragma macro inside a macro argument.Argyrios Kyrtzidis
2012-03-27[preprocessor] Handle correctly inclusion directives that have macro expansio...Argyrios Kyrtzidis
2012-03-19line endingsMatt Beaumont-Gay
2012-03-18Turns #import in MS Mode into an error.Aaron Ballman
2012-03-10Updated the test so that it checks for ms-compatibility in addition to ms-ext...Aaron Ballman
2012-03-10No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...Aaron Ballman
2012-03-02Adding support for #pragma include_alias in MS compatibility mode. This impl...Aaron Ballman
2012-03-02Fix an ABI problem with ptrdiff_t and intptr_t on PPC32Hal Finkel
2012-03-01Merge __has_attribute tests. Patch by Jonathan Sauer!Jean-Daniel Dupas
2012-03-01Implement double underscore names support in __has_attributeJean-Daniel Dupas
2012-03-01Revert r151800, which was committed without review and has correctness issues.Richard Smith
2012-03-01Implements support for #pragma include_alias in ms compatibility mode. Fixes...Aaron Ballman
2012-03-01Move suport for redefining operator keywords from -fms-extensions to -fms-com...Nico Weber
2012-02-29Allow operator keywords to be #defined in ms-ext mode.Nico Weber
2012-02-25Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (andRichard Smith
2012-02-02Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text.Ted Kremenek
2012-01-31Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix.Nico Weber
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman