| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue. | Artem Belevich | 2016-06-06 | 1 | -0/+5 |
| | | | | | | | | | Fixes clang crash reported in PR27778. Differential Revision: http://reviews.llvm.org/D20985 llvm-svn: 271951 | ||||
| * | [cuda] Allow using integral non-type template parameters as launch_bounds ↵ | Artem Belevich | 2015-04-21 | 1 | -0/+51 |
| | | | | | | | | | | | | | | | | | attribute arguments. - Changed CUDALaunchBounds arguments from integers to Expr* so they can be saved in AST for instantiation. - Added support for template instantiation of launch_bounds attrubute. - Moved evaluation of launch_bounds arguments to NVPTXTargetCodeGenInfo:: SetTargetAttributes() where it can be done after template instantiation. - Added a warning on negative launch_bounds arguments. - Amended test cases. Differential Revision: http://reviews.llvm.org/D8985 llvm-svn: 235452 | ||||
| * | IR: Make metadata typeless in assembly, clang side | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -3/+3 |
| | | | | | | | Match LLVM changes from r224257. llvm-svn: 224259 | ||||
| * | Move all CUDA testing inputs to Inputs/ subdirectory inside the tests. | Eli Bendersky | 2014-04-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 207453 | ||||
| * | Add test case for r206302 | Eli Bendersky | 2014-04-15 | 1 | -0/+30 |
| llvm-svn: 206303 | |||||

