There's no need to have an Expression class... Value works just as well! This simpli...
[oota-llvm.git] / lib / Transforms / Scalar / GVNPRE.cpp
2007-06-03 Owen AndersonThere's no need to have an Expression class... Value...
2007-06-01 Owen Andersonclean() needs to process things in topological order.
2007-06-01 Owen AndersonFix Expression comparison, which in turn fixes a value...
2007-05-31 Owen AndersonAdd a topological sort function.
2007-05-31 Owen AndersonAttempt to fix up phi_translate.
2007-05-29 Owen AndersonFix a typo
2007-05-29 Owen AndersonRe-fix a bug, where I was now being too aggressive.
2007-05-29 Owen AndersonUse proper debugging facilities so other people don...
2007-05-29 Owen AndersonComment debug code out that I accidentally uncommented...
2007-05-29 Owen AndersonAdd a place where I missed using the maximal set. ...
2007-05-29 Owen AndersonVery first part of a GVN-PRE implementation. It curren...