Artem Belevich
4e192df778
[cuda] Added support for CUDA built-in variables.
...
Added cuda_builtin_vars.h which implements built-in CUDA variables
using __declattr(property).
Fields of built-in variables (except for warpSize) are implemented
using __declattr(property) which replaces read/write of a member field
with a call to a getter/setter member function, in this case with
appropriate NVPTX builtin.
Added a test case to check diagnostics on attempt to construct or
improperly access a built-in variable.
Differential Revision: http://reviews.llvm.org/D9064
llvm-svn: 235448
2015-04-21 22:14:13 +00:00
..
2015-02-24 01:06:22 +00:00
2012-11-05 23:30:26 +00:00
2012-11-05 23:30:26 +00:00
2014-09-24 06:45:23 +00:00
2015-03-11 15:57:19 +00:00
2015-02-04 00:26:10 +00:00
2015-04-10 02:39:45 +00:00
2015-02-04 00:26:10 +00:00
2015-02-01 21:34:11 +00:00
2015-04-01 06:54:16 +00:00
2015-01-27 09:16:29 +00:00
2015-01-26 08:11:49 +00:00
2015-03-12 17:23:46 +00:00
2012-10-05 18:50:09 +00:00
2014-11-01 22:50:54 +00:00
2015-04-21 22:14:13 +00:00
2014-10-01 21:22:17 +00:00
2015-04-21 22:14:13 +00:00
2015-02-13 06:04:45 +00:00
2013-09-27 03:57:18 +00:00
2014-10-22 01:25:49 +00:00
2015-04-01 12:54:25 +00:00
2015-04-01 12:54:25 +00:00
2014-06-30 18:23:58 +00:00
2014-11-03 06:51:41 +00:00
2015-02-04 00:26:10 +00:00
2014-02-19 23:38:18 +00:00
2014-11-01 22:50:57 +00:00
2014-04-17 00:52:48 +00:00
2013-03-26 17:52:08 +00:00
2013-01-16 23:08:36 +00:00
2015-04-01 14:15:35 +00:00
2013-01-16 23:08:36 +00:00
2013-05-09 15:07:39 +00:00
2013-07-14 05:41:45 +00:00
2013-07-14 05:41:45 +00:00
2015-04-01 12:54:25 +00:00
2014-12-27 11:50:51 +00:00
2014-05-13 02:37:02 +00:00
2013-02-21 02:17:58 +00:00
2014-07-02 15:25:03 +00:00
2015-01-29 03:34:39 +00:00
2014-10-03 00:31:35 +00:00
2014-07-28 21:06:22 +00:00
2013-01-17 22:16:11 +00:00
2013-10-05 17:08:42 +00:00
2013-05-09 17:41:19 +00:00
2013-01-16 23:08:36 +00:00
2015-02-04 00:26:10 +00:00
2014-11-20 22:44:03 +00:00
2012-11-05 23:30:26 +00:00
2014-07-08 18:29:27 +00:00
2014-12-27 06:59:57 +00:00
2013-05-09 15:07:46 +00:00