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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-9
/
+8
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
1
-3
/
+3
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
3
-3
/
+0
*
Minor changes to DEBUG()'s
Chris Lattner
2002-08-07
2
-3
/
+6
*
Reorder #includes to be right
Chris Lattner
2002-08-07
1
-1
/
+1
*
Changes to be GCC3.1 friendly
Chris Lattner
2002-07-31
3
-12
/
+13
*
Add new -only-print-main-ds option that causes mains ds graph to be
Chris Lattner
2002-07-31
1
-1
/
+4
*
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-30
1
-4
/
+8
*
Print globals graph after either the BU or the TD pass.
Vikram S. Adve
2002-07-30
1
-17
/
+41
*
This file implements the top-down propagation pass for data structure graphs.
Vikram S. Adve
2002-07-30
1
-0
/
+224
*
Use a separate globals graph to hold externally visible nodes.
Vikram S. Adve
2002-07-30
2
-107
/
+484
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
4
-11
/
+16
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
2
-0
/
+4
*
Changes for GCC 3.1
Chris Lattner
2002-07-24
1
-3
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-2
/
+1
*
Always create a shadow node for a store instruction, even if it's storing
Chris Lattner
2002-07-22
1
-3
/
+3
*
Ignore some common varargs functions.
Chris Lattner
2002-07-19
1
-0
/
+6
*
* Inline CopyFunctionCallsList
Chris Lattner
2002-07-18
1
-35
/
+88
*
Rename removeDeadNodes to removeTriviallyDeadNodes
Chris Lattner
2002-07-18
1
-1
/
+3
*
Add support for a top-down propagation pass:
Vikram S. Adve
2002-07-18
1
-6
/
+13
*
Add support for a top-down propagation pass.
Vikram S. Adve
2002-07-18
1
-17
/
+39
*
Implement cast nodes correctly.
Chris Lattner
2002-07-18
2
-14
/
+19
*
The graph is more accurate when I don't completely ignore the return value.
Chris Lattner
2002-07-18
1
-0
/
+3
*
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
Chris Lattner
2002-07-18
4
-71
/
+482
*
added std:: to string
Anand Shukla
2002-07-16
1
-4
/
+4
*
* Pass the DSGraph around instead of the Function to printing fns
Chris Lattner
2002-07-11
1
-16
/
+26
*
* Nodes now keep track of any global variables in them
Chris Lattner
2002-07-11
1
-0
/
+15
*
* Nodes now keep track of any global variables in them
Chris Lattner
2002-07-11
1
-17
/
+35
*
New implementation of data structure analysis. Only local analysis has been
Chris Lattner
2002-07-10
3
-130
/
+531
*
Reimplement data structure analysis
Chris Lattner
2002-07-10
5
-1601
/
+0
*
Fix anand's last checkin
Chris Lattner
2002-06-30
6
-47
/
+43
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-15
/
+15
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
5
-64
/
+75
*
*** empty log message ***
Chris Lattner
2002-06-25
4
-86
/
+80
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Fix signed/unsigned comparison warning
Chris Lattner
2002-04-28
1
-1
/
+1
*
Add support for tracking array allocations
Chris Lattner
2002-04-27
2
-2
/
+13
*
Allow the inline limit to be modified on the commandline for debugging
Chris Lattner
2002-04-27
1
-1
/
+6
*
Print argument scalars as ellipses instead of boxes
Chris Lattner
2002-04-18
1
-1
/
+2
*
Inline indirect function calls that are only capable of calling one function
Chris Lattner
2002-04-17
2
-10
/
+13
*
Make data structure acurately get ALL edges, even loads of null fields of
Chris Lattner
2002-04-17
3
-29
/
+30
*
* Remove the concept of a critical shadow node
Chris Lattner
2002-04-16
5
-55
/
+79
*
* Eliminate ArgDSNode's completely, now rely on scalar map
Chris Lattner
2002-04-16
5
-100
/
+94
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
2
-9
/
+12
*
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-04-09
1
-0
/
+1
*
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-09
1
-0
/
+2
*
Play around with #includes
Chris Lattner
2002-04-08
2
-4
/
+1
*
Call nodes are never equivalent
Chris Lattner
2002-04-04
1
-3
/
+4
*
Add hack to get timing of analysis
Chris Lattner
2002-04-04
1
-0
/
+23
*
* Eliminate commented out code
Chris Lattner
2002-04-04
1
-10
/
+4
[next]