Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dcad53e7bd28ce02bb884f3133a83910db0ce564
/
llvm
/
lib
/
Analysis
/
AliasAnalysis.cpp
8424b0f
Make this more efficient by only making one virtual method call.
by Chris Lattner
· 21 years ago
07eac1e
Make this a bit more aggressive
by Chris Lattner
· 21 years ago
7b9020a
Fix the missing symbols problem Bill was hitting. Patch contributed by
by Chris Lattner
· 21 years ago
71d04bc
Adjust to new alias analysis interfaces
by Chris Lattner
· 21 years ago
8351112
Properly extern this.
by Chris Lattner
· 21 years ago
63b38bd
Fix #includes of i*.h => Instructions.h as per PR403.
by Misha Brukman
· 21 years ago
eb04d9b
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 years ago
62c3700
Changes to work with the changes to the AliasAnalysis interface. The -no-aa
by Chris Lattner
· 21 years ago
a67dbd0
Deinline some virtual methods, provide better mod/ref answers through the
by Chris Lattner
· 22 years ago
9605576
Improve mod/ref information based on the pointsToConstantMemory method.
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
dca12c7
Add new -no-aa implementation
by Chris Lattner
· 23 years ago
d6a2a99
Move BasicAA pass out to it's own header file
by Chris Lattner
· 23 years ago
3a31183
- Checkin of the alias analysis work:
by Chris Lattner
· 23 years ago
2393160
Implement knowledge in BasicAA that &A->field != &A and (P+1) != P
by Chris Lattner
· 23 years ago
1fbac97
- Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2]
by Chris Lattner
· 23 years ago
fdc902e
Don't bother counting alias results, allow the AliasAnalysisCounter to do that.
by Chris Lattner
· 23 years ago
4b9eb3d
Add statistics to basicAA pass
by Chris Lattner
· 23 years ago
075a8d7
Make query operations non-const to allow demand-driven analyses.
by Vikram S. Adve
· 23 years ago
30214c2
* Add capability to recognize alias properties of the following common cases:
by Chris Lattner
· 23 years ago
abb1660
Remove unneeded #include
by Chris Lattner
· 23 years ago
d922a84
doxygenize comments
by Chris Lattner
· 23 years ago
3a4a335
Add missing #include
by Chris Lattner
· 23 years ago
7d58f8d
Check-in new alias analysis infrastructure
by Chris Lattner
· 23 years ago