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
/
test
/
SemaCUDA
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited constructors
Yaxun Liu
2018-10-09
2
-0
/
+294
*
[HIP] Support early finalization of device code for -fno-gpu-rdc
Yaxun Liu
2018-10-02
1
-2
/
+2
*
[cxx2a] P0641R2: (Some) type mismatches on defaulted functions only
Richard Smith
2018-09-28
1
-1
/
+1
*
[CUDA] Ignore uncallable functions when we check for usual deallocators.
Artem Belevich
2018-09-21
2
-3
/
+98
*
Revert the tests that should've been reverted in rL341115
Artem Belevich
2018-08-30
1
-2
/
+2
*
[CUDA/OpenMP] Define only some host macros during device compilation
Jonas Hahnfeld
2018-08-25
1
-2
/
+2
*
[CUDA][HIP] Allow function-scope static const variable
Yaxun Liu
2018-07-28
1
-4
/
+9
*
[CUDA][HIP] Allow CUDA __global__ functions to have amdgpu kernel attributes
Yaxun Liu
2018-06-12
1
-46
/
+16
*
[CUDA] Check initializers of instantiated template variables.
Artem Belevich
2018-06-06
1
-0
/
+17
*
[CUDA] Allow "extern __shared__ Foo foo[]" within anon. namespaces.
Justin Lebar
2018-05-17
1
-6
/
+21
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Revert "[CUDA] Check initializers of instantiated template variables."
Artem Belevich
2018-04-04
1
-17
/
+0
*
[CUDA] Check initializers of instantiated template variables.
Artem Belevich
2018-04-03
1
-0
/
+17
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
2
-4
/
+4
*
[CUDA] Fixed false error reporting in case of calling H->G->HD->D.
Artem Belevich
2018-03-23
1
-0
/
+7
*
[CUDA] Allow external variables in separate compilation
Jonas Hahnfeld
2018-02-14
1
-0
/
+5
*
[CUDA] Report "unsupported VLA" errors only on device side.
Artem Belevich
2017-11-28
3
-4
/
+4
*
Determine the attribute subject for diagnostics based on declarative informat...
Aaron Ballman
2017-11-26
1
-1
/
+1
*
[CUDA] When compilation fails, print the compilation mode.
Justin Lebar
2017-09-07
1
-0
/
+7
*
PR34163: Don't cache an incorrect key function for a class if queried between
Richard Smith
2017-08-12
2
-6
/
+6
*
[CUDA] Let NVPTX inherit the host's calling conventions.
Justin Lebar
2017-01-05
1
-0
/
+30
*
[CUDA] Add __declspec spellings for CUDA attributes.
Justin Lebar
2017-01-05
1
-0
/
+34
*
[CUDA] Ignore implicit target attributes during function template instantiation.
Artem Belevich
2016-12-08
1
-5
/
+36
*
[CUDA] Improve target attribute checking for function templates.
Artem Belevich
2016-12-07
3
-55
/
+114
*
[CUDA] Use only the GVALinkage on function definitions.
Justin Lebar
2016-11-08
1
-0
/
+52
*
[CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functi...
Justin Lebar
2016-10-28
1
-0
/
+10
*
[CUDA] Simplify some repeated diagnostic expectations in CUDA tests.
Justin Lebar
2016-10-21
4
-22
/
+7
*
Declare H and H new/delete.
Artem Belevich
2016-10-21
1
-1
/
+45
*
[CUDA] When we emit an error that might have been deferred, also print a call...
Justin Lebar
2016-10-19
7
-4
/
+51
*
[CUDA] Emit errors for wrong-side calls made on the same line as non-wrong-si...
Justin Lebar
2016-10-19
1
-0
/
+39
*
[CUDA] Rework tests now that we emit deferred diagnostics during sema. Test-...
Justin Lebar
2016-10-19
10
-137
/
+86
*
[CUDA] Fix false-positive in known-emitted handling.
Justin Lebar
2016-10-17
1
-0
/
+44
*
[CUDA] Emit deferred diagnostics during Sema rather than during codegen.
Justin Lebar
2016-10-13
4
-10
/
+48
*
[CUDA] Allow static variables in __host__ __device__ functions, so long as th...
Justin Lebar
2016-10-13
2
-3
/
+23
*
[CUDA] Disallow __shared__ variables in host functions.
Justin Lebar
2016-10-13
1
-0
/
+1
*
[CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf{Device,Host}Code().
Justin Lebar
2016-10-13
2
-8
/
+8
*
Added REQUIRED triples to the test that fails on some ARM buildbots.
Artem Belevich
2016-10-12
1
-0
/
+3
*
[CUDA] Make touching a kernel from a __host__ __device__ function a deferred ...
Justin Lebar
2016-10-12
3
-19
/
+37
*
Aligned allocation versus CUDA: make deallocation function preference order
Richard Smith
2016-10-11
1
-0
/
+13
*
[CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.
Justin Lebar
2016-10-08
1
-6
/
+6
*
[CUDA] Do a better job at detecting wrong-side calls.
Justin Lebar
2016-10-08
2
-1
/
+42
*
[CUDA] Disallow overloading destructors.
Justin Lebar
2016-10-03
3
-50
/
+33
*
[CUDA] Allow extern __shared__ on empty-length arrays.
Justin Lebar
2016-10-02
1
-1
/
+10
*
[CUDA] Disallow __constant__ local variables.
Justin Lebar
2016-09-30
1
-0
/
+8
*
[CUDA] Disallow 'extern __shared__' variables.
Justin Lebar
2016-09-30
2
-0
/
+16
*
[CUDA] Fix implicit-device-lambda.cu after r282911.
Justin Lebar
2016-09-30
1
-2
/
+2
*
[CUDA] Make lambdas inherit __host__ and __device__ attributes from the scope...
Justin Lebar
2016-09-30
2
-0
/
+113
*
[CUDA] Disallow variable-length arrays in CUDA device code.
Justin Lebar
2016-09-28
2
-0
/
+33
*
[CUDA] Disallow exceptions in device code.
Justin Lebar
2016-09-28
2
-0
/
+59
*
[AMDGPU] Expose flat work group size, register and wave control attributes
Konstantin Zhuravlyov
2016-09-26
2
-14
/
+110
[next]