llvm-mirror/lib/Analysis
Dan Gohman 5db3ad4b32 In SCEVAddExpr::get, skip over any cast operands before looking for nested
add operands after constant operands. The recent change to recognize
sign-extend expressions caused this to be exposed more often.

llvm-svn: 37628
2007-06-18 19:30:09 +00:00
..
IPA
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp Make BasicAliasAnalysis correctly register itself. Patch by Devang 2007-06-18 17:13:29 +00:00
CFGPrinter.cpp Fix PR 1497 2007-06-05 20:24:36 +00:00
ConstantFolding.cpp
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp Use DominatorTree instead of ETForest. 2007-06-07 23:53:38 +00:00
LoopInfo.cpp Use DominatorTree instead of ETForest. 2007-06-08 00:17:13 +00:00
LoopPass.cpp
Makefile
PostDominators.cpp Break DominatorTree from ETNode. 2007-06-12 00:54:38 +00:00
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp In SCEVAddExpr::get, skip over any cast operands before looking for nested 2007-06-18 19:30:09 +00:00
ScalarEvolutionExpander.cpp Fold a binary operator with constant operands when expanding code for a SCEV. 2007-06-15 19:21:55 +00:00
Trace.cpp
ValueNumbering.cpp