Andrew Trick
b4566a9999
Initialize SUnits before DAG building.
...
Affect on SD scheduling and postRA scheduling:
Printing the DAG will display the nodes in top-down topological order.
This matches the order within the MBB and makes my life much easier in general.
Affect on misched:
We don't need to track virtual register uses at all. This is awesome.
I also intend to rely on the SUnit ID as a topo-sort index. So if A < B then we cannot have an edge B -> A.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151135 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-22 06:08:11 +00:00
..
2012-02-22 01:19:35 +00:00
2012-02-20 18:04:14 +00:00
2011-11-14 17:45:03 +00:00
2012-02-07 10:53:19 +00:00
2012-02-22 06:08:11 +00:00
2012-02-13 18:48:10 +00:00
2011-09-21 01:13:16 +00:00
2012-02-05 22:14:15 +00:00
2012-02-21 07:36:39 +00:00
2012-02-12 06:12:10 +00:00
2012-02-21 03:39:36 +00:00
2012-02-19 11:35:20 +00:00
2012-02-22 05:59:10 +00:00
2012-02-13 22:50:51 +00:00
2011-12-20 02:50:00 +00:00
2012-02-08 01:11:21 +00:00
2011-11-27 06:18:33 +00:00
2012-01-31 00:26:24 +00:00
2011-11-04 19:04:23 +00:00
2012-02-05 22:14:15 +00:00
2012-02-05 20:54:10 +00:00
2011-11-04 18:19:43 +00:00
2011-12-05 06:29:09 +00:00
2011-10-20 05:23:42 +00:00
2011-08-22 09:37:03 +00:00
2012-01-11 22:06:46 +00:00
2012-02-13 22:50:51 +00:00
2011-10-12 23:37:29 +00:00
2011-12-01 08:00:17 +00:00
2012-02-06 21:44:22 +00:00
2011-12-14 23:49:11 +00:00
2012-02-06 21:44:22 +00:00
2012-01-31 01:46:13 +00:00
2012-01-31 01:58:48 +00:00
2011-12-12 21:14:40 +00:00
2012-02-08 06:36:57 +00:00
2011-10-13 21:08:11 +00:00
2012-02-01 03:51:43 +00:00
2011-10-11 00:24:54 +00:00
2012-01-03 23:47:05 +00:00
2012-02-15 09:09:29 +00:00
2012-02-16 10:28:10 +00:00
2011-08-22 09:37:03 +00:00
2011-12-05 06:29:09 +00:00
2012-02-15 03:21:47 +00:00
2011-11-04 18:19:43 +00:00
2012-02-01 07:16:20 +00:00
2012-02-01 07:16:20 +00:00
2011-12-08 00:15:41 +00:00
2012-01-26 00:06:44 +00:00
2012-02-05 22:14:15 +00:00
2012-01-23 22:57:10 +00:00