index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-07
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-05-23
Update to match the autochaining interface that the AA interface uses
Chris Lattner
2004-01-30
Forward method request to chained aa implementation
Chris Lattner
2004-01-23
Initial support for implementing clonePartiallyInto in terms of cloneReachabl...
Chris Lattner
2003-11-12
Fine-grainify namespaces for this library
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-02
All DSGraphs keep a reference to the targetdata they are created with. This is
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-06-30
Move usages of explicit hash_* datastructures to use typedefs
Chris Lattner
2003-06-30
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-02-26
Adjust to implement new AA interface
Chris Lattner
2003-02-13
Hax0r around a deficiency in the Pass infrastructure
Chris Lattner
2003-02-11
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-10
Fix problem breaking Fhourstones
Chris Lattner
2003-02-10
Make steensgaards performance not shameful
Chris Lattner
2003-02-09
Switch to using the right call vector
Chris Lattner
2003-02-09
Print out the steens graph if -debug is specified
Chris Lattner
2003-02-08
Remove explicit result counters
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-04
Remove bogus assertion
Chris Lattner
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