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
/
lib
/
Frontend
/
InitPreprocessor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP] Fixed processing of '-fopenmp-version=' option and test.
Alexey Bataev
2016-05-27
1
-18
/
+18
*
[OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing
Alexey Bataev
2016-05-26
1
-1
/
+12
*
[OPENMP] Set '_OPENMP' macro to '201511' value to reflect support for
Alexey Bataev
2016-05-26
1
-1
/
+1
*
[CUDA] Add -fcuda-approx-transcendentals flag.
Justin Lebar
2016-05-23
1
-0
/
+6
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-16
1
-0
/
+9
*
Revert "[OpenCL] Add supported OpenCL extensions to target info."
Yaxun Liu
2016-05-13
1
-9
/
+0
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-13
1
-0
/
+9
*
[OpenCL] Add predefined macros.
Yaxun Liu
2016-04-26
1
-0
/
+33
*
NFC: clarify comment on lock-free macros
JF Bastien
2016-03-24
1
-1
/
+1
*
clang-cl: Include /FI headers in /showIncludes output.
Nico Weber
2016-03-23
1
-4
/
+4
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-2
/
+2
*
[CUDA] Make CUDA compilation usable by default.
Artem Belevich
2015-11-17
1
-0
/
+2
*
Define __unsafe_unretained and __autoreleasing in ObjC GC mode.
John McCall
2015-11-10
1
-0
/
+2
*
Sink some PTHManager includes out of Preprocessor.h
Reid Kleckner
2015-11-02
1
-0
/
+1
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-21
/
+27
*
[coroutines] Add feature-test macro for coroutines, defined to 1 to indicate
Richard Smith
2015-10-22
1
-0
/
+2
*
[CUDA] Allow parsing of host and device code simultaneously.
Artem Belevich
2015-09-22
1
-0
/
+4
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-4
/
+4
*
Add __nonnull/__nullable/__null_unspecified predefines for Darwin.
Douglas Gregor
2015-06-24
1
-0
/
+8
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
1
-6
/
+9
*
"This adds -fconcepts-ts as a cc1 option for enabling the
Faisal Vali
2015-05-22
1
-0
/
+2
*
Make GNUInline consistent with whether we use traditional GNU inline semantics.
Peter Collingbourne
2015-05-13
1
-1
/
+1
*
Add C11 *_DECIMAL_DIG.
Ed Schouten
2015-02-23
1
-2
/
+3
*
[mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64
Vasileios Kalintiris
2015-02-12
1
-6
/
+1
*
Preprocessor: support __BIGGEST_ALIGNMENT__ macro
Tim Northover
2015-02-06
1
-0
/
+4
*
[mips] Removing __SIZEOF_INT128__ macro for MIPS64
Simon Atanasyan
2014-12-10
1
-1
/
+6
*
CUDA host device code with two code paths
Reid Kleckner
2014-12-03
1
-0
/
+7
*
Remove -fseh-exceptions in favor of checking the triple
Reid Kleckner
2014-11-14
1
-2
/
+0
*
Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,
Richard Smith
2014-11-12
1
-0
/
+16
*
Frontend: Define __EXCEPTIONS if -fexceptions is passed
David Majnemer
2014-10-27
1
-1
/
+1
*
Follow-up commit to r211657 which introduced these macros, but not for MSVC. ...
Aaron Ballman
2014-10-21
1
-54
/
+48
*
Add -fseh-exceptions for MinGW-w64
Reid Kleckner
2014-09-15
1
-0
/
+2
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-3
/
+3
*
Correctly implement -include search logic.
Manuel Klimek
2014-08-12
1
-14
/
+10
*
Predefine IB_DESIGNABLE and IBInspectable macros. <rdar://problem/17441860>
Bob Wilson
2014-08-08
1
-0
/
+2
*
If char/short are shorter than int, do not use U as suffix for
Joerg Sonnenberger
2014-07-17
1
-3
/
+3
*
Always set the C suffix macro, even if it is empty.
Joerg Sonnenberger
2014-07-17
1
-6
/
+2
*
Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.
Joerg Sonnenberger
2014-07-17
1
-0
/
+1
*
Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.
Joerg Sonnenberger
2014-07-15
1
-0
/
+4
*
Don't create non-temporary twines.
Joerg Sonnenberger
2014-07-15
1
-3
/
+2
*
Make sure int64_t and uint64_t are consistent.
Joerg Sonnenberger
2014-07-15
1
-2
/
+2
*
Provide builtin macros as template for PRIab and SCNab, matching the
Joerg Sonnenberger
2014-07-15
1
-0
/
+22
*
[x32] Add __ILP32__ macro for ILP32 platforms
Pavel Chupin
2014-07-14
1
-0
/
+6
*
Avoid definining more GCC specific predefined macros in clang-cl
Ehsan Akhgari
2014-07-10
1
-29
/
+31
*
Turn some Twine locals into const char * variables.
Benjamin Kramer
2014-07-08
1
-4
/
+4
*
Fix layering of file remapping and header search initialization
Alp Toker
2014-07-07
1
-71
/
+0
*
Do not define __STRICT_ANSI__ in clang-cl
Ehsan Akhgari
2014-06-30
1
-1
/
+1
*
Implement predefined stdint macros
JF Bastien
2014-06-25
1
-8
/
+114
*
Add -std=c++1z flag for C++17 features.
Richard Smith
2014-06-16
1
-1
/
+4
*
Do not predefine __EXCEPTIONS in clang-cl (PR19977)
Hans Wennborg
2014-06-10
1
-1
/
+1
[next]