index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
AliasAnalysis.cpp
Age
Commit message (
Expand
)
Author
2008-05-30
Fix a copy+paste error in a comment.
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-12
Revert r44626, which turned off the use of readonly
Duncan Sands
2007-12-05
Commit 44487 broke bootstrap of llvm-gcc-4.2. It is
Duncan Sands
2007-12-03
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-01
Integrate the readonly/readnone logic more deeply
Duncan Sands
2007-11-01
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Fix build error.
Lauro Ramos Venancio
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2006-11-17
Removed unneeded <iostream> #include.
Bill Wendling
2006-06-07
For PR780:
Reid Spencer
2006-06-07
For PR780:
Reid Spencer
2006-06-01
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-23
Make this more efficient by only making one virtual method call.
Chris Lattner
2005-03-23
Make this a bit more aggressive
Chris Lattner
2005-03-17
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2004-12-15
Adjust to new alias analysis interfaces
Chris Lattner
2004-12-08
Properly extern this.
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-05-23
Changes to work with the changes to the AliasAnalysis interface. The -no-aa
Chris Lattner
2004-03-15
Deinline some virtual methods, provide better mod/ref answers through the
Chris Lattner
2004-01-30
Improve mod/ref information based on the pointsToConstantMemory method.
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-02-26
Add new -no-aa implementation
Chris Lattner
2003-02-26
Move BasicAA pass out to it's own header file
Chris Lattner
2003-02-26
- Checkin of the alias analysis work:
Chris Lattner
2003-02-09
Implement knowledge in BasicAA that &A->field != &A and (P+1) != P
Chris Lattner
2003-02-09
- Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2]
Chris Lattner
2003-02-07
Don't bother counting alias results, allow the AliasAnalysisCounter to do that.
Chris Lattner
2003-02-03
Add statistics to basicAA pass
Chris Lattner
2002-11-06
Make query operations non-const to allow demand-driven analyses.
Vikram S. Adve
2002-09-08
* Add capability to recognize alias properties of the following common cases:
Chris Lattner
2002-08-29
Remove unneeded #include
Chris Lattner
2002-08-22
doxygenize comments
Chris Lattner
2002-08-22
Add missing #include
Chris Lattner
2002-08-22
Check-in new alias analysis infrastructure
Chris Lattner