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
*
Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang
Richard Smith
2020-02-19
1
-17
/
+27
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
1
-6
/
+1
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+3
*
Fix crash on init-capture packs where the type of the initializer is non-depe...
Richard Smith
2019-12-19
1
-1
/
+2
*
Implement latest C++ feature test macro recommendations.
Richard Smith
2019-12-19
1
-4
/
+14
*
Mark the major papers for C++20 consistent comparisons as "done", and
Richard Smith
2019-12-15
1
-0
/
+1
*
[SYCL] Add support for auxiliary triple specification to Frontend
Alexey Bader
2019-12-11
1
-1
/
+2
*
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
[next]