index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Preprocessor
Age
Commit message (
Expand
)
Author
2012-07-05
MIPS: Define __mips16 macro if -mips16 option is provided.
Simon Atanasyan
2012-07-03
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
David Chisnall
2012-07-03
Add additional architecture defines for PPC targets.
Hal Finkel
2012-06-26
preprocessing: gcc supports #line 0. So, treat this
Fariborz Jahanian
2012-06-22
Minor improvements to some C99 variadic-macro-related diagnostics.
Richard Smith
2012-06-21
Do not complain about junk on the end of a #endif in a skipped block. Such junk
Richard Smith
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-15
[-E] Emit a rewritten _Pragma on its own line.
Jordan Rose
2012-06-15
Fix PR13065.
David Blaikie
2012-06-13
Fix issue where a token paste which forms a /* or // would discard the rest of
Richard Smith
2012-06-11
Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...
Hal Finkel
2012-06-09
Add XOP feature flag.
Craig Topper
2012-06-06
Add pedantic warning -Wempty-translation-unit (C11 6.9p1).
Jordan Rose
2012-06-05
Mips: Define __mips_hard_float macro additional to __mips_single_float
Simon Atanasyan
2012-06-03
Add __POPCNT__ to test cases for corei7 and corei7-avx
Craig Topper
2012-06-03
Add fma feature flag for Intel FMA instructions.
Craig Topper
2012-05-29
Define __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-09
Pass a target triple explicitly to check platform specific macros definitions.
Simon Atanasyan
2012-05-03
Use the standard values for the __cplusplus macro, even when in GNU mode. GCC
Richard Smith
2012-04-26
Define __ANDROID__ macro on -androideabi targets.
Evgeniy Stepanov
2012-04-26
Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs.
Craig Topper
2012-04-15
Fix tests that weren't actually verifying anything.
David Blaikie
2012-04-11
Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's
Richard Smith
2012-04-08
Teach Clang about PIE compilations. This is the first step of PR12380.
Chandler Carruth
2012-04-08
Rephrase the preprocessor test to directly use CC1 and not bother
Chandler Carruth
2012-04-08
FileCheck-ize this test.
Chandler Carruth
2012-04-06
MIPS: Move tests check float ABI macros definitions to the more appropriate p...
Simon Atanasyan
2012-04-06
MIPS: 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-03
Correct 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-19
line endings
Matt Beaumont-Gay
2012-03-18
Turns #import in MS Mode into an error.
Aaron Ballman
2012-03-10
Updated the test so that it checks for ms-compatibility in addition to ms-ext...
Aaron Ballman
2012-03-10
No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...
Aaron Ballman
2012-03-02
Adding support for #pragma include_alias in MS compatibility mode. This impl...
Aaron Ballman
2012-03-02
Fix an ABI problem with ptrdiff_t and intptr_t on PPC32
Hal Finkel
2012-03-01
Merge __has_attribute tests. Patch by Jonathan Sauer!
Jean-Daniel Dupas
2012-03-01
Implement double underscore names support in __has_attribute
Jean-Daniel Dupas
2012-03-01
Revert r151800, which was committed without review and has correctness issues.
Richard Smith
2012-03-01
Implements support for #pragma include_alias in ms compatibility mode. Fixes...
Aaron Ballman
2012-03-01
Move suport for redefining operator keywords from -fms-extensions to -fms-com...
Nico Weber
2012-02-29
Allow operator keywords to be #defined in ms-ext mode.
Nico Weber
2012-02-25
Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and
Richard Smith
2012-02-02
Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text.
Ted Kremenek
2012-01-31
Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix.
Nico Weber
2012-01-20
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-13
Revert r148138; it's causing test failures.
Eli Friedman
[prev]
[next]