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
/
lib
/
Frontend
/
InitPreprocessor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFC
Bjorn Pettersson
2019-10-21
1
-0
/
+1
*
[clang-scan-deps] Support for clang --analyze in clang-scan-deps
Jan Korous
2019-10-14
1
-4
/
+5
*
Add -fgnuc-version= to control __GNUC__ and other GCC macros
Reid Kleckner
2019-10-10
1
-14
/
+20
*
Mark P0784R7 as complete and start defining its feature-test macro.
Richard Smith
2019-10-03
1
-0
/
+1
*
Revert "[static analyzer] Define __clang_analyzer__ macro in driver"
Jan Korous
2019-09-24
1
-0
/
+4
*
[static analyzer] Define __clang_analyzer__ macro in driver
Jan Korous
2019-09-24
1
-4
/
+0
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
1
-1
/
+3
*
Implement P1668R1
Erich Keane
2019-08-19
1
-0
/
+1
*
[OpenCL] Fix lang mode predefined macros for C++ mode.
Anastasia Stulova
2019-08-12
1
-9
/
+9
*
[OPENMP]Set default version to OpenMP 4.5.
Alexey Bataev
2019-08-07
1
-5
/
+5
*
[OPENMP]Add standard macro value _OPENMP for OpenMP 5.0.
Alexey Bataev
2019-08-07
1
-0
/
+3
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
1
-1
/
+1
*
Update __VERSION__ to remove the hardcoded 4.2.1 version
Sylvestre Ledru
2019-07-15
1
-4
/
+3
*
This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.
Sylvestre Ledru
2019-07-13
1
-0
/
+6
*
Remove __VERSION__
Sylvestre Ledru
2019-07-12
1
-6
/
+0
*
Fix the predefined exponent limit macros for the 16-bit IEEE format.
John McCall
2019-05-31
1
-3
/
+3
*
[SPIR] Simplified target checking.
Anastasia Stulova
2019-05-09
1
-2
/
+1
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-0
/
+2
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-2
/
+0
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-0
/
+2
*
[SYCL] Add clang front-end option to enable SYCL device compilation flow.
Alexey Bader
2019-02-25
1
-0
/
+6
*
Enable coroutines under -std=c++2a.
Richard Smith
2019-02-23
1
-1
/
+1
*
Make predefined FLT16 macros conditional on support for the type
Nemanja Ivanovic
2019-02-20
1
-1
/
+2
*
[OpenCL][PR40603] In C++ preserve compatibility with OpenCL C v2.0
Anastasia Stulova
2019-02-07
1
-4
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implementation Feature Test Macros for P0722R3
Chris Kennelly
2019-01-11
1
-0
/
+1
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-20
/
+0
*
[c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.
Richard Smith
2018-11-14
1
-4
/
+4
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-5
/
+5
*
Reverted the "[CUDA/OpenMP] Define only some host macros during device compil...
Artem Belevich
2018-08-30
1
-46
/
+6
*
Add predefined macro __gnu_linux__ for proper aux-triple
Yaxun Liu
2018-08-29
1
-0
/
+1
*
[OpenMP][NVPTX] Use appropriate _CALL_ELF macro when offloading
Gheorghe-Teodor Bercea
2018-08-27
1
-1
/
+6
*
[CUDA/OpenMP] Define only some host macros during device compilation
Jonas Hahnfeld
2018-08-25
1
-6
/
+40
*
[Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.
Volodymyr Sapsai
2018-08-03
1
-1
/
+1
*
P0096R5, P0941R2: Update to match latest feature test macro specification.
Richard Smith
2018-06-14
1
-49
/
+53
*
As discussed with SG10, bump version of __cpp_deduction_guides macro to indic...
Richard Smith
2018-05-30
1
-1
/
+1
*
Revert "Revert r332955 "GNUstep Objective-C ABI version 2""
David Chisnall
2018-05-22
1
-0
/
+13
*
Revert r332955 "GNUstep Objective-C ABI version 2"
Bjorn Pettersson
2018-05-22
1
-13
/
+0
*
GNUstep Objective-C ABI version 2
David Chisnall
2018-05-22
1
-0
/
+13
*
[OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP macro.
Alexey Bataev
2018-05-21
1
-13
/
+15
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+6
*
[HIP] Add predefined macros __HIPCC__ and __HIP_DEVICE_COMPILE__
Yaxun Liu
2018-04-25
1
-2
/
+6
*
[HIP] Add hip input kind and codegen for kernel launching
Yaxun Liu
2018-04-25
1
-1
/
+3
*
[OpenCL] Added -std/-cl-std=c++
Anastasia Stulova
2018-04-12
1
-31
/
+39
*
Revert 319303: Add _Float128 as alias to __float128 to enable compilations on...
Erich Keane
2018-01-15
1
-4
/
+0
*
[OPENMP] Initial support for `-fopenmp-simd` option.
Alexey Bataev
2017-12-29
1
-2
/
+2
*
Revert 320391: Certain targets are failing, pulling back to diagnose.
Erich Keane
2017-12-11
1
-16
/
+0
*
For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available
Erich Keane
2017-12-11
1
-0
/
+16
*
Correct line endings that got mixed up in r320089; NFC.
Aaron Ballman
2017-12-07
1
-210
/
+210
[next]