index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Preprocessor
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: initial NEON support
Tim Northover
2013-08-01
1
-0
/
+3
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-0
/
+113
*
Add not to a command that is expected to fail.
Rafael Espindola
2013-07-24
1
-1
/
+1
*
Changed "an macro" to "a macro" in diagnostic note.
Richard Trieu
2013-07-23
1
-3
/
+3
*
Add new diagnostic messages when too many arguments are presented to a
Richard Trieu
2013-07-23
2
-2
/
+185
*
Don't give # and ## special treatment when in -traditional-cpp mode. Patch by
Richard Smith
2013-07-09
1
-0
/
+17
*
Generalize hack allowing 'const' in __has_attribute (etc) to allow any token
Richard Smith
2013-07-09
1
-0
/
+4
*
Add 'not' to commands that are expected to fail.
Rafael Espindola
2013-07-04
6
-33
/
+33
*
Convert test to FileCheck.
Rafael Espindola
2013-07-04
1
-27
/
+27
*
Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width.
Roman Divacky
2013-07-03
1
-0
/
+2
*
Fix MSP430 builtin types.
Anton Korobeynikov
2013-07-01
2
-10
/
+10
*
Match MSVC's handling of commas during macro argument expansion
Reid Kleckner
2013-06-26
1
-0
/
+12
*
Fix a couple of PPC predefined macros that I spotted while driving by
Chandler Carruth
2013-06-25
1
-0
/
+8
*
Accept both / and \\ to fix the windows bots.
Rafael Espindola
2013-06-24
1
-1
/
+1
*
Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in
Eli Friedman
2013-06-18
1
-0
/
+4
*
Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...
Aaron Ballman
2013-06-04
1
-0
/
+5
*
[Preprocessor] Prevent expansion of y in x ## y when x is empty
Argyrios Kyrtzidis
2013-05-25
1
-3
/
+7
*
OpenBSD/sparc64 uses long long for int64_t and intmax_t.
Jakob Stoklund Olesen
2013-05-19
1
-0
/
+6
*
fix PR 15726: ptrdiff_t should be int on PowerPC Darwin
David Fang
2013-05-16
1
-0
/
+106
*
Use correct types for SPARC v9.
Jakob Stoklund Olesen
2013-05-15
1
-0
/
+8
*
C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr...
Richard Smith
2013-05-07
1
-1
/
+19
*
Add SystemZ support
Ulrich Weigand
2013-05-06
2
-0
/
+199
*
Add support for -march=btver2.
Benjamin Kramer
2013-05-03
1
-0
/
+46
*
Make sure we define wchar_t related macros correctly in -fms-extensions mode.
Hans Wennborg
2013-05-02
1
-1
/
+15
*
[test] add missing header for the test.
Argyrios Kyrtzidis
2013-04-29
1
-0
/
+1
*
When emitting a preprocessed file with implicit module imports, make sure lin...
Argyrios Kyrtzidis
2013-04-29
1
-0
/
+4
*
Fix off-by-one error in #pragma clang system_header.
Jordan Rose
2013-04-17
1
-1
/
+1
*
Parser support for #pragma clang __debug captured
Tareq A. Siraj
2013-04-16
1
-0
/
+13
*
[Mips] Support -mmicromips / -mno-micromips command line options.
Simon Atanasyan
2013-04-14
1
-0
/
+10
*
[Mips] Follow-up to r179481. Consider "single-float" as a separate
Simon Atanasyan
2013-04-14
1
-0
/
+6
*
Fix failing dependencies-and-pp.c test
Reid Kleckner
2013-04-11
1
-1
/
+2
*
FileCheck-ify more grep tests with quoted double quotes
Reid Kleckner
2013-04-11
1
-6
/
+10
*
FileCheck-ify some clang grep tests that use double quotes
Reid Kleckner
2013-04-10
1
-1
/
+2
*
[frontend] When preprocessing, turn implicit module imports into @imports.
Argyrios Kyrtzidis
2013-04-10
1
-0
/
+11
*
Repeat some #line directive tests for the GNU line marker directive.
Michael Ilseman
2013-04-10
1
-1
/
+8
*
Improve the diagnostics of the number-reading preprocessor directives.
Michael Ilseman
2013-04-10
1
-1
/
+2
*
AArch64: bring predefines in line with most recent ACLE document
Tim Northover
2013-04-05
1
-17
/
+19
*
Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.
Michael J. Spencer
2013-04-04
1
-0
/
+18
*
[preprocessor] Allow comparing two macro definitions syntactically instead of...
Argyrios Kyrtzidis
2013-04-03
1
-0
/
+14
*
Define __SIZE_MAX__ preprocessor macro.
Evgeniy Stepanov
2013-03-28
1
-0
/
+21
*
PR15539: Record "evaluating if/elif condition" flag in the right place
David Blaikie
2013-03-18
1
-0
/
+9
*
Preprocessor: don't keep comments under -traditional-cpp.
Jordan Rose
2013-03-05
1
-0
/
+6
*
Preprocessor: don't consider // to be a line comment in -E -std=c89 mode.
Jordan Rose
2013-03-05
2
-0
/
+9
*
Add a test to make sure __has_include works from inside a macro.
Argyrios Kyrtzidis
2013-02-27
1
-0
/
+6
*
[preprocessing record] Have the MacroDefinitions map point to the MacroDefini...
Argyrios Kyrtzidis
2013-02-22
1
-0
/
+6
*
Preproceessor: fix #if skipping under -traditional-cpp.
Jordan Rose
2013-02-22
1
-0
/
+16
*
Preprocessor: preserve whitespace in -traditional-cpp mode.
Jordan Rose
2013-02-21
1
-2
/
+54
*
FileCheck'ize tests
Dmitri Gribenko
2013-02-09
4
-9
/
+16
*
FileCheck'ize a test
Dmitri Gribenko
2013-02-09
1
-1
/
+2
*
Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).
Jordan Rose
2013-02-09
2
-0
/
+146
[next]