llvm-6502/lib/Analysis/DataStructure
Chris Lattner 706e7ab871 Fix a bug where we would incorrectly delete globals which had edges to alive nodes in
a graph in the t-d pass.  This slows down the TD pass by quite a bit (1/3), but is
needed for correctness.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5464 91177308-0d34-0410-b5e6-96231b3b80d8
2003-02-01 06:51:17 +00:00
..
BottomUpClosure.cpp Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) 2003-02-01 04:52:08 +00:00
DataStructure.cpp Fix a bug where we would incorrectly delete globals which had edges to alive nodes in 2003-02-01 06:51:17 +00:00
DataStructureStats.cpp Add hack to only consider indirect calls indirect if they do more than cast 2002-11-17 22:17:12 +00:00
IPModRef.cpp Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) 2003-02-01 04:52:08 +00:00
Local.cpp Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) 2003-02-01 04:52:08 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
MemoryDepAnalysis.cpp An explicit representation of dependence graphs, and a pass that 2002-12-08 13:26:29 +00:00
Parallelize.cpp This file implements a pass that automatically parallelizes a program, 2002-12-10 00:43:34 +00:00
PgmDependenceGraph.cpp Iterator that enumerates the ProgramDependenceGraph (PDG) for a function, 2002-12-08 14:13:19 +00:00
Printer.cpp Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) 2003-02-01 04:52:08 +00:00
Steensgaard.cpp Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) 2003-02-01 04:52:08 +00:00
TopDownClosure.cpp Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) 2003-02-01 04:52:08 +00:00