index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
/
Steensgaard.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forward method request to chained aa implementation
Chris Lattner
2004-01-30
1
-0
/
+4
*
Initial support for implementing clonePartiallyInto in terms of cloneReachabl...
Chris Lattner
2004-01-23
1
-1
/
+2
*
Fine-grainify namespaces for this library
Chris Lattner
2003-11-12
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+4
*
All DSGraphs keep a reference to the targetdata they are created with. This is
Chris Lattner
2003-11-02
1
-2
/
+2
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-1
/
+1
*
Move usages of explicit hash_* datastructures to use typedefs
Chris Lattner
2003-06-30
1
-6
/
+6
*
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-30
1
-11
/
+5
*
Adjust to implement new AA interface
Chris Lattner
2003-02-26
1
-16
/
+9
*
Hax0r around a deficiency in the Pass infrastructure
Chris Lattner
2003-02-13
1
-2
/
+5
*
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-11
1
-0
/
+2
*
Fix problem breaking Fhourstones
Chris Lattner
2003-02-10
1
-1
/
+2
*
Make steensgaards performance not shameful
Chris Lattner
2003-02-10
1
-6
/
+12
*
Switch to using the right call vector
Chris Lattner
2003-02-09
1
-0
/
+2
*
Print out the steens graph if -debug is specified
Chris Lattner
2003-02-09
1
-1
/
+2
*
Remove explicit result counters
Chris Lattner
2003-02-08
1
-14
/
+4
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
1
-2
/
+6
*
Remove bogus assertion
Chris Lattner
2003-02-04
1
-2
/
+0
*
Fix steensgaard to work on a lot more cases...
Chris Lattner
2003-02-04
1
-14
/
+9
*
Rename variable
Chris Lattner
2003-02-03
1
-6
/
+6
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-10
/
+10
*
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
1
-2
/
+2
*
'graph' is spelled without a 'c'.
Misha Brukman
2002-12-12
1
-3
/
+12
*
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
1
-1
/
+1
*
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
1
-1
/
+1
*
Make removeTriviallyDeadNodes a private interface of DSGraph
Chris Lattner
2002-11-09
1
-1
/
+1
*
Cannot modify original call sites vector
Chris Lattner
2002-11-08
1
-1
/
+6
*
Use DSNodeHandleMap instead to be safe
Chris Lattner
2002-11-08
1
-1
/
+1
*
Change Steens class to build with Vikram's changes
Chris Lattner
2002-11-06
1
-4
/
+4
*
Rename ValueMap to ScalarMap
Chris Lattner
2002-11-03
1
-4
/
+5
*
Fix comments, steens is context sensitive, we just haven't implemented
Chris Lattner
2002-11-01
1
-3
/
+3
*
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-21
1
-4
/
+5
*
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
1
-3
/
+3
*
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-20
1
-8
/
+8
*
DataStructure.h doesn't include DSGraph.h
Chris Lattner
2002-10-02
1
-0
/
+1
*
Initial checkin of Steensgaards context insensitive flow insensitive
Chris Lattner
2002-10-01
1
-0
/
+224