summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
Commit message (Expand)AuthorAge
...
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* * Add support for different "PassType's"Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-23
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-10
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-07
* Fixed bug: test/Regression/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThis...Chris Lattner2002-05-01
* changes because iMemory.h no longer #includes DerivedTypes.hChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Eliminate the PromoteInstance class, incorporating it into the PromotePassChris Lattner2002-04-28
* Eliminate visited, CurrentValue, and WriteSets as instance variables ofChris Lattner2002-04-28
* * Fix bug: test/Regression/Transforms/Mem2Reg/2002-03-28-UninitializedVal.llChris Lattner2002-04-28
* This huge changeset is a strictly cleanup changeChris Lattner2002-04-28
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-28
* Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-09
* s/Method/FunctionChris Lattner2002-04-08
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* * Move classes aroundCameron Buschardt2002-03-27
* Implemented promote mem->reg pass.Cameron Buschardt2002-03-27
* NamespacesChris Lattner2002-02-24
* Add neccesary #includeChris Lattner2002-02-12
* I forgot to provide dominance frontier information. Now it's available.Chris Lattner2002-02-12
* Initial checkin of new memory -> register promotion passChris Lattner2002-02-12