aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DependenceGraph.h
AgeCommit message (Expand)Author
2004-06-28Moved to lib/analysis/datastructureChris Lattner
2004-03-11Doxygenified and cleand up comments.Misha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-07-25#include <cassert> as necessary...Chris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-06-03Minor cleanups:Chris Lattner
2002-12-12Make a release build compile. This field is not really an enum, it's really ...Chris Lattner
2002-12-08An explicit representation of dependence graphs, and a pass thatVikram S. Adve