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
/
include
/
llvm
/
Analysis
/
DataStructure
/
DataStructure.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead method, add new method
Chris Lattner
2002-11-12
1
-7
/
+9
*
Almost complete rewrite of BU closure code
Chris Lattner
2002-11-11
1
-1
/
+15
*
add method
Chris Lattner
2002-11-10
1
-0
/
+3
*
Add hasGraph() methods to all of the passes for the printer
Chris Lattner
2002-11-10
1
-1
/
+13
*
Add globals graphs to all three passes
Chris Lattner
2002-11-09
1
-1
/
+9
*
Add initial support for a globals graph
Chris Lattner
2002-11-09
1
-0
/
+1
*
Remove unneccesary #include
Chris Lattner
2002-11-09
1
-1
/
+1
*
Remove GlobalDSGraph delcaration
Chris Lattner
2002-11-09
1
-31
/
+2
*
- Add support for an "auxillary" call site list
Chris Lattner
2002-11-08
1
-30
/
+5
*
Restore a #include because this header file needs the definitions
Vikram S. Adve
2002-11-08
1
-2
/
+1
*
Add a comment
Chris Lattner
2002-11-06
1
-0
/
+2
*
Fixed spelling of `propagation'.
Misha Brukman
2002-10-29
1
-1
/
+1
*
We need to know the call sites each function hosts
Chris Lattner
2002-10-22
1
-1
/
+9
*
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
Chris Lattner
2002-10-21
1
-2
/
+11
*
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-20
1
-13
/
+5
*
* Add data structures to BU pass to keep track of call sites for functions
Chris Lattner
2002-10-17
1
-7
/
+21
*
Remove commented out stuff
Chris Lattner
2002-10-02
1
-12
/
+2
*
Move GlobalDSGraph class defn to the end of the file
Chris Lattner
2002-10-02
1
-29
/
+29
*
Check in DataStructure rewrite so far.
Chris Lattner
2002-10-01
1
-329
/
+16
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-6
/
+0
*
The second parameter of hash_set is the default, remove it.
Chris Lattner
2002-08-09
1
-2
/
+2
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-2
/
+2
*
Changes to be GCC 3.1 friendly
Chris Lattner
2002-07-31
1
-1
/
+1
*
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-30
1
-34
/
+90
*
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
1
-3
/
+0
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-3
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-8
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-3
/
+0
*
GCC 3.1 changes
Chris Lattner
2002-07-24
1
-1
/
+7
*
Remove assert hack now that I'm using the right GDB. :)
Chris Lattner
2002-07-24
1
-7
/
+0
*
Allow comparison against null
Chris Lattner
2002-07-23
1
-0
/
+3
*
Rename removeDeadNodes to removeTriviallyDeadNodes
Chris Lattner
2002-07-18
1
-3
/
+12
*
Simplify saveOrigFunctionCalls
Chris Lattner
2002-07-18
1
-10
/
+5
*
Add support for a top-down propagation pass.
Vikram S. Adve
2002-07-18
1
-3
/
+92
*
First cut at implementing bottom up analysis
Chris Lattner
2002-07-18
1
-32
/
+117
*
* Nodes now keep track of any global variables contained within them
Chris Lattner
2002-07-11
1
-4
/
+15
*
New implementation of data structure analysis
Chris Lattner
2002-07-10
1
-371
/
+132
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-0
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-1
/
+1
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-5
/
+4
*
Support array allocations
Chris Lattner
2002-04-27
1
-2
/
+7
*
Make data structure acurately get ALL edges, even loads of null fields of
Chris Lattner
2002-04-17
1
-10
/
+12
*
Remove the concept of a critical shadow node
Chris Lattner
2002-04-16
1
-14
/
+6
*
* Eliminate ArgDSNode's completely, rely now on Scalar map
Chris Lattner
2002-04-16
1
-23
/
+7
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-3
/
+3
*
Add method to get # nodes in the graph
Chris Lattner
2002-04-04
1
-0
/
+4
*
Shadow nodes don't need to know their explicit parent, they just need to
Chris Lattner
2002-04-01
1
-3
/
+2
*
* Allow access to DSNode iterator as DSNode::iterator/begin/end
Chris Lattner
2002-03-31
1
-0
/
+6
*
Add accessors and a method to get all the outgoing links for ALL nodes
Chris Lattner
2002-03-30
1
-0
/
+33
[next]