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
/
Steensgaard.cpp
Age
Commit message (
Expand
)
Author
2003-02-04
Fix steensgaard to work on a lot more cases...
Chris Lattner
2003-02-03
Rename variable
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-01-23
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2002-12-12
'graph' is spelled without a 'c'.
Misha Brukman
2002-11-09
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
Make removeTriviallyDeadNodes a private interface of DSGraph
Chris Lattner
2002-11-08
Cannot modify original call sites vector
Chris Lattner
2002-11-08
Use DSNodeHandleMap instead to be safe
Chris Lattner
2002-11-06
Change Steens class to build with Vikram's changes
Chris Lattner
2002-11-03
Rename ValueMap to ScalarMap
Chris Lattner
2002-11-01
Fix comments, steens is context sensitive, we just haven't implemented
Chris Lattner
2002-10-21
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-20
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-02
DataStructure.h doesn't include DSGraph.h
Chris Lattner
2002-10-01
Initial checkin of Steensgaards context insensitive flow insensitive
Chris Lattner
[prev]