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
/
CodeGen
/
StrongPHIElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an iterator invalidation issue.
Owen Anderson
2008-01-22
1
-2
/
+8
*
Clarify a deviation from the original algorithm.
Owen Anderson
2008-01-21
1
-1
/
+4
*
Improve a few comments.
Owen Anderson
2008-01-21
1
-1
/
+6
*
Get rid of all uses of LiveVariables::VarInfo::DefInst in favor of the equiva...
Owen Anderson
2008-01-10
1
-58
/
+66
*
Add more comments explaining the basics of how the decision of when to rename...
Owen Anderson
2008-01-10
1
-7
/
+37
*
Get rid of the isKillInst predicate. LiveVariables already provides this inf...
Owen Anderson
2008-01-10
1
-14
/
+10
*
Copies need to be inserted before the first terminator, not at the end of the...
Owen Anderson
2008-01-10
1
-2
/
+2
*
Clean up StrongPHIElimination a bit, and add some more comments to the intern...
Owen Anderson
2008-01-09
1
-6
/
+46
*
StrongPHIElim: Now with even fewer trivial bugs!
Owen Anderson
2008-01-09
1
-2
/
+4
*
Fix an infinite recursion bug in InsertCopies.
Owen Anderson
2008-01-09
1
-4
/
+9
*
Fix some simple bugs. StrongPHIElimination now does not crash on 164.gzip.
Owen Anderson
2008-01-09
1
-3
/
+3
*
Rename registers that do not need copies.
Owen Anderson
2008-01-08
1
-3
/
+19
*
Actually insert copies now!
Owen Anderson
2008-01-08
1
-6
/
+29
*
Oops, missed one.
Owen Anderson
2008-01-07
1
-1
/
+1
*
Make some predicates static.
Owen Anderson
2008-01-07
1
-3
/
+3
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-1
/
+0
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Flesh out the Briggs implementation a little bit more, fix a few FIXMEs.
Owen Anderson
2007-12-24
1
-11
/
+35
*
Sketch out an implementation of Briggs' copy placement algorithm.
Owen Anderson
2007-12-23
1
-10
/
+104
*
Note what still needs doing.
Owen Anderson
2007-12-22
1
-1
/
+6
*
Remove critical edge breaking. It won't be necessary as long as we are very ...
Owen Anderson
2007-12-22
1
-37
/
+0
*
Break local interferences in StrongPHIElimination. One step closer...
Owen Anderson
2007-12-16
1
-0
/
+135
*
A few more comments.
Owen Anderson
2007-12-16
1
-1
/
+6
*
Add register pairs to the list to check for local interferences.
Owen Anderson
2007-12-13
1
-4
/
+10
*
Remove ugly and horrible code. It's not necessary for correctness, and can b...
Owen Anderson
2007-12-13
1
-47
/
+7
*
Forgot to remove a register from the PHI-union after I'd determined that it
Owen Anderson
2007-12-12
1
-3
/
+6
*
More progress on StrongPHIElimination. Now we actually USE the DomForest!
Owen Anderson
2007-12-11
1
-0
/
+89
*
A little more progress on StrongPHIElimination, now that I have a better sens...
Owen Anderson
2007-12-10
1
-11
/
+16
*
Run computeDomForest() on the set of registers that need to be tested for
Owen Anderson
2007-11-13
1
-5
/
+6
*
Preserve LiveVariables when doing critical edge splitting.
Owen Anderson
2007-11-13
1
-2
/
+13
*
Break critical edges coming into blocks with PHI nodes.
Owen Anderson
2007-11-12
1
-0
/
+26
*
As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really need
Owen Anderson
2007-11-12
1
-0
/
+1
*
Take another stab at getting isLiveIn() and isLiveOut() right.
Owen Anderson
2007-11-08
1
-8
/
+11
*
Add some more of StrongPHIElim.
Owen Anderson
2007-11-07
1
-12
/
+74
*
Add a few comments.
Owen Anderson
2007-11-06
1
-0
/
+5
*
DomForest is a forest of registers, not instructions.
Owen Anderson
2007-11-06
1
-25
/
+47
*
StrongPHIElimination requires LiveVariables.
Owen Anderson
2007-11-06
1
-10
/
+24
*
Another step of stronger PHI elimination down.
Owen Anderson
2007-11-04
1
-0
/
+88
*
Add a newline at the end of the file.
Duncan Sands
2007-10-31
1
-1
/
+1
*
Add the skeleton of a better PHI elimination pass.
Owen Anderson
2007-10-31
1
-0
/
+112