Daniel Sanders
3239c724ab
[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-11-06 14:32:35 -05:00
2019-10-30 11:40:16 -07:00
2019-11-01 15:38:49 -07:00
2019-08-15 15:54:37 +00:00
2019-11-06 14:32:35 -05:00
2019-10-29 22:46:13 -07:00
2019-11-07 09:26:31 -08:00
2019-08-05 05:43:48 +00:00
2019-02-21 07:42:31 +00:00
2019-07-08 02:06:34 +00:00
2019-11-05 15:54:56 +09:00
2019-08-05 05:43:48 +00:00
2019-10-23 12:24:35 +02:00
2019-11-01 09:13:58 -07:00
2019-10-29 22:38:38 -07:00
2019-06-12 11:32:43 +00:00
2019-10-21 11:06:38 +00:00
2019-06-21 11:49:20 +00:00
2019-08-05 05:43:48 +00:00
2019-02-21 07:42:31 +00:00
2019-10-08 08:21:20 +00:00
2019-10-08 08:21:20 +00:00
2019-10-23 12:24:35 +02:00
2019-08-15 15:54:37 +00:00
2019-10-23 12:24:35 +02:00
2019-08-20 20:45:16 +00:00
2019-08-15 10:55:25 +00:00
2019-10-24 10:14:34 -07:00
2019-08-15 15:54:37 +00:00
2019-02-21 07:57:14 +00:00
2019-10-23 12:24:35 +02:00
2019-01-19 08:50:56 +00:00
2019-08-15 15:54:37 +00:00
2019-10-15 20:10:34 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-10-23 12:24:35 +02:00
2019-10-23 12:24:35 +02:00
2019-02-21 07:57:14 +00:00
2019-10-23 12:24:35 +02:00
2019-01-19 08:50:56 +00:00
2019-08-05 05:43:48 +00:00
2019-01-19 08:50:56 +00:00
2019-09-11 21:35:28 +00:00
2019-11-06 17:04:04 -08:00
2019-10-23 12:24:35 +02:00
2019-08-15 15:54:37 +00:00
2019-09-13 20:52:04 +00:00
2019-08-15 15:54:37 +00:00
2019-10-21 17:51:54 +00:00
2019-08-15 15:54:37 +00:00
2019-11-07 11:51:34 -05:00
2019-09-19 20:04:04 +00:00
2019-10-23 12:24:35 +02:00
2019-08-28 22:59:04 +00:00
2019-10-14 17:29:15 +00:00
2019-01-19 08:50:56 +00:00
2019-08-05 05:43:48 +00:00
2019-08-15 15:54:37 +00:00
2019-06-21 11:49:20 +00:00
2019-08-05 20:59:25 +00:00
2019-10-15 08:29:56 +00:00
2019-08-15 05:15:22 +00:00
2019-02-21 07:57:14 +00:00
2019-09-16 18:49:54 +00:00
2019-06-19 07:39:53 +00:00
2019-10-31 12:25:37 +03:00
2019-11-07 14:41:54 -08:00
2019-10-02 16:06:50 +00:00
2019-09-09 17:43:50 +00:00
2019-10-23 12:24:35 +02:00
2019-02-27 13:17:36 +00:00
2019-08-05 05:43:48 +00:00
2019-09-19 17:47:32 +00:00
2018-10-15 21:20:02 +00:00
2019-09-13 16:00:16 +00:00
2019-01-16 20:44:36 +00:00
2019-08-30 18:26:05 +00:00