Simplify code by using ConstantInt::getRawValue instead of checking to see
[oota-llvm.git] / lib / Transforms / Scalar / ScalarReplAggregates.cpp
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...