Chris Lattner b80e2be889 Switch the allnodes list from a vector of pointers to an ilist of nodes.
This eliminates the vector, allows constant time removal of a node from
a graph, and makes iteration over the all nodes list stable when adding
nodes to the graph.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24262 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-09 23:46:43 +00:00
..
2005-04-21 20:39:54 +00:00
2005-04-21 20:39:54 +00:00
2005-04-21 20:39:54 +00:00
2005-10-20 07:37:59 +00:00
2005-10-21 15:49:28 +00:00
2005-04-21 20:39:54 +00:00
2005-07-11 04:49:33 +00:00
2005-11-06 17:40:18 +00:00
2005-08-01 20:38:31 +00:00
2005-10-24 04:13:21 +00:00
2005-04-22 03:46:24 +00:00
2005-08-18 18:44:33 +00:00
2005-01-05 16:27:34 +00:00
2005-04-21 20:39:54 +00:00
2005-08-25 17:07:09 +00:00