ScalarRepl does not modify the CFG. Say so!
[oota-llvm.git] / lib / Transforms / Scalar / ScalarReplAggregates.cpp
2003-08-31 Chris LattnerScalarRepl does not modify the CFG. Say so!
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-05-30 Chris LattnerOkay totally give up on trying to optimize aggregates...
2003-05-30 Chris Lattneradd a check that allows the SRoA pass to avoid breaking...
2003-05-30 Chris LattnerFix bug: ScalarRepl/2003-05-30-MultiLevel.ll
2003-05-30 Chris LattnerFix bug: ScalarRepl/2003-05-29-ArrayFail.ll
2003-05-27 Chris Lattner* Actually USE the statistic that we made
2003-05-27 Chris LattnerImplementation of the simple "scalar replacement of...