index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
DSGraph.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doxygenified and cleand up comments.
Misha Brukman
2004-03-11
1
-44
/
+50
*
new method
Chris Lattner
2004-03-09
1
-0
/
+4
*
Rename method, add new method
Chris Lattner
2004-03-03
1
-1
/
+7
*
De-inline methods
Chris Lattner
2004-03-03
1
-16
/
+3
*
Update comments and add warning
Chris Lattner
2004-02-21
1
-2
/
+5
*
Add a method useful for updating DSA
Chris Lattner
2004-02-19
1
-0
/
+9
*
Substantially improve the DSA code by removing 'forwarding' nodes from
Chris Lattner
2004-02-08
1
-0
/
+1
*
Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode>
Chris Lattner
2004-02-08
1
-4
/
+4
*
Change to use iterators instead of direct access
Chris Lattner
2004-02-08
1
-2
/
+2
*
Abstract out the Nodes collection. Instead of providing a getNodes() method,
Chris Lattner
2004-02-07
1
-3
/
+5
*
Keep track of all of the globals inserted into the scalar map
Chris Lattner
2004-01-28
1
-4
/
+26
*
Pull the ScalarMap out into something that is more structured than what we had
Chris Lattner
2004-01-28
1
-1
/
+42
*
* cloneReachable* and clonePartiallyInto are not obsolete
Chris Lattner
2004-01-27
1
-38
/
+46
*
Add new flag, other minor modifications
Chris Lattner
2004-01-23
1
-5
/
+7
*
Eliminated the CompletedNodes argument to the cloneReachable* methods. This
Chris Lattner
2004-01-22
1
-5
/
+2
*
Remove const qualifier (all Value*'s are nonconst in DSA, so it's not clear
Chris Lattner
2004-01-22
1
-1
/
+20
*
Add argument
Chris Lattner
2003-11-12
1
-1
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Add new method
Chris Lattner
2003-11-11
1
-0
/
+9
*
All DSGraphs keep a reference to the targetdata they are created with. This is
Chris Lattner
2003-11-02
1
-5
/
+16
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Unsquishify
Chris Lattner
2003-09-20
1
-1
/
+1
*
Add a comment to the method decl
Chris Lattner
2003-08-05
1
-7
/
+11
*
Added declaration of mergeInGlobalsGraph
Sumant Kowshik
2003-08-05
1
-0
/
+2
*
(1) Added DSGraph::cloneReachableSubgraph and DSGraph::cloneReachableNodes
Vikram S. Adve
2003-07-16
1
-4
/
+35
*
Add new methods
Chris Lattner
2003-07-02
1
-0
/
+12
*
Add new method
Chris Lattner
2003-06-30
1
-0
/
+4
*
Be more const correct
Chris Lattner
2003-06-30
1
-1
/
+1
*
Substantial revamp: DSGraphs now may contain the graphs for multiple functions
Chris Lattner
2003-06-30
1
-24
/
+41
*
Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues
Chris Lattner
2003-06-28
1
-7
/
+10
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+0
*
Lots of changes to make the NodeType field private to DSNode.
Chris Lattner
2003-06-19
1
-2
/
+2
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Fix uninitialized member problem
Chris Lattner
2003-02-11
1
-1
/
+2
*
Implement a new method "viewGraph" which can be used to instantly view a grap...
Chris Lattner
2003-02-10
1
-0
/
+9
*
TD Pass now does not cause globals to mark nodes incomplete.
Chris Lattner
2003-02-09
1
-0
/
+1
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
1
-2
/
+3
*
Add sanity check
Chris Lattner
2003-02-04
1
-1
/
+4
*
* Add a bunch of stuff for checking the integrity of the graph
Chris Lattner
2003-02-03
1
-2
/
+27
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-7
/
+7
*
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
1
-7
/
+12
*
Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph.
Vikram S. Adve
2002-11-27
1
-0
/
+1
*
Add capability to set a preference of what call vector is printed to dot files
Chris Lattner
2002-11-10
1
-0
/
+11
*
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
1
-2
/
+2
*
Move maskNodeTypes from cpp file
Chris Lattner
2002-11-09
1
-4
/
+7
*
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
1
-1
/
+1
*
Make removeTriviallyDeadNodes a private interface
Chris Lattner
2002-11-09
1
-18
/
+8
*
Add initial support for a globals graph
Chris Lattner
2002-11-09
1
-11
/
+14
*
Add another option to cloneGraph
Chris Lattner
2002-11-08
1
-2
/
+3
*
- Add support for an "auxillary" call site list
Chris Lattner
2002-11-08
1
-14
/
+27
[next]