aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Writer.h
AgeCommit message (Expand)Author
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26Simplify analyses so that there is only one analysis per classChris Lattner
2002-04-28Remove all contents of the cfg namespace to the global namespaceChris Lattner
2002-04-08Trim #includesChris Lattner
2002-03-06Move callgraph printing out of writer.h into callgraph.hChris Lattner
2002-03-06Pull Callgraph out of the cfg namespaceChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-26Add writer support for call graph nodes and loops and induction variablesChris Lattner
2001-09-28Add capability to print out call graphChris Lattner
2001-07-03IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner
2001-07-03Checkin of new Analysis result printing headerChris Lattner