Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cuda] Preserve TLS storage class of host variable even if it's a | Artem Belevich | 2015-04-28 | 1 | -0/+14 |
| | | | | | | device-side compilation. llvm-svn: 236029 | ||||
* | [cuda] Ignore "TLS unsupported by target" errors for host variables during ↵ | Artem Belevich | 2015-04-27 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | device compilation. During device-side CUDA compilation clang currently complains about all TLS variables, regardless of whether they are __host__ or __device__. This patch suppresses "TLS unsupported" errors for host variables during device compilation and for device variables during host compilation. Differential Revision: http://reviews.llvm.org/D9269 llvm-svn: 235907 | ||||
* | Move all CUDA testing inputs to Inputs/ subdirectory inside the tests. | Eli Bendersky | 2014-04-28 | 1 | -1/+1 |
| | | | | llvm-svn: 207453 | ||||
* | Sema: diagnose kernel functions with non-void return type | Peter Collingbourne | 2010-12-12 | 1 | -0/+3 |
| | | | | llvm-svn: 121653 | ||||
* | Basic, Sema: add support for CUDA location attributes | Peter Collingbourne | 2010-12-01 | 1 | -0/+5 |
llvm-svn: 120545 |