llvm-6502/lib/Analysis/DataStructure
Chris Lattner 92673296e6 Stop representing scalars as explicit nodes in the graph. Now the only
nodes in the graph are memory objects, which is very nice.  This also greatly
reduces the size and memory footprint for DSGraphs.  For example, the local
DSGraph for llu went from 65 to 13 nodes with this change.  As a side bonus,
dot seems to lay out the graphs slightly better too.  :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4488 91177308-0d34-0410-b5e6-96231b3b80d8
2002-11-02 00:13:20 +00:00
..
BottomUpClosure.cpp Stop representing scalars as explicit nodes in the graph. Now the only 2002-11-02 00:13:20 +00:00
DataStructure.cpp Stop representing scalars as explicit nodes in the graph. Now the only 2002-11-02 00:13:20 +00:00
Local.cpp Stop representing scalars as explicit nodes in the graph. Now the only 2002-11-02 00:13:20 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Printer.cpp Stop representing scalars as explicit nodes in the graph. Now the only 2002-11-02 00:13:20 +00:00
Steensgaard.cpp Fix comments, steens is context sensitive, we just haven't implemented 2002-11-01 17:34:23 +00:00
TopDownClosure.cpp - Make sure to only keep track of mappings that the TD pass may need in the 2002-10-22 16:01:03 +00:00