Stub out a new updating interface to AliasAnalysis, allowing stateful analyses to...
[oota-llvm.git] / lib / Analysis / ScalarEvolutionNormalization.cpp
2010-09-03 Dan GohmanDisable the asserts that check that normalization is...
2010-07-20 Dan GohmanFix SCEV denormalization of expressions where the exit...
2010-07-20 Dan GohmanChange an argument from an Instruction* to a Value...
2010-07-20 Dan GohmanMinor code cleanups.
2010-07-20 Dan GohmanMinor code simplification.
2010-06-04 Dan GohmanFix normalization and de-normalization of non-affine...
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...