index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
PromoteMemoryToRegister.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the rename pass to be "tail recursive", only adding N-1 successors
Chris Lattner
2007-08-04
1
-21
/
+35
*
cache computation of #preds for a BB. This speeds up
Chris Lattner
2007-08-04
1
-3
/
+14
*
reserve operand space for phi nodes when we insert them.
Chris Lattner
2007-08-04
1
-0
/
+1
*
use continue to avoid nesting, no functionality change.
Chris Lattner
2007-08-04
1
-14
/
+15
*
Promoting allocas with the 'single store' fastpath is
Chris Lattner
2007-08-04
1
-10
/
+9
*
When PromoteLocallyUsedAllocas promoted allocas, it didn't remember
Chris Lattner
2007-08-04
1
-2
/
+13
*
std::map -> DenseMap
Chris Lattner
2007-08-04
1
-3
/
+3
*
fix a logic bug where we wouldn't promote single store allocas if the
Chris Lattner
2007-08-04
1
-2
/
+2
*
When we do the single-store optimization, delete both the store
Chris Lattner
2007-08-04
1
-2
/
+8
*
Three improvements:
Chris Lattner
2007-08-04
1
-6
/
+16
*
switch from using a std::set to using a SmallPtrSet. This speeds up the
Chris Lattner
2007-08-04
1
-3
/
+3
*
In mem2reg, when handling the single-store case, make sure to remove
Chris Lattner
2007-08-04
1
-8
/
+10
*
split rewriting of single-store allocas into its own
Chris Lattner
2007-08-04
1
-39
/
+57
*
refactor some code to shrink PromoteMem2Reg::run a bit
Chris Lattner
2007-08-04
1
-63
/
+96
*
add a typedef, no other change.
Chris Lattner
2007-08-04
1
-7
/
+8
*
avoid an unneeded vector copy. This speeds up mem2reg on the testcase
Chris Lattner
2007-08-04
1
-1
/
+9
*
make RenamePassWorkList a local var instead of an ivar.
Chris Lattner
2007-08-04
1
-8
/
+8
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+835