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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up indvar printing
Chris Lattner
2002-09-10
1
-3
/
+3
*
* Add capability to recognize alias properties of the following common cases:
Chris Lattner
2002-09-08
1
-12
/
+79
*
Minor bug fix.
Chris Lattner
2002-09-03
1
-2
/
+2
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
1
-3
/
+3
*
Fix bugs
Chris Lattner
2002-09-02
1
-14
/
+21
*
Add printing support to ConstantRange class
Chris Lattner
2002-09-02
1
-0
/
+12
*
Initial implementation of ConstantRange support
Chris Lattner
2002-09-01
1
-0
/
+227
*
- Eliminate the last traces of the 'analysis' namespace
Chris Lattner
2002-08-30
2
-13
/
+5
*
Minor cleanups so I can remove BasicValueNumbering.h
Chris Lattner
2002-08-30
1
-16
/
+45
*
initial implementation of ValueNumbering interface.
Chris Lattner
2002-08-30
1
-0
/
+171
*
Initial implementation of value numbering for load instructions
Chris Lattner
2002-08-30
1
-0
/
+233
*
Remove unneeded #include
Chris Lattner
2002-08-29
1
-1
/
+0
*
Changed so it gets linked properly
Anand Shukla
2002-08-26
1
-0
/
+1
*
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
*
doxygenize comments
Chris Lattner
2002-08-22
1
-9
/
+8
*
Add missing #include
Chris Lattner
2002-08-22
1
-0
/
+1
*
Check-in new alias analysis infrastructure
Chris Lattner
2002-08-22
1
-0
/
+155
*
- Split Dominators.h into Dominators.h & PostDominators.h
Chris Lattner
2002-08-21
1
-1
/
+5
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
6
-10
/
+0
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
4
-4
/
+0
*
*** empty log message ***
Chris Lattner
2002-08-09
1
-5
/
+5
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
2
-2
/
+2
*
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
*
Split dominance calculation and post dominance calculation stuff
Chris Lattner
2002-08-02
1
-267
/
+6
*
Changes to be GCC3.1 friendly
Chris Lattner
2002-07-31
3
-12
/
+13
*
*** empty log message ***
Chris Lattner
2002-07-31
3
-6
/
+7
*
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
*
Declare that these passes only depend on the CFG of the function
Chris Lattner
2002-07-30
3
-10
/
+10
*
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
2
-2
/
+0
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
9
-187
/
+137
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
5
-12
/
+17
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
2
-0
/
+4
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
7
-3
/
+33
*
*** empty log message ***
Chris Lattner
2002-07-26
2
-115
/
+85
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-12
/
+0
*
GCC 3.1 changes
Chris Lattner
2002-07-24
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
Changes for GCC 3.1
Chris Lattner
2002-07-24
1
-3
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-23
3
-6
/
+2
*
Convert over to new style makefile where libraries by default build .o files
Chris Lattner
2002-07-23
1
-3
/
+1
*
Always create a shadow node for a store instruction, even if it's storing
Chris Lattner
2002-07-22
1
-3
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-6
/
+10
*
Convert Command Line option handling code to use the CommandLine 2.0 interface
Chris Lattner
2002-07-22
1
-3
/
+3
*
Print the contents, not the pointer...
Chris Lattner
2002-07-22
1
-2
/
+3
[next]