aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/ScalarReplAggregates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2003-12-021-6/+3
* Do not use index type to determine what it is indexing into!Chris Lattner2003-11-251-26/+26
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Fix PR66 & ScalarRepl/2003-10-29-ArrayProblem.llChris Lattner2003-10-291-62/+25
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change the interface to PromoteMemToReg to also take a DominatorTreeChris Lattner2003-10-051-1/+4
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-2/+2
* Do not return success after checking only the FIRST USE of a gep instruction.Chris Lattner2003-09-121-3/+7
* Minor optimization efficiency improvement:Chris Lattner2003-09-121-7/+9
* Apostrophes are only used for possession and quoting.Misha Brukman2003-09-111-2/+2
* Integrate functionality of the mem2reg pass directly into this pass to makeChris Lattner2003-09-111-7/+62
* ScalarRepl does not modify the CFG. Say so!Chris Lattner2003-08-311-0/+6
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-1/+2
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-231-5/+1
* Okay totally give up on trying to optimize aggregates that cannot be completelyChris Lattner2003-05-301-40/+6
* add a check that allows the SRoA pass to avoid breaking programs, even if theirChris Lattner2003-05-301-1/+33
* Fix bug: ScalarRepl/2003-05-30-MultiLevel.llChris Lattner2003-05-301-4/+4
* Fix bug: ScalarRepl/2003-05-29-ArrayFail.llChris Lattner2003-05-301-42/+128
* * Actually USE the statistic that we madeChris Lattner2003-05-271-6/+21
* Implementation of the simple "scalar replacement of aggregates" transformationChris Lattner2003-05-271-0/+164