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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Avoid spliting loops where two split condition branches are not independent.
Devang Patel
2007-08-18
1
-1
/
+11
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
2
-22
/
+44
*
Factor out some code into a helper function.
Owen Anderson
2007-08-16
1
-55
/
+34
*
Add some more comments to GVN.
Owen Anderson
2007-08-16
1
-0
/
+14
*
Dominance frontier is now required.
Devang Patel
2007-08-15
1
-1
/
+1
*
Cleanup removeBlocks.
Devang Patel
2007-08-15
1
-56
/
+70
*
Remove unneeded header file.
Reid Spencer
2007-08-15
1
-1
/
+0
*
Avoid triangle loops.
Devang Patel
2007-08-15
1
-4
/
+16
*
Break infinite loop.
Devang Patel
2007-08-14
1
-15
/
+17
*
Avoid nested loops at the moment.
Devang Patel
2007-08-14
1
-0
/
+4
*
Fix dominance frontier update while removing blocks.
Devang Patel
2007-08-14
1
-7
/
+30
*
Eliminate PHI nodes with constant values during normal GVN processing, even when
Owen Anderson
2007-08-14
1
-1
/
+21
*
Be more aggressive in pruning unnecessary PHI nodes when doing PHI construction.
Owen Anderson
2007-08-14
1
-28
/
+47
*
Make GVN iterative.
Owen Anderson
2007-08-14
1
-1
/
+16
*
Fix a case where GVN was failing to return true when it had, in fact, modified
Owen Anderson
2007-08-14
1
-2
/
+11
*
Handle last value assignments.
Devang Patel
2007-08-14
1
-14
/
+42
*
StartValue is already calculated.
Devang Patel
2007-08-14
1
-1
/
+0
*
Preserve simple analysis.
Devang Patel
2007-08-13
1
-4
/
+5
*
Preserve dominator info.
Devang Patel
2007-08-13
1
-32
/
+46
*
If NewBB dominates DestBB then DestBB is not part of NewBB's dominance frontier.
Devang Patel
2007-08-13
1
-1
/
+5
*
Split loops and do CFG cleanup.
Devang Patel
2007-08-12
1
-24
/
+106
*
Remove unused variables.
Reid Spencer
2007-08-12
1
-2
/
+2
*
Transform a load from an undef/zero global into an undef/global even if we
Chris Lattner
2007-08-11
1
-0
/
+33
*
Clone loop.
Devang Patel
2007-08-10
1
-5
/
+25
*
Add utility to clone loops.
Devang Patel
2007-08-10
1
-0
/
+149
*
Remove unncessary duplication.
Devang Patel
2007-08-10
1
-14
/
+1
*
Calculate exit and start value of true loop and false loop respectively.
Devang Patel
2007-08-10
1
-2
/
+28
*
ExitCondition and Induction variable are loop constraints
Devang Patel
2007-08-10
1
-71
/
+145
*
when we see a unaligned load from an insufficiently aligned global or
Chris Lattner
2007-08-09
1
-21
/
+39
*
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-09
3
-8
/
+8
*
Traverse loop blocks' terminators to find split candidates.
Devang Patel
2007-08-09
1
-48
/
+106
*
Add cost analysis.
Devang Patel
2007-08-08
1
-11
/
+41
*
Preserve dom info while processing one iteration loop.
Devang Patel
2007-08-08
1
-0
/
+17
*
Change the None and NonLocal markers in memdep to be const.
Owen Anderson
2007-08-08
3
-8
/
+8
*
Clear split info.
Devang Patel
2007-08-08
1
-0
/
+11
*
Handle multiple split conditions.
Devang Patel
2007-08-08
1
-60
/
+93
*
Global values also don't undead-ify pointers in our dead alloca's set.
Owen Anderson
2007-08-08
1
-0
/
+3
*
Make handleEndBlock significantly faster with one trivial improvement,
Owen Anderson
2007-08-08
1
-4
/
+30
*
Small improvement: if a function doesn't access memory, we don't need to scan
Owen Anderson
2007-08-08
1
-2
/
+8
*
Add some comments, remove a dead argument, and simplify some control flow.
Owen Anderson
2007-08-08
1
-19
/
+28
*
A few more small cleanups.
Owen Anderson
2007-08-08
1
-9
/
+7
*
First round of cleanups from Chris' feedback.
Owen Anderson
2007-08-08
1
-51
/
+58
*
Embrace patch review feedback.
Devang Patel
2007-08-08
1
-23
/
+23
*
Fix new compare instruction's signness. Caught by Chris during review.
Devang Patel
2007-08-07
1
-5
/
+7
*
Don't insert nearly as many redundant phi nodes.
Owen Anderson
2007-08-07
1
-2
/
+25
*
Use eraseFromParent().
Devang Patel
2007-08-07
1
-4
/
+2
*
Fix comment typo
David Greene
2007-08-07
1
-1
/
+1
*
Fix GLIBCXX_DEBUG error triggered by incrementing erased iterator.
David Greene
2007-08-07
1
-4
/
+4
*
Begin loop index split pass.
Devang Patel
2007-08-07
1
-0
/
+384
*
It's safe to fold not of fcmp.
Nick Lewycky
2007-08-06
1
-3
/
+8
[prev]
[next]