index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comment.
Devang Patel
2007-09-17
1
-1
/
+1
*
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
1
-7
/
+11
*
Insert cloned loop basic blocks before original loop header.
Devang Patel
2007-09-04
1
-1
/
+3
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
2
-16
/
+21
*
Silence warning while compiling with gcc 4.2
Anton Korobeynikov
2007-09-02
1
-1
/
+2
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
1
-1
/
+1
*
Don't promote volatile loads/stores. This is needed (for example) to handle s...
Anton Korobeynikov
2007-08-26
1
-3
/
+6
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
2
-8
/
+6
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
1
-1
/
+2
*
Break infinite loop.
Devang Patel
2007-08-14
1
-15
/
+17
*
If NewBB dominates DestBB then DestBB is not part of NewBB's dominance frontier.
Devang Patel
2007-08-13
1
-1
/
+5
*
Add utility to clone loops.
Devang Patel
2007-08-10
1
-0
/
+149
*
remove some dead lines
Chris Lattner
2007-08-06
1
-2
/
+0
*
rewrite the code used to construct pruned SSA form with the IDF method.
Chris Lattner
2007-08-04
1
-82
/
+114
*
Factor out a whole bunch of code into it's own method.
Chris Lattner
2007-08-04
1
-65
/
+82
*
Use getNumPreds(BB) instead of computing them manually. This is a very small but
Chris Lattner
2007-08-04
1
-4
/
+4
*
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
*
More explicit keywords.
Dan Gohman
2007-08-01
3
-4
/
+4
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
3
-6
/
+6
*
LCSSA preserves dom info.
Devang Patel
2007-07-30
1
-0
/
+8
*
Use SmallPtrSet.
Devang Patel
2007-07-27
2
-3
/
+2
*
Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead
Dan Gohman
2007-07-26
1
-7
/
+0
*
Add BasicInliner interface.
Devang Patel
2007-07-25
2
-0
/
+412
*
Verify loop info.
Devang Patel
2007-07-19
1
-0
/
+10
*
After a basic block is split into two parts,
Devang Patel
2007-07-19
1
-2
/
+15
*
Now this temp. fix is not required.
Devang Patel
2007-07-19
1
-4
/
+0
*
Return Undef if the block has no dominator. This was required to allow
Reid Spencer
2007-07-16
1
-0
/
+4
*
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
1
-2
/
+2
*
Make LCSSA a loop pass.
Devang Patel
2007-07-13
1
-21
/
+11
*
Adding ability to demote phi to stack.
Tanya Lattner
2007-07-11
1
-0
/
+38
*
During module cloning copy aliases too. This fixes PR1544
Anton Korobeynikov
2007-07-10
1
-0
/
+15
*
Add SplitEdge and SplitBlock utility routines.
Devang Patel
2007-07-06
1
-0
/
+61
*
Fix reference to iterator invalidated by an erase operation. Uncovered
David Greene
2007-06-29
1
-3
/
+4
*
Move code to update dominator information after basic block is split
Devang Patel
2007-06-21
2
-202
/
+22
[next]