llvm-6502/lib/Analysis/DataStructure
Chris Lattner 9cb992ab72 Remove this code as it is currently completely broken and unmaintained.
If needed, this can be resurrected from CVS.

Note that several of the interfaces (e.g. the IPModRef ones) are supersumed
by generic AliasAnalysis interfaces that have been written since this code
was developed (and they are not DSA specific).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19864 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-28 06:12:46 +00:00
..
BottomUpClosure.cpp Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. 2005-01-24 20:00:14 +00:00
CompleteBottomUp.cpp Fix a nasty dangling pointer problem, due to a free'd pointer being left in 2004-10-07 20:01:31 +00:00
DataStructure.cpp Silence VC++ warnings. 2005-01-12 04:51:37 +00:00
DataStructureAA.cpp Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. 2005-01-24 20:00:14 +00:00
DataStructureOpt.cpp Add last four createXxxPass functions 2005-01-09 20:42:52 +00:00
DataStructureStats.cpp For PR387:\ 2004-12-07 04:03:45 +00:00
DSCallSiteIterator.h Move all of the DSA headers into the Analysis/DataStructure subdir. 2004-07-07 06:32:21 +00:00
EquivClassGraphs.cpp Make this build in release mode 2004-11-11 22:11:17 +00:00
GraphChecker.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
Local.cpp Silence VC++ warnings. 2005-01-12 04:51:37 +00:00
Makefile Fix library name. 2004-10-28 05:36:48 +00:00
Printer.cpp Fix some more problems where we called getOffset before getNode() 2004-10-30 07:21:19 +00:00
Steensgaard.cpp Add last four createXxxPass functions 2005-01-09 20:42:52 +00:00
TopDownClosure.cpp Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. 2005-01-24 20:00:14 +00:00