Duncan P. N. Exon Smith
bf2040f00c
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
...
Remove the fake `DW_TAG_auto_variable` and `DW_TAG_arg_variable` tags,
using `DW_TAG_variable` in their place Stop exposing the `tag:` field at
all in the assembly format for `DILocalVariable`.
Most of the testcase updates were generated by the following sed script:
find test/ -name "*.ll" -o -name "*.mir" |
xargs grep -l 'DILocalVariable' |
xargs sed -i '' \
-e 's/tag: DW_TAG_arg_variable, //' \
-e 's/tag: DW_TAG_auto_variable, //'
There were only a handful of tests in `test/Assembly` that I needed to
update by hand.
(Note: a follow-up could change `DILocalVariable::DILocalVariable()` to
set the tag to `DW_TAG_formal_parameter` instead of `DW_TAG_variable`
(as appropriate), instead of having that logic magically in the backend
in `DbgVariable`. I've added a FIXME to that effect.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243774 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-31 18:58:39 +00:00
..
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-07-31 18:58:39 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-07-31 18:58:39 +00:00
2015-05-26 18:35:10 +00:00
2015-06-17 20:52:32 +00:00
2015-05-26 18:35:10 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-06-17 20:52:32 +00:00
2015-07-31 18:58:39 +00:00
2015-05-26 18:35:10 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-06-11 07:46:37 +00:00
2015-06-17 20:52:32 +00:00
2015-05-26 18:35:10 +00:00
2015-06-17 20:52:32 +00:00
2015-06-16 15:51:48 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-05-23 00:31:56 +00:00
2015-07-16 15:22:46 +00:00
2015-07-17 00:57:52 +00:00
2015-06-17 20:52:32 +00:00
2015-06-29 21:35:51 +00:00
2015-06-29 21:35:51 +00:00
2015-05-26 18:35:10 +00:00
2015-05-26 18:35:10 +00:00
2015-05-26 18:35:10 +00:00
2015-07-26 17:01:16 +00:00
2015-06-11 07:46:37 +00:00
2015-05-26 11:32:39 +00:00
2015-06-22 09:01:15 +00:00
2015-07-19 10:17:33 +00:00
2015-07-24 17:24:15 +00:00
2015-06-29 09:10:00 +00:00
2015-07-01 13:24:28 +00:00
2015-06-29 12:14:24 +00:00
2015-07-28 06:53:28 +00:00
2015-05-25 11:33:13 +00:00
2015-07-24 17:24:15 +00:00
2015-06-10 06:49:28 +00:00
2015-07-26 14:41:44 +00:00
2015-07-26 14:41:44 +00:00
2015-07-22 12:00:43 +00:00
2015-07-22 12:00:43 +00:00
2015-07-26 14:41:44 +00:00
2015-07-23 07:11:14 +00:00
2015-07-23 08:25:23 +00:00
2015-07-06 22:46:46 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-13 16:25:12 +00:00
2015-06-05 10:29:55 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-05-20 22:31:55 +00:00
2015-05-26 18:35:10 +00:00
2015-06-17 20:52:32 +00:00
2015-06-19 01:53:21 +00:00
2015-06-30 19:10:31 +00:00
2015-07-01 23:12:13 +00:00
2015-07-13 20:41:46 +00:00
2015-05-29 18:19:25 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-06-09 19:07:19 +00:00
2015-06-29 22:04:09 +00:00
2015-06-29 22:04:09 +00:00
2015-06-11 21:42:18 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-07-14 19:22:51 +00:00
2015-07-28 17:32:49 +00:00
2015-07-28 16:24:05 +00:00
2015-07-28 16:24:05 +00:00
2015-07-28 16:24:05 +00:00
2015-06-17 20:52:32 +00:00
2015-07-28 17:52:59 +00:00
2015-06-17 20:52:32 +00:00
2015-07-28 16:24:05 +00:00
2015-06-17 20:52:32 +00:00
2015-07-28 23:28:22 +00:00
2015-06-25 00:40:25 +00:00
2015-06-25 00:40:25 +00:00
2015-06-25 00:40:25 +00:00
2015-06-25 00:44:46 +00:00
2015-06-22 20:51:51 +00:00
2015-07-23 12:23:45 +00:00
2015-06-29 20:28:47 +00:00
2015-07-02 11:44:54 +00:00
2015-06-23 00:39:40 +00:00
2015-07-15 08:39:35 +00:00
2015-07-31 18:58:39 +00:00
2015-07-07 22:25:32 +00:00
2015-07-09 17:40:29 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 23:55:17 +00:00
2015-06-17 20:52:32 +00:00
2015-05-26 18:35:10 +00:00
2015-07-09 20:13:25 +00:00
2015-07-20 20:31:39 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-07-13 16:36:22 +00:00
2015-06-17 20:52:32 +00:00
2015-07-09 14:58:04 +00:00
2015-07-28 17:52:59 +00:00
2015-07-31 16:21:55 +00:00
2015-07-09 22:58:39 +00:00
2015-05-29 01:40:00 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-07-24 17:24:15 +00:00
2015-07-30 21:41:50 +00:00
2015-06-16 22:37:50 +00:00
2015-07-31 18:58:39 +00:00
2015-07-16 13:54:14 +00:00
2015-07-01 18:10:20 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-18 18:31:46 +00:00
2015-05-28 20:44:28 +00:00
2015-06-16 06:07:24 +00:00
2015-07-28 00:48:32 +00:00
2015-06-17 20:52:32 +00:00
2015-05-26 18:35:10 +00:00
2015-07-14 03:07:06 +00:00
2015-05-21 10:05:03 +00:00
2015-05-26 18:35:10 +00:00
2015-06-02 22:33:30 +00:00
2015-05-28 22:12:27 +00:00
2015-06-22 01:29:24 +00:00
2015-07-16 13:55:39 +00:00
2015-07-09 17:40:29 +00:00
2015-06-22 18:29:44 +00:00
2015-06-24 12:49:42 +00:00
2015-06-17 20:52:32 +00:00
2015-06-27 20:33:26 +00:00
2015-07-10 00:08:49 +00:00
2015-06-17 20:52:32 +00:00
2015-07-07 23:23:03 +00:00
2015-07-01 16:45:47 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-30 22:46:59 +00:00
2015-06-17 20:52:32 +00:00
2015-07-07 23:45:58 +00:00
2015-07-08 18:09:39 +00:00
2015-06-17 20:52:32 +00:00
2015-06-26 14:51:49 +00:00
2015-06-04 22:50:05 +00:00
2015-06-17 20:52:32 +00:00
2015-07-08 22:35:20 +00:00
2015-05-21 14:01:32 +00:00
2015-07-05 19:03:51 +00:00
2015-07-05 19:06:32 +00:00
2015-05-21 14:01:32 +00:00
2015-07-28 00:48:32 +00:00
2015-05-21 14:01:32 +00:00
2015-07-08 08:07:57 +00:00
2015-07-08 08:07:57 +00:00
2015-06-22 21:10:42 +00:00
2015-06-07 18:34:25 +00:00
2015-07-31 18:58:39 +00:00
2015-06-17 20:52:32 +00:00
2015-07-31 18:58:39 +00:00
2015-06-26 00:26:44 +00:00
2015-06-04 23:03:21 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-25 00:28:42 +00:00
2015-06-04 22:05:51 +00:00
2015-06-20 17:14:07 +00:00
2015-06-30 08:49:35 +00:00
2015-06-30 08:49:35 +00:00
2015-05-28 20:44:28 +00:00
2015-05-28 20:44:28 +00:00
2015-05-28 20:44:28 +00:00
2015-07-28 16:24:05 +00:00
2015-07-28 16:24:05 +00:00
2015-07-28 16:24:05 +00:00
2015-07-01 23:12:13 +00:00
2015-06-18 21:34:26 +00:00
2015-07-31 18:58:39 +00:00
2015-05-21 10:05:03 +00:00
2015-07-26 17:02:25 +00:00
2015-07-28 00:48:32 +00:00
2015-07-18 17:05:39 +00:00
2015-07-18 17:05:39 +00:00
2015-07-09 07:42:48 +00:00
2015-07-19 17:09:43 +00:00
2015-07-19 17:09:43 +00:00
2015-06-07 16:09:48 +00:00
2015-06-07 16:09:48 +00:00
2015-07-25 14:07:20 +00:00
2015-07-29 21:44:27 +00:00
2015-07-29 20:31:45 +00:00
2015-07-29 21:44:27 +00:00
2015-07-16 21:14:26 +00:00
2015-07-29 21:44:27 +00:00
2015-07-16 21:14:26 +00:00
2015-06-24 00:03:48 +00:00
2015-07-28 08:54:41 +00:00
2015-06-24 00:07:16 +00:00
2015-06-24 00:03:48 +00:00
2015-07-28 08:54:41 +00:00
2015-06-22 09:01:15 +00:00
2015-07-06 20:46:41 +00:00
2015-07-12 17:40:49 +00:00
2015-07-19 17:09:43 +00:00
2015-07-19 17:09:43 +00:00
2015-07-28 08:54:41 +00:00
2015-07-12 17:40:49 +00:00
2015-07-27 23:01:41 +00:00
2015-07-13 13:55:18 +00:00
2015-05-21 10:05:03 +00:00
2015-07-06 22:35:19 +00:00
2015-07-08 21:03:47 +00:00
2015-07-06 22:35:19 +00:00
2015-07-03 08:01:36 +00:00
2015-07-12 11:15:19 +00:00
2015-06-17 20:52:32 +00:00
2015-07-10 00:08:49 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-07-10 18:29:02 +00:00
2015-07-01 23:12:13 +00:00
2015-06-26 18:55:48 +00:00
2015-06-17 20:52:32 +00:00
2015-06-30 14:38:57 +00:00
2015-07-29 22:32:47 +00:00
2015-05-22 18:10:47 +00:00
2015-06-16 21:40:28 +00:00
2015-07-10 22:09:55 +00:00
2015-06-27 03:46:58 +00:00