llvm-6502/lib/Analysis
Dan Gohman 91380b7239 Fix a bug in the trip-count computation with And/Or. If either of the
sides is CouldNotCompute, the resulting exact count must be CouldNotCompute.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73920 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-22 23:28:56 +00:00
..
IPA
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
Analysis.cpp
BasicAliasAnalysis.cpp Remove unneeded #include. 2009-06-22 22:09:07 +00:00
CaptureTracking.cpp
CFGPrinter.cpp
CMakeLists.txt
ConstantFolding.cpp Support vector casts in more places, fixing a variety of assertion 2009-06-15 22:12:54 +00:00
DbgInfoPrinter.cpp
DebugInfo.cpp Fix old-style type names in comments. 2009-06-14 23:30:43 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
IVUsers.cpp SCEVHandle is no more! 2009-06-22 21:39:50 +00:00
LibCallAliasAnalysis.cpp
LibCallSemantics.cpp
LiveValues.cpp
LoopInfo.cpp
LoopPass.cpp
LoopVR.cpp SCEVHandle is no more! 2009-06-22 21:39:50 +00:00
Makefile
MemoryDependenceAnalysis.cpp
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Fix a bug in the trip-count computation with And/Or. If either of the 2009-06-22 23:28:56 +00:00
ScalarEvolutionExpander.cpp Fix a few minor issues that were exposed by the removal of SCEVHandle. 2009-06-22 22:08:45 +00:00
SparsePropagation.cpp
Trace.cpp
ValueTracking.cpp Fix llvm::ComputeNumSignBits to handle pointer types 2009-06-22 22:02:32 +00:00