print out equiv class info.
[oota-llvm.git] / lib / Analysis / DataStructure / Printer.cpp
2005-03-20 Chris Lattnerprint out equiv class info.
2005-03-16 Chris Lattnerremove use of compat_iterator.
2005-03-15 Chris LattnerStart using retnodes_* for iteration.
2005-03-13 Chris LattnerADd support for printing eqgraphs.
2005-02-01 Chris LattnerSignficantly speed up printing by not emitting the...
2005-01-30 Chris Lattner* Make some methods more const correct.
2004-10-30 Chris LattnerFix some more problems where we called getOffset before...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-18 Reid Spencerbug 122:
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-06-22 Chris LattnerIf an edge points to a field of another memory object...
2004-05-05 Brian GaekeMove the stuff that fixes the size, orientation & fonts...
2004-03-02 Chris LattnerFINALLY be able to get symbolic type names in the globa...
2004-02-25 Chris LattnerTry harder to get symbol info
2004-02-21 Chris LattnerUse handy method
2004-02-07 Chris LattnergetNodes() is gone, use node_begin/end instead
2004-01-22 Chris LattnerAllow disabling of ALL printing overhead when performin...
2003-11-13 Chris LattnerImplement the CompleteBU pass
2003-11-12 Chris LattnerFine-grainify namespaces for this library
2003-11-12 Chris LattnerPrint return nodes for graphs with multiple functions...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-07-02 Chris LattnerPrint collapsed to match the paper
2003-07-01 Chris LattnerDont' print scalar nodes for ConstantPointerRefs
2003-06-30 Chris LattnerUse the getFunctionNames method
2003-06-30 Chris LattnerRevamp DSGraphs so that they can support multiple funct...
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-19 Chris Lattner* Changes to make NodeType be private to DSNode.
2003-02-14 Chris LattnerMark function edges
2003-02-13 Chris LattnerUse the new tailclip property new added to graphviz...
2003-02-11 Chris LattnerMinor tweaks to printing. Close the file before viewin...
2003-02-10 Chris LattnerImplement a new "viewGraph" method which can be used...
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-04 Chris LattnerFix printing of nonfunction graphs
2003-02-02 Chris LattnerBe a bit more specific in caption
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerRemove using declarations
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...