Initial checkin of Datastructure analysis.
authorChris Lattner <sabre@nondot.org>
Tue, 26 Mar 2002 22:39:06 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Mar 2002 22:39:06 +0000 (22:39 +0000)
commitbb2a28fec5054e025bc274570e8729500c4670b6
treedb2e6520b66293318d9f09b6446ab8740ca358d7
parentd9ddf050141bb158ab77ccc3c482b44ab2f66268
Initial checkin of Datastructure analysis.

Has bugs, but shouldn't crash in theory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1994 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/ComputeClosure.cpp [new file with mode: 0644]
lib/Analysis/DataStructure/DataStructure.cpp [new file with mode: 0644]
lib/Analysis/DataStructure/EliminateNodes.cpp [new file with mode: 0644]
lib/Analysis/DataStructure/FunctionRepBuilder.cpp [new file with mode: 0644]
lib/Analysis/DataStructure/FunctionRepBuilder.h [new file with mode: 0644]
lib/Analysis/DataStructure/Makefile [new file with mode: 0644]
lib/Analysis/DataStructure/NodeImpl.cpp [new file with mode: 0644]