summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/PgmDependenceGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove this code as it is currently completely broken and unmaintained.Chris Lattner2005-01-281-258/+0
| | | | | | | | | | 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). llvm-svn: 19864
* Silence VC++ warnings.Chris Lattner2005-01-121-1/+1
| | | | llvm-svn: 19506
* For PR387:\Reid Spencer2004-12-071-1/+1
| | | | | | | Make only one print method to avoid overloaded virtual warnings when \ compiled with -Woverloaded-virtual llvm-svn: 18589
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
| | | | llvm-svn: 14622
* Move MemoryDepAnalysis.h into lib/Analysis/DataStructureChris Lattner2004-06-281-1/+0
| | | | llvm-svn: 14448
* Move PgmDependenceGraph.h out of the public include hierarchyChris Lattner2004-06-281-1/+1
| | | | llvm-svn: 14446
* File depends on MemoryDepAnalysis (DSA); moved to lib/Analysis/DataStructureMisha Brukman2004-06-221-0/+258
llvm-svn: 14327
OpenPOWER on IntegriCloud