Age | Commit message (Expand) | Author |
---|---|---|
2005-01-28 | Remove this code as it is currently completely broken and unmaintained. | Chris Lattner |
2005-01-12 | Silence VC++ warnings. | Chris Lattner |
2004-12-07 | For PR387:\ | Reid Spencer |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-06-28 | Move MemoryDepAnalysis.h into lib/Analysis/DataStructure | Chris Lattner |
2004-06-28 | Move PgmDependenceGraph.h out of the public include hierarchy | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-05-29 | Eliminate unnecessary ->get calls that are now automatically handled. | Chris Lattner |
2002-12-08 | Iterator that enumerates the ProgramDependenceGraph (PDG) for a function, | Vikram S. Adve |