aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Printer.cpp
AgeCommit message (Expand)Author
2002-10-16Make sure to print out the call nodes as wellChris Lattner
2002-10-16 * Print the "return" node in the graphsChris Lattner
2002-10-16The second element of the iterator is really an offset, not a linkChris Lattner
2002-10-16Specify the graph nameChris Lattner
2002-10-16 - DSGraph Printing Improvements:Chris Lattner
2002-10-13Halfway conversion from custom printing to GraphWriter printingChris Lattner
2002-10-03sgefa uses truely huge data structures nodes. Only print part of them if theyChris Lattner
2002-10-03Reimplement/port the Bottom Up Closure passChris Lattner
2002-10-02DataStructure.h doesn't include DSGraph.hChris Lattner
2002-10-02When printing DS nodes, print the mergemap index as well to allow easierChris Lattner
2002-10-01Checkin some major reworks of data structure analysis. This is not done,Chris Lattner
2002-07-31Add new -only-print-main-ds option that causes mains ds graph to beChris Lattner
2002-07-30Print globals graph after either the BU or the TD pass.Vikram S. Adve
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-18Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.Chris Lattner
2002-07-16added std:: to stringAnand Shukla
2002-07-11* Pass the DSGraph around instead of the Function to printing fnsChris Lattner
2002-07-10New implementation of data structure analysis. Only local analysis has beenChris Lattner