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
/
Sema
/
SemaCUDA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
/
+1
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-5
/
+5
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-4
/
+5
*
[CUDA] Check initializers of instantiated template variables.
Artem Belevich
2018-06-06
1
-0
/
+53
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[HIP] Add hip input kind and codegen for kernel launching
Yaxun Liu
2018-04-25
1
-2
/
+3
*
Revert "[CUDA] Check initializers of instantiated template variables."
Artem Belevich
2018-04-04
1
-53
/
+0
*
[CUDA] Check initializers of instantiated template variables.
Artem Belevich
2018-04-03
1
-0
/
+53
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
1
-1
/
+1
*
[CUDA] Fixed false error reporting in case of calling H->G->HD->D.
Artem Belevich
2018-03-23
1
-3
/
+6
*
Function with unparsed body is a definition
Serge Pavlov
2017-06-21
1
-6
/
+0
*
Reverted 305379 (Function with unparsed body is a definition)
Serge Pavlov
2017-06-14
1
-0
/
+6
*
Function with unparsed body is a definition
Serge Pavlov
2017-06-14
1
-6
/
+0
*
Factor out some common code between SpecialMemberExceptionSpecInfo and Specia...
Richard Smith
2017-02-24
1
-8
/
+6
*
[Sema] Replace remove_if+erase with erase_if. NFC.
George Burgess IV
2017-01-04
1
-4
/
+2
*
[CUDA] Ignore implicit target attributes during function template instantiation.
Artem Belevich
2016-12-08
1
-6
/
+33
*
[CUDA] Improve target attribute checking for function templates.
Artem Belevich
2016-12-07
1
-0
/
+68
*
[CUDA] Use only the GVALinkage on function definitions.
Justin Lebar
2016-11-08
1
-2
/
+16
*
[CUDA] Use FunctionDeclAndLoc for the Sema::LocsWithCUDACallDiags hashtable.
Justin Lebar
2016-10-21
1
-1
/
+1
*
Removed unused function argument. NFC.
Artem Belevich
2016-10-21
1
-1
/
+1
*
[CUDA] When we emit an error that might have been deferred, also print a call...
Justin Lebar
2016-10-19
1
-44
/
+98
*
[CUDA] Emit errors for wrong-side calls made on the same line as non-wrong-si...
Justin Lebar
2016-10-19
1
-4
/
+6
*
[CUDA] Fix false-positive in known-emitted handling.
Justin Lebar
2016-10-17
1
-6
/
+22
*
Add and use isDiscardableGVALinkage function.
Justin Lebar
2016-10-13
1
-1
/
+1
*
[CUDA] Emit deferred diagnostics during Sema rather than during codegen.
Justin Lebar
2016-10-13
1
-38
/
+173
*
[CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf{Device,Host}Code().
Justin Lebar
2016-10-13
1
-72
/
+83
*
[CUDA] Make touching a kernel from a __host__ __device__ function a deferred ...
Justin Lebar
2016-10-12
1
-2
/
+1
*
Aligned allocation versus CUDA: make deallocation function preference order
Richard Smith
2016-10-11
1
-62
/
+11
*
Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of
Richard Smith
2016-10-10
1
-0
/
+28
*
Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...
Daniel Jasper
2016-10-10
1
-28
/
+0
*
P0035R4: Semantic analysis and code generation for C++17 overaligned
Richard Smith
2016-10-10
1
-0
/
+28
*
[CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.
Justin Lebar
2016-10-08
1
-0
/
+27
*
[CUDA] Do a better job at detecting wrong-side calls.
Justin Lebar
2016-10-08
1
-1
/
+7
*
[CUDA] Harmonize asserts in SemaCUDA, NFC.
Justin Lebar
2016-09-30
1
-3
/
+3
*
[CUDA] Remove incorrect comment in CUDASetLambdaAttrs.
Justin Lebar
2016-09-30
1
-4
/
+0
*
[CUDA] Make lambdas inherit __host__ and __device__ attributes from the scope...
Justin Lebar
2016-09-30
1
-0
/
+19
*
[CUDA] Disallow variable-length arrays in CUDA device code.
Justin Lebar
2016-09-28
1
-0
/
+20
*
[CUDA] Disallow exceptions in device code.
Justin Lebar
2016-09-28
1
-0
/
+24
*
[CUDA] Fix "declared here" note on deferred wrong-side errors.
Justin Lebar
2016-08-16
1
-5
/
+10
*
[CUDA] Raise an error if a wrong-side call is codegen'ed.
Justin Lebar
2016-08-15
1
-0
/
+30
*
[CUDA] Use the multi-element remove function in EraseUnwantedCUDAMatches.
Justin Lebar
2016-07-12
1
-2
/
+4
*
[CUDA] Do not allow non-empty destructors for global device-side variables.
Artem Belevich
2016-05-19
1
-1
/
+49
*
[CUDA] Make unattributed constexpr functions implicitly host+device.
Justin Lebar
2016-03-30
1
-1
/
+50
*
[CUDA] Fix order of overloading preferences in comment.
Justin Lebar
2016-03-29
1
-1
/
+1
*
[CUDA] Remove three obsolete CUDA cc1 flags.
Justin Lebar
2016-03-29
1
-74
/
+5
*
[sema] [CUDA] Use std algorithms in EraseUnwantedCUDAMatchesImpl.
Justin Lebar
2016-03-22
1
-17
/
+14
*
[CUDA] Tweak attribute-based overload resolution to match nvcc behavior.
Artem Belevich
2016-02-12
1
-40
/
+39
*
[CUDA] Do not allow dynamic initialization of global device side variables.
Artem Belevich
2016-02-02
1
-0
/
+35
*
[CUDA] Only allow __global__ on free functions and static member functions.
Justin Lebar
2016-01-20
1
-6
/
+3
[next]