Sergey Bogolepov
6a4722188f
Extract SameTypeNamedCompilerPhase from NamedCompilerPhase
...
Currently, compiler pipelines are heavily couples with
NamedCompilerPhase. Unfortunately, NamedCompilerPhase uses the same
type for Input and Output, thus it is not applicable to phases that
try to transform some data purely.
Thus, we separate this class into two, allowing to have a new
inheritor of NamedCompilerPhase with different Input and Output types.
2022-10-13 08:25:26 +00:00
..
2022-09-09 12:51:18 +00:00
2022-10-07 12:43:36 +00:00
2022-09-13 10:32:49 +00:00
2022-08-20 00:56:52 +02:00
2022-09-09 21:31:39 +02:00
2022-10-13 07:32:44 +00:00
2022-05-30 17:13:56 +02:00
2022-08-13 01:33:45 +03:00
2022-09-15 11:06:32 +02:00
2022-09-22 21:56:10 +02:00
2022-08-22 15:42:34 +02:00
2022-09-19 07:33:16 +03:00
2022-10-12 20:53:02 +00:00
2022-10-12 20:53:02 +00:00
2022-10-03 15:48:17 +03:00
2022-09-30 21:39:20 +03:00
2022-10-12 13:58:56 +00:00
2022-10-12 13:58:56 +00:00
2022-09-29 13:56:30 +00:00
2022-10-13 08:25:26 +00:00
2022-08-11 15:22:35 +03:00
2022-09-09 14:38:12 +02:00
2022-09-14 14:40:37 +02:00
2022-10-12 13:58:56 +00:00
2022-10-12 13:58:56 +00:00
2022-10-12 13:58:56 +00:00
2022-10-12 13:58:56 +00:00
2022-09-09 21:31:39 +02:00
2022-09-14 10:15:22 +00:00
2022-09-21 22:53:19 +00:00
2022-10-13 07:32:44 +00:00
2022-10-12 13:58:56 +00:00
2022-09-09 12:51:18 +00:00
2022-09-29 13:56:30 +00:00
2022-10-13 07:32:44 +00:00
2022-09-27 13:34:09 +02:00
2022-09-21 22:53:19 +00:00
2022-08-31 20:54:50 +02:00
2022-10-10 16:52:34 +00:00
2022-09-09 12:51:18 +00:00
2022-09-30 21:39:20 +03:00
2022-10-10 16:52:34 +00:00
2022-08-04 14:12:05 +00:00
2022-06-23 10:12:38 +00:00
2022-06-24 23:57:12 +03:00
2022-09-13 09:05:48 +00:00
2022-09-27 12:49:54 +00:00