llvm-6502/lib/Analysis/DataStructure
Chris Lattner 4bdb9b7ebe - Make sure to only keep track of mappings that the TD pass may need in the
future.  This prevents having spurious map entries to nodes that we really
    don't care about.  This allows us to reenable the DeadNodeElim, which was
    disabled.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4260 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-22 16:01:03 +00:00
..
BottomUpClosure.cpp The callee is not correct, and confuses the TD pass. Null it out. 2002-10-22 15:58:46 +00:00
DataStructure.cpp Delete unused arguments to DSGraph::cloneInto method 2002-10-21 19:50:29 +00:00
Local.cpp Don't create a new node for every reference to a global. This caused a huge 2002-10-21 13:51:30 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Printer.cpp Fix a confusing bug that caused return value and callee pointers to not 2002-10-21 13:47:57 +00:00
Steensgaard.cpp - Make DSCallSite not inherit from std::vector. Renamed methods slightly. 2002-10-21 02:08:03 +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