index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
/
Printer.cpp
Age
Commit message (
Expand
)
Author
2006-06-27
For PR801:
Reid Spencer
2006-06-05
For PR798:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-02
EquivClassGraphs is now in DataStructure.h
Chris Lattner
2005-03-25
no really, don't double count these nodes either!
Chris Lattner
2005-03-25
Don't count all of the nodes in the SCC once for each function in the SCC.
Chris Lattner
2005-03-20
print out equiv class info.
Chris Lattner
2005-03-16
remove use of compat_iterator.
Chris Lattner
2005-03-15
Start using retnodes_* for iteration.
Chris Lattner
2005-03-13
ADd support for printing eqgraphs.
Chris Lattner
2005-02-01
Signficantly speed up printing by not emitting the same file twice with
Chris Lattner
2005-01-30
* Make some methods more const correct.
Chris Lattner
2004-10-30
Fix some more problems where we called getOffset before getNode()
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-18
bug 122:
Reid Spencer
2004-07-07
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-06-22
If an edge points to a field of another memory object, actually reflect this
Chris Lattner
2004-05-05
Move the stuff that fixes the size, orientation & fonts of graphs to
Brian Gaeke
2004-03-02
FINALLY be able to get symbolic type names in the globals graph!
Chris Lattner
2004-02-25
Try harder to get symbol info
Chris Lattner
2004-02-21
Use handy method
Chris Lattner
2004-02-07
getNodes() is gone, use node_begin/end instead
Chris Lattner
2004-01-22
Allow disabling of ALL printing overhead when performing timings
Chris Lattner
2003-11-13
Implement the CompleteBU pass
Chris Lattner
2003-11-12
Fine-grainify namespaces for this library
Chris Lattner
2003-11-12
Print return nodes for graphs with multiple functions in them correctly
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-07-02
Print collapsed to match the paper
Chris Lattner
2003-07-01
Dont' print scalar nodes for ConstantPointerRefs
Chris Lattner
2003-06-30
Use the getFunctionNames method
Chris Lattner
2003-06-30
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-22
Remove support for the MultiObject flag, which was fundamentally broken
Chris Lattner
2003-06-19
* Changes to make NodeType be private to DSNode.
Chris Lattner
2003-02-14
Mark function edges
Chris Lattner
2003-02-13
Use the new tailclip property new added to graphviz CVS to make call nodes
Chris Lattner
2003-02-11
Minor tweaks to printing. Close the file before viewing it in viewGraph
Chris Lattner
2003-02-10
Implement a new "viewGraph" method which can be used to instantly view a grap...
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-04
Fix printing of nonfunction graphs
Chris Lattner
2003-02-02
Be a bit more specific in caption
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
Remove using declarations
Chris Lattner
2002-11-18
Add stats
Chris Lattner
2002-11-11
Print the right call set size
Chris Lattner
2002-11-10
Honor the shouldPrintAuxCalls flag
Chris Lattner
2002-11-09
Remove obsolete code
Chris Lattner
2002-11-09
Fix logic
Chris Lattner
2002-11-09
Add globals graphs to all three passes
Chris Lattner
2002-11-08
Add flush
Chris Lattner
[next]