aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/PgmDependenceGraph.h
Commit message (Expand)AuthorAgeFilesLines
* Doxygenified and cleand up comments.Misha Brukman2004-03-111-75/+64
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* This should use Support/iterator, not <iterator>Chris Lattner2003-08-311-3/+2
* Remove a ton of extraneous #includesChris Lattner2003-06-221-6/+1
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* Iterator that enumerates the ProgramDependenceGraph (PDG) for a function,Vikram S. Adve2002-12-081-0/+308