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
*
clang/test/Preprocessor/init.c: Split conditions to win32 and non-win32.
NAKAMURA Takumi
2014-02-25
1
-1
/
+5
*
If preprocessing results in a token with leading whitespace that was expanded
Richard Smith
2014-02-24
1
-1
/
+1
*
If the first token in a macro that appears at the start of a line expands to
Richard Smith
2014-02-24
1
-1
/
+8
*
Implement -fno-short-wchar
Richard Barton
2014-02-24
1
-0
/
+6
*
[AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
2014-02-24
1
-5
/
+105
*
Update __cplusplus to match the value in the C++14 DIS preview (D3937).
Richard Smith
2014-02-24
1
-2
/
+2
*
Expand macros in pragmas with -fms-extensions and -E
Reid Kleckner
2014-02-20
1
-0
/
+20
*
Add missing test file for r201615
Reid Kleckner
2014-02-18
1
-0
/
+3
*
Fix false positives in -Wmsvc-include by continuing header search
Reid Kleckner
2014-02-18
2
-1
/
+5
*
Fix broken CHECK lines
Nico Rieck
2014-02-16
2
-2
/
+2
*
Fix broken RUN lines
Nico Rieck
2014-02-16
1
-5
/
+5
*
Move test inputs into the Inputs directory (improvement/fix to r201419)
David Blaikie
2014-02-15
3
-1
/
+1
*
If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Fo...
Argyrios Kyrtzidis
2014-02-14
3
-0
/
+12
*
Enable AArch64 NEON by default.
Jiangning Liu
2014-02-14
1
-2
/
+2
*
Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__
David Majnemer
2014-02-09
1
-0
/
+26
*
Fix the range for Malayam UCNs in C99.
Joey Gouly
2014-02-05
1
-1
/
+1
*
Fix whitespace handling in empty macro expansions
Justin Bogner
2014-02-04
1
-3
/
+33
*
Fix whitespace handling in empty macro arguments
Justin Bogner
2014-02-04
1
-0
/
+7
*
Fix whitespace handling in ## operator
Justin Bogner
2014-02-04
2
-3
/
+17
*
Test pre-defined macros of aarch64-netbsd.
Joerg Sonnenberger
2014-02-02
1
-0
/
+100
*
Revert "Fix assertion failures on annot_* tokens in clang -E"
Ben Langmuir
2014-01-30
3
-10
/
+0
*
Fix assertion failures on annot_* tokens in clang -E
Ben Langmuir
2014-01-30
3
-0
/
+10
*
[Mips] Fix __mips macro definition.
Simon Atanasyan
2014-01-27
1
-4
/
+4
*
[Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...
Simon Atanasyan
2014-01-27
1
-12
/
+12
*
[Mips] Add tests to check MIPS arch macros.
Simon Atanasyan
2014-01-27
1
-0
/
+44
*
PR18465: [Thumbv8] add predefined macros
Weiming Zhao
2014-01-22
1
-0
/
+20
*
[ARM] Add ACLE enum/wchar size predefines
Bradley Smith
2014-01-20
1
-0
/
+9
*
MachO: use *-*-*-macho for MachO embedded targets.
Tim Northover
2014-01-16
1
-0
/
+5
*
Move a bunch of tests to directly use the CC1 layer. This at least saves
Chandler Carruth
2014-01-15
1
-1
/
+1
*
__has_attribute now understands target-specific attributes. So when you ask w...
Aaron Ballman
2014-01-09
1
-1
/
+11
*
Move MS header search test inputs to Inputs/
Reid Kleckner
2013-12-27
6
-4
/
+4
*
Implement MSVC header search algorithm in MicrosoftMode.
Will Wilson
2013-12-27
6
-0
/
+27
*
Added support for mcpu krait
Ana Pazos
2013-12-06
1
-0
/
+10
*
[ARM] Enable FeatureMP for Cortex-A5 by default.
Amara Emerson
2013-11-25
1
-0
/
+22
*
Add support for Cortex-A12.
Richard Barton
2013-11-22
1
-0
/
+20
*
[ARM] add basic support for Cortex-A7 and VFPv4 to Clang
Artyom Skrobov
2013-11-21
1
-0
/
+25
*
Clean up predefined macros for AArch64 to follow ACLE 2.0.
Jiangning Liu
2013-11-19
1
-14
/
+19
*
[Mips] Add tests for MIPS/MIPS64 type defines and type limits macros. No
Simon Atanasyan
2013-11-14
1
-0
/
+214
*
XCore target Type defines.
Robert Lytton
2013-11-12
1
-4
/
+4
*
Darwin(ish): we don't want __ARM_EABI__ even on v7a embedded targets.
Tim Northover
2013-11-11
1
-0
/
+7
*
NetBSD 6.99.26 switched to default rounding mode, so adjust
Joerg Sonnenberger
2013-11-11
1
-0
/
+210
*
Make test run reliably
Alp Toker
2013-11-05
1
-3
/
+2
*
Simplify test case added in r194059
David Majnemer
2013-11-05
1
-1
/
+1
*
Lex: Require that '#' be followed by a macro parameter name when preceded by ...
David Majnemer
2013-11-05
1
-0
/
+2
*
Driver: Add support for -march=bdver3 on x86.
Benjamin Kramer
2013-11-04
1
-0
/
+66
*
ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang
Bernard Ogden
2013-10-29
1
-0
/
+3
*
Add driver support for FP, SIMD and crypto defaults.
Bernard Ogden
2013-10-24
1
-0
/
+17
*
Set the default hardware division features for ARM cpus. Also set it as defau...
Silviu Baranga
2013-10-21
1
-0
/
+126
*
Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...
Silviu Baranga
2013-10-21
1
-0
/
+20
*
Lex: Don't restrict legal UCNs when preprocessing assembly
Justin Bogner
2013-10-21
1
-0
/
+3
[next]