summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
Commit message (Expand)AuthorAge
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Change to use the StableBasicBlockNumbering classChris Lattner2004-06-19
* Do not let the numbering of PHI nodes placed in the function depend onChris Lattner2004-06-19
* Implement ScalarRepl/select_promote.llChris Lattner2004-04-08
* Bunch up all locally used allocas by the block they are allocated in, andChris Lattner2004-02-03
* Handle extremely trivial cases extremely efficiently. This speeds upChris Lattner2004-02-03
* Implement Transforms/ScalarRepl/phinodepromote.ll, which is an importantChris Lattner2004-01-12
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix PR#50Chris Lattner2003-10-18
* This changes the PromoteMemToReg function to create "pruned" SSA form, notChris Lattner2003-10-05
* Change the interface to PromoteMemToReg to also take a DominatorTreeChris Lattner2003-10-05
* Speed up the mem2reg transform for allocas which are only read/written in a s...Chris Lattner2003-10-05
* The first PHI node may be null, scan for the first non-null oneChris Lattner2003-10-05
* The VersionNumbers vector is only used during PHI placement. Turn it into an...Chris Lattner2003-10-05
* * Update file header commentChris Lattner2003-10-05
* Simplify the loop a bitChris Lattner2003-10-05
* There is no need for separate WriteSets and PhiNodeBlocks lists. It is just aChris Lattner2003-10-05
* The PhiNodes 2D vector is only used during PHI node placement. It doesn'tChris Lattner2003-10-05
* * Document instance vars betterChris Lattner2003-10-05
* Two small cleanups/speedups:Chris Lattner2003-10-05
* * Minor cleanupsChris Lattner2003-10-05
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.llChris Lattner2003-04-25
* Fix iterator invalidation problemChris Lattner2003-04-24
* Fix bug where use still existed in dead codeChris Lattner2003-04-21
* Fix bug: Mem2reg/2003-04-18-DeadBlockProblem.llChris Lattner2003-04-18
* * Fix bug: Mem2Reg/2003-04-10-DFNotFound.llChris Lattner2003-04-10
* Change the mem2reg interface to accept a TargetData argumentChris Lattner2003-03-03
* Split mem2reg promotion into two parts: a function which does the work, andChris Lattner2003-02-22
* Clean up std namespace referencesChris Lattner2003-02-22
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-21
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* - Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.llChris Lattner2002-09-24
* Clean up code due to auto-insert constructorsChris Lattner2002-09-10
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-22
* - 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