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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to be GCC 3.1 friendly
Chris Lattner
2002-07-31
3
-3
/
+3
*
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-30
2
-68
/
+180
*
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
7
-17
/
+0
*
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
1
-1
/
+0
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
10
-86
/
+33
*
*** empty log message ***
Chris Lattner
2002-07-26
9
-66
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-26
9
-33
/
+12
*
Simplify analyses so that there is only one analysis per class
Chris Lattner
2002-07-26
3
-138
/
+251
*
Remove dead options
Chris Lattner
2002-07-25
1
-9
/
+1
*
Fix previous checkin
Chris Lattner
2002-07-25
1
-1
/
+3
*
Add typenames
Chris Lattner
2002-07-25
1
-3
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-25
3
-6
/
+9
*
GCC 3.1 changes
Chris Lattner
2002-07-24
2
-2
/
+14
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-3
/
+2
*
Remove assert hack now that I'm using the right GDB. :)
Chris Lattner
2002-07-24
2
-14
/
+0
*
Allow comparison against null
Chris Lattner
2002-07-23
2
-0
/
+6
*
Rename removeDeadNodes to removeTriviallyDeadNodes
Chris Lattner
2002-07-18
2
-6
/
+24
*
Simplify saveOrigFunctionCalls
Chris Lattner
2002-07-18
2
-20
/
+10
*
Add support for a top-down propagation pass.
Vikram S. Adve
2002-07-18
2
-6
/
+184
*
* s/method/function
Chris Lattner
2002-07-18
1
-61
/
+73
*
First cut at implementing bottom up analysis
Chris Lattner
2002-07-18
2
-64
/
+234
*
* Nodes now keep track of any global variables contained within them
Chris Lattner
2002-07-11
2
-8
/
+30
*
New implementation of data structure analysis
Chris Lattner
2002-07-10
5
-790
/
+294
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
2
-0
/
+2
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
11
-29
/
+25
*
*** empty log message ***
Chris Lattner
2002-06-25
2
-3
/
+4
*
Allow const bb's to be checked for containment in a loop
Chris Lattner
2002-06-03
1
-1
/
+1
*
Avoid #including CommandLine.h
Chris Lattner
2002-05-22
1
-12
/
+0
*
Add method to check to see if two _Instructions_ dominate each other
Chris Lattner
2002-05-13
1
-0
/
+7
*
Fix misspelling
Chris Lattner
2002-05-07
1
-1
/
+1
*
Remove analysis namespace
Chris Lattner
2002-04-29
1
-6
/
+1
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
9
-0
/
+35
*
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-28
7
-82
/
+58
*
Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...
Chris Lattner
2002-04-28
2
-41
/
+37
*
s/Method/Function
Chris Lattner
2002-04-27
1
-2
/
+2
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
9
-104
/
+95
*
Support array allocations
Chris Lattner
2002-04-27
2
-4
/
+14
*
Make data structure acurately get ALL edges, even loads of null fields of
Chris Lattner
2002-04-17
2
-20
/
+24
*
Remove the concept of a critical shadow node
Chris Lattner
2002-04-16
2
-28
/
+12
*
* Eliminate ArgDSNode's completely, rely now on Scalar map
Chris Lattner
2002-04-16
2
-46
/
+14
*
s/Method/Function
Chris Lattner
2002-04-14
1
-4
/
+4
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
3
-7
/
+7
*
Use opaque decl instead of #include
Chris Lattner
2002-04-09
1
-1
/
+1
*
Don't leak all of the Loop objects created...
Chris Lattner
2002-04-09
1
-1
/
+8
*
Trim #includes
Chris Lattner
2002-04-08
1
-1
/
+1
*
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
1
-12
/
+16
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-10
/
+10
*
Add method to get # nodes in the graph
Chris Lattner
2002-04-04
2
-0
/
+8
*
Shadow nodes don't need to know their explicit parent, they just need to
Chris Lattner
2002-04-01
2
-6
/
+4
*
* Allow access to DSNode iterator as DSNode::iterator/begin/end
Chris Lattner
2002-03-31
5
-33
/
+66
[next]