index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
/
EquivClassGraphs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a method to compute a commonly used mapping.
Chris Lattner
2005-03-14
1
-5
/
+3
*
Make sure to remove incomplete markers before we add to them! :)
Chris Lattner
2005-03-13
1
-0
/
+1
*
After finishing BU analysis, move all global variables from the globals
Chris Lattner
2005-03-13
1
-3
/
+24
*
ADd support for printing eqgraphs.
Chris Lattner
2005-03-13
1
-2
/
+2
*
remove this from the PA namespace, leaving it in the llvm ns
Chris Lattner
2005-03-12
1
-8
/
+7
*
Move this from the pool allocator project to here, where it logically belongs.
Chris Lattner
2005-03-12
1
-1
/
+1
*
Make things more const-correct, adjust to changes in DSA interfaces.
Chris Lattner
2005-01-30
1
-5
/
+8
*
Make this build in release mode
Chris Lattner
2004-11-11
1
-1
/
+1
*
Graphs that are part of equivalence sets can be multi-function SCC's
Chris Lattner
2004-11-02
1
-3
/
+8
*
Correctly handle new SCC's found as a result of merging EQ graphs do to
Chris Lattner
2004-11-02
1
-5
/
+18
*
Substantially cleanup/speedup the eq graphs pass by walking the callgraph
Chris Lattner
2004-11-02
1
-45
/
+41
*
Minor cleanups
Chris Lattner
2004-11-02
1
-25
/
+21
*
Remove more dead methods
Chris Lattner
2004-11-01
1
-3
/
+2
*
Rename FoldedGraph -> DSInfo to be consistent with other passes
Chris Lattner
2004-11-01
1
-4
/
+4
*
Get rid of the EquivClassGraphArgsInfo class, and the map that held it.
Chris Lattner
2004-11-01
1
-7
/
+8
*
Eliminate the cloneGraph method
Chris Lattner
2004-11-01
1
-8
/
+2
*
* Do not refer to ActualCallees in CBU, when we can do it locally.
Chris Lattner
2004-10-31
1
-27
/
+40
*
Simplify graph traversal, improve grammar
Chris Lattner
2004-10-31
1
-10
/
+9
*
Do not do horrible things to the CBU graphs. In particular, we do NOT own
Chris Lattner
2004-10-31
1
-44
/
+35
*
Fix another bug in Prolangs-C++/objects
Chris Lattner
2004-10-31
1
-1
/
+2
*
Only call getNodeForValue on pointer arguments! this fixes a problem running
Chris Lattner
2004-10-31
1
-5
/
+11
*
Minor cleanups:
Chris Lattner
2004-10-12
1
-23
/
+20
*
Make this build
Chris Lattner
2004-10-11
1
-5
/
+5
*
Moving headers
Chris Lattner
2004-07-07
1
-2
/
+2
*
Complete rewrite of the code that merges DS graphs for equivalence classes
Vikram S. Adve
2004-05-23
1
-0
/
+428