llvm-6502/lib/Analysis
Vikram S. Adve 891bd82e79 Improvement to the previous fix: branch following a delay slot of
another delayed instr. would cause the later sanity-check (assertion)
in PhyRegAlloc.cpp to fail, even though there is really no error.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7848 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-14 20:45:56 +00:00
..
DataStructure Remove unnecessary use of NonCopyable 2003-08-06 17:16:24 +00:00
IPA Remove unnecessary use of NonCopyable 2003-08-06 17:16:24 +00:00
LiveVar Improvement to the previous fix: branch following a delay slot of 2003-08-14 20:45:56 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp Avoid divide by zero errors 2003-06-17 15:07:20 +00:00
AliasAnalysisEvaluator.cpp Count operands to instructions as well as just results. This allows for global variables to be checked as well 2003-06-29 00:07:11 +00:00
AliasSetTracker.cpp Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll 2003-05-03 03:42:08 +00:00
BasicAliasAnalysis.cpp Reuse the values if they are constants: this is important so that we index into the right structure field 2003-07-03 06:42:38 +00:00
ConstantRange.cpp Simplify code by using ConstantInt::getRawValue instead of checking to see 2003-07-23 15:22:26 +00:00
Expressions.cpp Eliminate old-style cast 2003-07-23 15:16:40 +00:00
InductionVariable.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp If the alias analysis algorithm we are using can provide MUST alias information, 2003-06-29 00:53:34 +00:00
LoopInfo.cpp Fix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll 2003-05-15 18:03:51 +00:00
Makefile
PostDominators.cpp
PrintSCC.cpp
ValueNumbering.cpp