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
/
Transforms
/
Scalar
/
GVNPRE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
1
-4
/
+4
*
Don't use the custom comparator where it's not necessary.
Owen Anderson
2007-06-03
1
-13
/
+22
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
1
-4
/
+4
*
Remove an unused method.
Owen Anderson
2007-06-03
1
-5
/
+0
*
There's no need to have an Expression class... Value works just as well! Thi...
Owen Anderson
2007-06-03
1
-285
/
+166
*
clean() needs to process things in topological order.
Owen Anderson
2007-06-01
1
-26
/
+19
*
Fix Expression comparison, which in turn fixes a value numbering error.
Owen Anderson
2007-06-01
1
-12
/
+11
*
Add a topological sort function.
Owen Anderson
2007-05-31
1
-2
/
+56
*
Attempt to fix up phi_translate.
Owen Anderson
2007-05-31
1
-11
/
+61
*
Fix a typo
Owen Anderson
2007-05-29
1
-1
/
+1
*
Re-fix a bug, where I was now being too aggressive.
Owen Anderson
2007-05-29
1
-1
/
+5
*
Use proper debugging facilities so other people don't have to look at my comm...
Owen Anderson
2007-05-29
1
-14
/
+18
*
Comment debug code out that I accidentally uncommented last time.
Owen Anderson
2007-05-29
1
-2
/
+2
*
Add a place where I missed using the maximal set. Note that using the maximal
Owen Anderson
2007-05-29
1
-3
/
+3
*
Very first part of a GVN-PRE implementation. It currently performs a bunch o...
Owen Anderson
2007-05-29
1
-0
/
+459
[prev]