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
/
AliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Changes to work with the changes to the AliasAnalysis interface. The -no-aa
Chris Lattner
2004-05-23
1
-28
/
+67
*
Deinline some virtual methods, provide better mod/ref answers through the
Chris Lattner
2004-03-15
1
-5
/
+21
*
Improve mod/ref information based on the pointsToConstantMemory method.
Chris Lattner
2004-01-30
1
-2
/
+9
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Add new -no-aa implementation
Chris Lattner
2003-02-26
1
-0
/
+19
*
Move BasicAA pass out to it's own header file
Chris Lattner
2003-02-26
1
-258
/
+7
*
- Checkin of the alias analysis work:
Chris Lattner
2003-02-26
1
-78
/
+187
*
Implement knowledge in BasicAA that &A->field != &A and (P+1) != P
Chris Lattner
2003-02-09
1
-0
/
+17
*
- Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2]
Chris Lattner
2003-02-09
1
-2
/
+2
*
Don't bother counting alias results, allow the AliasAnalysisCounter to do that.
Chris Lattner
2003-02-07
1
-24
/
+6
*
Add statistics to basicAA pass
Chris Lattner
2003-02-03
1
-7
/
+28
*
Make query operations non-const to allow demand-driven analyses.
Vikram S. Adve
2002-11-06
1
-5
/
+5
*
* Add capability to recognize alias properties of the following common cases:
Chris Lattner
2002-09-08
1
-12
/
+79
*
Remove unneeded #include
Chris Lattner
2002-08-29
1
-1
/
+0
*
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