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
/
EquivClassGraphs.cpp
Age
Commit message (
Expand
)
Author
2004-11-11
Make this build in release mode
Chris Lattner
2004-11-02
Graphs that are part of equivalence sets can be multi-function SCC's
Chris Lattner
2004-11-02
Correctly handle new SCC's found as a result of merging EQ graphs do to
Chris Lattner
2004-11-02
Substantially cleanup/speedup the eq graphs pass by walking the callgraph
Chris Lattner
2004-11-02
Minor cleanups
Chris Lattner
2004-11-01
Remove more dead methods
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-10-31
Fix another bug in Prolangs-C++/objects
Chris Lattner
2004-10-31
Only call getNodeForValue on pointer arguments! this fixes a problem running
Chris Lattner
2004-10-12
Minor cleanups:
Chris Lattner
2004-10-11
Make this build
Chris Lattner
2004-07-07
Moving headers
Chris Lattner
2004-05-23
Complete rewrite of the code that merges DS graphs for equivalence classes
Vikram S. Adve