aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Printer.cpp
AgeCommit message (Expand)Author
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