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
/
include
/
llvm
/
Analysis
/
DataStructure
/
EquivClassGraphs.h
Age
Commit message (
Expand
)
Author
2005-04-02
merge EquivClassGraphs.h into DataStructure.h with the other DSA pass definit...
Chris Lattner
2005-04-02
add and use a callee_iterator typedef
Chris Lattner
2005-04-02
Change the ActualCallees callgraph from hash_multimap<Instruction,Function>
Chris Lattner
2005-03-19
Each DS collection now contains an equivalence class of globals values.
Chris Lattner
2005-03-15
Do it right...
Jeff Cohen
2005-03-15
Fix VC++ breakage.
Jeff Cohen
2005-03-13
Add support for printing EQ graphs
Chris Lattner
2005-03-12
remove this from the PA namespace, leaving it in the llvm ns
Chris Lattner
2005-03-11
Fix some crashes noted by John Mellor-Crummey's group.
Chris Lattner
2004-11-02
Substantially cleanup/speedup the eq graphs pass by walking the callgraph
Chris Lattner
2004-11-01
Remove more dead methods
Chris Lattner
2004-11-01
Delete a dead method
Chris Lattner
2004-11-01
Rename FoldedGraph -> DSInfo to be consistent with other passes
Chris Lattner
2004-11-01
Get rid of the EquivClassGraphArgsInfo class, and the map that held it.
Chris Lattner
2004-11-01
Eliminate the cloneGraph method
Chris Lattner
2004-10-31
* Do not refer to ActualCallees in CBU, when we can do it locally.
Chris Lattner
2004-10-31
Simplify graph traversal, improve grammar
Chris Lattner
2004-10-31
Do not do horrible things to the CBU graphs. In particular, we do NOT own
Chris Lattner
2004-09-20
Adjust to API changes
Chris Lattner
2004-09-14
Adjust to #include movage
Chris Lattner
2004-07-07
Headers moved
Chris Lattner
2004-05-23
Complete rewrite of the code that merges DS graphs for equivalence classes
Vikram S. Adve