summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove this code as it is currently completely broken and unmaintained.Chris Lattner2005-01-281-502/+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-2/+4
| | | | llvm-svn: 19506
* Get lib/Analysis/DataStructure to compile with VC++Jeff Cohen2005-01-091-1/+2
| | | | llvm-svn: 19412
* 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
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-1/+1
| | | | | | | from ModulePass. Instead of implementing Pass::run, then should implement ModulePass::runOnModule. llvm-svn: 16436
* Changes For Bug 352Reid Spencer2004-09-011-5/+5
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-3/+2
| | | | llvm-svn: 15328
* Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner2004-07-071-2/+2
| | | | llvm-svn: 14663
* Moved IPModRef out of the public include dirChris Lattner2004-06-281-1/+1
| | | | llvm-svn: 14455
* Move MemoryDepAnalysis.h into lib/Analysis/DataStructureChris Lattner2004-06-281-1/+1
| | | | llvm-svn: 14448
* Files depend on DSA, moved to lib/Analysis/DataStructureMisha Brukman2004-06-221-0/+500
llvm-svn: 14326
OpenPOWER on IntegriCloud