aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Printer.cpp
AgeCommit message (Expand)Author
2002-11-03Rename ValueMap to ScalarMapChris Lattner
2002-11-03Rename NewNode flag to HeapNodeChris Lattner
2002-11-03Change the letters used to represent stack and heap allocations to "S" and "H"Chris Lattner
2002-11-02Implement the "unknown flag" which mainly consists of aligning printing codeChris Lattner
2002-11-02Stop representing scalars as explicit nodes in the graph. Now the onlyChris Lattner
2002-10-21Fix a confusing bug that caused return value and callee pointers to notChris Lattner
2002-10-21 - Make DSCallSite not inherit from std::vector. Renamed methods slightly.Chris Lattner
2002-10-20Fix previous checkin :(Chris Lattner
2002-10-20Print the array flagChris Lattner
2002-10-20Added a first-class representation for each call site that can beVikram S. Adve
2002-10-18Convert typerec to be a structure instead of a pairChris Lattner
2002-10-17Print Mod/ref infoChris Lattner
2002-10-17Reenable printing of TD analysisChris Lattner
2002-10-17Cleanup data structure graph printer, eliminate hard coded printing inChris Lattner
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