index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Preprocessor
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Mips] Fix type of 64-bit integer in case of MIPS N64 ABI
Simon Atanasyan
2015-01-22
2
-58
/
+672
*
[Mips] Define macros `__mips_isa_rev` in case of mips32r6/mips64r6 options
Simon Atanasyan
2015-01-15
1
-0
/
+18
*
[multilib] Teach Clang's code about multilib by threading
Chandler Carruth
2014-12-29
1
-1
/
+1
*
Lex: Don't let annotation tokens get into macro expansion
David Majnemer
2014-12-28
1
-0
/
+5
*
Fixed warnings on redefine keywords and reserved ids.
Serge Pavlov
2014-12-18
4
-19
/
+110
*
Move -Wkeyword-macro into -pedantic, remove -Wreserved-id-macro.
Nico Weber
2014-12-16
2
-14
/
+14
*
Preprocessor: Recover instead of mutating a token in ExpandBuiltinMacro
David Majnemer
2014-12-15
1
-1
/
+8
*
Do not warn on keyword undef
Serge Pavlov
2014-12-12
2
-0
/
+50
*
Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
2014-12-11
1
-0
/
+2
*
[mips] Removing __SIZEOF_INT128__ macro for MIPS64
Simon Atanasyan
2014-12-10
1
-0
/
+2
*
Modify __has_attribute so that it only looks for GNU-style attributes. Remove...
Aaron Ballman
2014-12-05
1
-0
/
+5
*
Added a new preprocessor macro: __has_declspec_attribute. This can be used as...
Aaron Ballman
2014-12-05
1
-1
/
+16
*
Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.
Serge Pavlov
2014-12-02
1
-2
/
+0
*
Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
2014-12-02
1
-0
/
+2
*
[ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructions
Sergey Dmitrouk
2014-11-25
1
-1
/
+32
*
Convert CR+LF -> LF in a test file
Timur Iskhodzhanov
2014-11-20
1
-53
/
+53
*
Avoid earlier test interfering with later one.
Richard Smith
2014-11-20
1
-2
/
+2
*
Complete support for the SD-6 standing document (based off N4200) with suppor...
Aaron Ballman
2014-11-14
1
-0
/
+53
*
Hook up FreeBSD AArch64 support
Ed Maste
2014-11-13
1
-0
/
+193
*
AArch64: set all processor features from -arch if nothing else present
Tim Northover
2014-11-10
1
-0
/
+3
*
[X86] Slightly refactor default features for AMD bdver cpus (NFC). Also add m...
Andrea Di Biagio
2014-11-06
1
-0
/
+10
*
Frontend: Define __EXCEPTIONS if -fexceptions is passed
David Majnemer
2014-10-27
1
-1
/
+1
*
Lex: Fix an invalid access into a SmallString
David Majnemer
2014-10-25
1
-0
/
+8
*
Follow-up commit to r211657 which introduced these macros, but not for MSVC. ...
Aaron Ballman
2014-10-21
1
-51
/
+51
*
Switch C compilations to C11 by default.
Richard Smith
2014-10-20
2
-4
/
+4
*
As requested by Matt Thomas, use long long for intmax_t and int64_t on
Joerg Sonnenberger
2014-10-15
1
-0
/
+107
*
Adds support for the Cortex-A17 processor to Clang
Renato Golin
2014-10-13
1
-0
/
+19
*
[PowerPC] Add feature for Power8 vector extensions
Bill Schmidt
2014-10-10
1
-0
/
+7
*
test: Disable standard system includes in %clang_cc1
Justin Bogner
2014-10-03
1
-2
/
+2
*
[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP
Oliver Stannard
2014-10-01
1
-0
/
+4
*
[x86] Enable broadwell target in clang.
Robert Khasanov
2014-09-19
2
-0
/
+72
*
Basic: use hex string for __ARM_FP macro
Saleem Abdulrasool
2014-09-18
1
-2
/
+2
*
Basic: add support for ARM ACLE 6.5.1
Saleem Abdulrasool
2014-09-17
1
-0
/
+22
*
[ARM] Add ACLE predefines: maxmin, rounding and h/w integer division
James Molloy
2014-09-15
3
-0
/
+17
*
[ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Oliver Stannard
2014-08-28
1
-4
/
+5
*
Don't Lex past EOF when lexing _Pragma
Reid Kleckner
2014-08-14
1
-0
/
+2
*
Add predefined macros to identify x86_64h architectures.
Bob Wilson
2014-08-08
1
-0
/
+7
*
[SKX] Enabling SKX target (Skylake server chip)
Robert Khasanov
2014-07-30
2
-0
/
+117
*
Change __INTx_TYPE__ to be always signed. This changes the value for
Joerg Sonnenberger
2014-07-28
2
-141
/
+141
*
[PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= option
Ulrich Weigand
2014-07-28
1
-0
/
+9
*
AArch64: use aarch64_be instead of arm64_be in all tests.
Tim Northover
2014-07-23
1
-1
/
+0
*
[AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
2014-07-18
1
-11
/
+53
*
If char/short are shorter than int, do not use U as suffix for
Joerg Sonnenberger
2014-07-17
2
-261
/
+261
*
Always set the C suffix macro, even if it is empty.
Joerg Sonnenberger
2014-07-17
1
-0
/
+95
*
Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.
Joerg Sonnenberger
2014-07-17
1
-0
/
+32
*
Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...
Alp Toker
2014-07-16
1
-1
/
+0
*
clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
NAKAMURA Takumi
2014-07-16
1
-0
/
+1
*
Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
2014-07-16
1
-2
/
+2
*
Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.
Joerg Sonnenberger
2014-07-15
1
-0
/
+67
*
Make sure int64_t and uint64_t are consistent.
Joerg Sonnenberger
2014-07-15
1
-18
/
+18
[prev]
[next]