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
/
Sema
/
Sema.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR42587: diagnose unexpanded uses of a pack parameter of a generic
Richard Smith
2019-08-26
1
-0
/
+17
*
Improve behavior in the case of stack exhaustion.
Richard Smith
2019-08-26
1
-0
/
+14
*
[OPENMP5.0]Add support for device_type clause in declare target
Alexey Bataev
2019-08-23
1
-2
/
+7
*
[OpenMP] Permit map with DSA on combined directive
Joel E. Denny
2019-08-22
1
-3
/
+5
*
[OPENMP]Fix delayed diagnostics for standalone declare target directive.
Alexey Bataev
2019-08-20
1
-3
/
+3
*
Stop abusing SuppressAllDiagnostics when speculatively determining
Richard Smith
2019-08-16
1
-3
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-1
/
+7
*
Delay emitting dllexport explicitly defaulted members until the class is full...
Hans Wennborg
2019-08-01
1
-0
/
+1
*
Revert "[Sema] Diagnose default-initialization, destruction, and copying of"
Akira Hatanaka
2019-07-26
1
-15
/
+3
*
[Sema] Diagnose default-initialization, destruction, and copying of
Akira Hatanaka
2019-07-13
1
-3
/
+15
*
Fix crash and rejects-valid when a later template parameter or default
Richard Smith
2019-06-20
1
-1
/
+3
*
[clang] perform semantic checking in constant context
Gauthier Harnisch
2019-06-15
1
-0
/
+1
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-1
/
+1
*
Defer capture initialization for blocks until after we've left the
Richard Smith
2019-05-31
1
-19
/
+28
*
Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,
Richard Smith
2019-05-08
1
-1
/
+1
*
P1286R2: Remove restriction that the exception specification of a
Richard Smith
2019-05-06
1
-1
/
+0
*
[c++20] Implement P0428R2 - Familiar template syntax for generic lambdas
Hamza Sood
2019-05-04
1
-1
/
+1
*
[NFC] typo
JF Bastien
2019-04-30
1
-2
/
+2
*
[c++2a] Add semantic support for private module fragments.
Richard Smith
2019-04-18
1
-46
/
+68
*
[c++20] Parsing support for module-declarations, import-declarations,
Richard Smith
2019-04-14
1
-17
/
+15
*
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...
Anton Afanasyev
2019-03-30
1
-2
/
+18
*
[OPENMP] Delayed diagnostics for VLA support.
Alexey Bataev
2019-02-22
1
-0
/
+10
*
[CUDA]Delayed diagnostics for the asm instructions.
Alexey Bataev
2019-02-22
1
-6
/
+10
*
Revert "[CUDA]Delayed diagnostics for the asm instructions."
Alexey Bataev
2019-02-21
1
-4
/
+2
*
[CUDA]Delayed diagnostics for the asm instructions.
Alexey Bataev
2019-02-21
1
-2
/
+4
*
[OPENMP] Delay emission of the asm target-specific error messages.
Alexey Bataev
2019-02-20
1
-0
/
+8
*
[SEMA]Generalize deferred diagnostic interface, NFC.
Alexey Bataev
2019-02-07
1
-0
/
+162
*
[OpenCL][PR40603] In C++ preserve compatibility with OpenCL C v2.0
Anastasia Stulova
2019-02-07
1
-3
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-1
/
+2
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+4
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-4
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-0
/
+4
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-2
/
+2
*
[Fixed Point Arithmetic] Fixed Point to Boolean Cast
Leonard Chan
2018-10-23
1
-2
/
+1
*
[Fixed Point Arithmetic] FixedPointCast
Leonard Chan
2018-10-15
1
-0
/
+2
*
[Sema][OpenCL] Improve diagnostics for not viable overloadable function candi...
Andrew Savonichev
2018-10-11
1
-0
/
+28
*
[clang] Add the exclude_from_explicit_instantiation attribute
Louis Dionne
2018-10-04
1
-2
/
+4
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-0
/
+59
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-59
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-0
/
+59
*
[modules] Don't bother creating a global module fragment when building a
Richard Smith
2018-09-15
1
-1
/
+3
*
[modules] Frontend support for building a header module from a list of
Richard Smith
2018-09-15
1
-1
/
+2
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-54
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-0
/
+54
*
PR38627: Fix handling of exception specification adjustment for
Richard Smith
2018-09-05
1
-3
/
+2
*
[OpenCL] Traverse vector types for ocl extensions support
Alexey Sotkin
2018-09-03
1
-0
/
+8
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-5
/
+5
[next]