Start using the new function cloning header
[oota-llvm.git] / lib / Analysis / DataStructure / Printer.cpp
2002-11-18 Chris LattnerAdd stats
2002-11-11 Chris LattnerPrint the right call set size
2002-11-10 Chris LattnerHonor the shouldPrintAuxCalls flag
2002-11-09 Chris LattnerRemove obsolete code
2002-11-09 Chris LattnerFix logic
2002-11-09 Chris LattnerAdd globals graphs to all three passes
2002-11-08 Chris LattnerAdd flush
2002-11-07 Chris LattnerCompute total number of nodes and # call nodes
2002-11-07 Chris LattnerWhen the -only-print-main-ds option is specified, still...
2002-11-06 Chris LattnerDramatically simplify internal DSNode representation...
2002-11-03 Chris LattnerRename ValueMap to ScalarMap
2002-11-03 Chris LattnerRename NewNode flag to HeapNode
2002-11-03 Chris LattnerChange the letters used to represent stack and heap...
2002-11-02 Chris LattnerImplement the "unknown flag" which mainly consists...
2002-11-02 Chris LattnerStop representing scalars as explicit nodes in the...
2002-10-21 Chris LattnerFix a confusing bug that caused return value and callee...
2002-10-21 Chris Lattner - Make DSCallSite not inherit from std::vector. ...
2002-10-20 Chris LattnerFix previous checkin :(
2002-10-20 Chris LattnerPrint the array flag
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-18 Chris LattnerConvert typerec to be a structure instead of a pair
2002-10-17 Chris LattnerPrint Mod/ref info
2002-10-17 Chris LattnerReenable printing of TD analysis
2002-10-17 Chris LattnerCleanup data structure graph printer, eliminate hard...
2002-10-16 Chris LattnerMake sure to print out the call nodes as well
2002-10-16 Chris Lattner * Print the "return" node in the graphs
2002-10-16 Chris LattnerThe second element of the iterator is really an offset...
2002-10-16 Chris LattnerSpecify the graph name
2002-10-16 Chris Lattner - DSGraph Printing Improvements:
2002-10-13 Chris LattnerHalfway conversion from custom printing to GraphWriter...
2002-10-03 Chris Lattnersgefa uses truely huge data structures nodes. Only...
2002-10-03 Chris LattnerReimplement/port the Bottom Up Closure pass
2002-10-02 Chris LattnerDataStructure.h doesn't include DSGraph.h
2002-10-02 Chris LattnerWhen printing DS nodes, print the mergemap index as...
2002-10-01 Chris LattnerCheckin some major reworks of data structure analysis...
2002-07-31 Chris LattnerAdd new -only-print-main-ds option that causes mains...
2002-07-30 Vikram S. AdvePrint globals graph after either the BU or the TD pass.
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-18 Chris LattnerLots of bug fixes, add BottomUpClosure, which has bugs...
2002-07-16 Anand Shuklaadded std:: to string
2002-07-11 Chris Lattner* Pass the DSGraph around instead of the Function to...
2002-07-10 Chris LattnerNew implementation of data structure analysis. Only...