llvm-6502/lib/Analysis
Chris Lattner efe30ef790 Use context-sensitive alias analysis to avoid pessimization in clients of
AliasSetTracker (dse and licm).  This implements
DeadStoreElimination/context-sensitive.llx


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15254 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-27 02:20:26 +00:00
..
DataStructure These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
IPA bug 122: 2004-07-18 00:18:30 +00:00
AliasAnalysis.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information 2004-07-17 07:40:34 +00:00
AliasSetTracker.cpp Use context-sensitive alias analysis to avoid pessimization in clients of 2004-07-27 02:20:26 +00:00
BasicAliasAnalysis.cpp Make basicaa a bit more aggressive 2004-07-27 02:18:52 +00:00
CFGPrinter.cpp
ConstantRange.cpp Bug fixes for PR341 2004-07-15 01:29:12 +00:00
Expressions.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
InstCount.cpp
Interval.cpp Fixes for PR341 2004-07-15 02:31:46 +00:00
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
Makefile
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
ProfileInfoLoaderPass.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
ScalarEvolution.cpp bug 122: 2004-07-18 00:18:30 +00:00
Trace.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
ValueNumbering.cpp