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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add an accessor
Chris Lattner
2002-03-30
1
-1
/
+5
*
Add a hook to allow the datastructure to keep naturally up to date, even
Chris Lattner
2002-03-29
1
-0
/
+13
*
Expose more information to clients
Chris Lattner
2002-03-29
1
-0
/
+9
*
Implement getEscapingAllocations & getNonEscapingAllocations
Chris Lattner
2002-03-28
1
-2
/
+4
*
* Remove RemoveUnreachableShadowNodes & UnlinkUndistinguishableShadowNodes
Chris Lattner
2002-03-28
1
-3
/
+17
*
* Define some operators on PointerVal and PVS's
Chris Lattner
2002-03-28
1
-6
/
+39
*
* Add a nice utility method to DSNode
Chris Lattner
2002-03-27
1
-2
/
+20
*
Allow isa<DSNode>(..)
Chris Lattner
2002-03-27
1
-2
/
+3
*
New header file for datastructure analysis
Chris Lattner
2002-03-26
1
-0
/
+377