llvm-6502/lib/Analysis
Chris Lattner cc8d524a24 When merging to alias sets, if they are both must alias, the result is not
a must alias set unless all of the pointers in the resultant set are must
aliased together.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18275 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-27 18:37:42 +00:00
..
DataStructure Make this build in release mode 2004-11-11 22:11:17 +00:00
IPA Mission accomplished! 2004-11-19 16:22:24 +00:00
AliasAnalysis.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp When evaluating an AA, pass in size info 2004-11-26 21:05:39 +00:00
AliasSetTracker.cpp When merging to alias sets, if they are both must alias, the result is not 2004-11-27 18:37:42 +00:00
BasicAliasAnalysis.cpp The trick with globals actually works with allocas and malloc too 2004-11-26 20:01:48 +00:00
CFGPrinter.cpp
ConstantRange.cpp
Expressions.cpp
InstCount.cpp Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ 2004-11-16 06:58:55 +00:00
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp
Trace.cpp
ValueNumbering.cpp