index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
PromoteMemoryToRegister.cpp
Age
Commit message (
Expand
)
Author
2004-09-19
Remove a whole bunch of horrible hacky code that was used to promote allocas
Chris Lattner
2004-09-18
Make sure to remove the Select instruction as well
Chris Lattner
2004-09-15
If given an AliasSetTracker object to update, update it.
Chris Lattner
2004-09-03
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-06-19
Change to use the StableBasicBlockNumbering class
Chris Lattner
2004-06-19
Do not let the numbering of PHI nodes placed in the function depend on
Chris Lattner
2004-04-08
Implement ScalarRepl/select_promote.ll
Chris Lattner
2004-02-03
Bunch up all locally used allocas by the block they are allocated in, and
Chris Lattner
2004-02-03
Handle extremely trivial cases extremely efficiently. This speeds up
Chris Lattner
2004-01-12
Implement Transforms/ScalarRepl/phinodepromote.ll, which is an important
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-18
Fix PR#50
Chris Lattner
2003-10-05
This changes the PromoteMemToReg function to create "pruned" SSA form, not
Chris Lattner
2003-10-05
Change the interface to PromoteMemToReg to also take a DominatorTree
Chris Lattner
2003-10-05
Speed up the mem2reg transform for allocas which are only read/written in a s...
Chris Lattner
2003-10-05
The first PHI node may be null, scan for the first non-null one
Chris Lattner
2003-10-05
The VersionNumbers vector is only used during PHI placement. Turn it into an...
Chris Lattner
2003-10-05
* Update file header comment
Chris Lattner
2003-10-05
Simplify the loop a bit
Chris Lattner
2003-10-05
There is no need for separate WriteSets and PhiNodeBlocks lists. It is just a
Chris Lattner
2003-10-05
The PhiNodes 2D vector is only used during PHI node placement. It doesn't
Chris Lattner
2003-10-05
* Document instance vars better
Chris Lattner
2003-10-05
Two small cleanups/speedups:
Chris Lattner
2003-10-05
* Minor cleanups
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-04-25
Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll
Chris Lattner
2003-04-24
Fix iterator invalidation problem
Chris Lattner
2003-04-21
Fix bug where use still existed in dead code
Chris Lattner
2003-04-18
Fix bug: Mem2reg/2003-04-18-DeadBlockProblem.ll
Chris Lattner
2003-04-10
* Fix bug: Mem2Reg/2003-04-10-DFNotFound.ll
Chris Lattner
2003-03-03
Change the mem2reg interface to accept a TargetData argument
Chris Lattner
2003-02-22
Split mem2reg promotion into two parts: a function which does the work, and
Chris Lattner
2003-02-22
Clean up std namespace references
Chris Lattner
2002-10-21
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-24
- Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll
Chris Lattner
2002-09-10
Clean up code due to auto-insert constructors
Chris Lattner
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-10
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-07
Merge all individual .h files into a single Scalar.h file
Chris Lattner
2002-05-01
Fixed bug: test/Regression/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThis...
Chris Lattner
2002-04-29
changes because iMemory.h no longer #includes DerivedTypes.h
Chris Lattner
[next]