Daniel Sanders
25ee861372
[debugify] Move the Debugify pass from tools/opt to lib/Transform/Utils
...
Summary:
I need to make use of this pass from a driver program that isn't opt.
Therefore this patch moves this pass into the LLVM library so that it is
available for use elsewhere.
There was one function I kept in tools/opt which is exportDebugifyStats()
this is because it's serializing the statistics into a human readable
format and this seemed more in keeping with opt than a library function
Reviewers: vsk, aprantl
Subscribers: mgorny, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69926
2019-11-07 14:41:54 -08:00
..
2019-01-24 00:10:25 +00:00
2019-04-23 14:51:27 +00:00
2019-10-16 22:23:20 +00:00
2019-03-12 18:20:25 +00:00
2019-09-30 19:43:48 +00:00
2019-10-01 21:25:36 +00:00
2019-07-01 22:43:39 +00:00
2019-10-21 17:51:54 +00:00
2019-08-28 21:27:50 +00:00
2019-08-28 21:27:50 +00:00
2019-11-07 14:41:54 -08:00
2019-10-16 01:50:21 +00:00
2019-01-19 08:50:56 +00:00
2019-11-07 14:41:54 -08:00
2019-02-01 20:44:24 +00:00
2019-08-16 23:30:16 +00:00
2019-02-01 02:28:03 +00:00
2019-08-15 15:54:37 +00:00
2019-09-26 15:20:17 +00:00
2019-06-27 11:44:45 +00:00
2019-11-07 15:13:35 +03:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-09-04 17:28:48 +00:00
2019-11-06 18:36:00 -08:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-10-29 12:05:09 +00:00
2019-09-07 03:09:36 +00:00
2019-01-19 08:50:56 +00:00
2019-11-07 11:19:41 -08:00
2019-11-05 13:40:10 -08:00
2019-08-15 15:54:37 +00:00
2019-08-29 04:26:29 +00:00
2019-11-03 20:02:54 +01:00
2019-11-06 15:08:59 +03:00
2019-11-03 20:05:18 +01:00
2019-09-04 19:16:04 +00:00
2019-09-13 08:03:32 +00:00
2019-02-01 20:43:25 +00:00
2019-02-01 20:44:47 +00:00
2019-07-16 04:46:31 +00:00
2019-01-19 08:50:56 +00:00
2019-09-07 03:09:36 +00:00
2019-09-11 16:19:50 +00:00
2019-09-27 16:55:49 +00:00
2019-01-19 08:50:56 +00:00
2019-10-07 18:14:24 +00:00
2019-04-14 07:28:29 +00:00
2019-02-01 02:28:03 +00:00
2019-11-04 11:03:28 -08:00
2019-06-15 08:48:52 +00:00
2019-10-21 15:10:26 +00:00
2019-10-28 12:57:26 -07:00
2019-01-19 08:50:56 +00:00
2019-02-06 20:25:17 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-08-15 15:54:37 +00:00
2019-01-19 08:50:56 +00:00
2019-03-15 16:57:23 +00:00
2019-08-28 17:43:14 +00:00
2019-09-30 09:37:05 +00:00