Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CUDA][HIP][Sema] Fix template kernel with function as template parameter | Yaxun Liu | 2019-03-05 | 1 | -2/+2 |
* | [CUDA] Ignore uncallable functions when we check for usual deallocators. | Artem Belevich | 2018-09-21 | 1 | -3/+3 |
* | [CUDA] Simplify some repeated diagnostic expectations in CUDA tests. | Justin Lebar | 2016-10-21 | 1 | -9/+2 |
* | [CUDA] When we emit an error that might have been deferred, also print a call... | Justin Lebar | 2016-10-19 | 1 | -1/+1 |
* | [CUDA] Emit deferred diagnostics during Sema rather than during codegen. | Justin Lebar | 2016-10-13 | 1 | -1/+2 |
* | Aligned allocation versus CUDA: make deallocation function preference order | Richard Smith | 2016-10-11 | 1 | -0/+13 |
* | [CUDA] Do a better job at detecting wrong-side calls. | Justin Lebar | 2016-10-08 | 1 | -0/+39 |
* | [CUDA] Fix "declared here" note on deferred wrong-side errors. | Justin Lebar | 2016-08-16 | 1 | -0/+10 |
* | [CUDA] Raise an error if a wrong-side call is codegen'ed. | Justin Lebar | 2016-08-15 | 1 | -0/+84 |