index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
StrongPHIElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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