aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DependenceGraph.h
Commit message (Expand)AuthorAgeFilesLines
* Doxygenified and cleand up comments.Misha Brukman2004-03-111-53/+37
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* #include <cassert> as necessary...Chris Lattner2003-07-251-0/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+0
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Minor cleanups:Chris Lattner2003-06-031-26/+36
* Make a release build compile. This field is not really an enum, it's really ...Chris Lattner2002-12-121-2/+2
* An explicit representation of dependence graphs, and a pass thatVikram S. Adve2002-12-081-0/+250