Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Scalar / ScalarReplAggregates.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-15 Chris LattnerFixes working towards PR341
2004-06-19 Chris LattnerDo not loop over uses as we delete them. This causes...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2003-12-02 Chris LattnerFinegrainify namespacification
2003-11-25 Chris LattnerDo not use index type to determine what it is indexing...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-29 Chris LattnerFix PR66 & ScalarRepl/2003-10-29-ArrayProblem.ll
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-05 Chris LattnerChange the interface to PromoteMemToReg to also take...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-12 Chris LattnerDo not return success after checking only the FIRST...
2003-09-12 Chris LattnerMinor optimization efficiency improvement:
2003-09-11 Misha BrukmanApostrophes are only used for possession and quoting.
2003-09-11 Chris LattnerIntegrate functionality of the mem2reg pass directly...
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...