summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/GVNPRE.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/gDevang Patel2007-06-041-4/+4
* Don't use the custom comparator where it's not necessary.Owen Anderson2007-06-031-13/+22
* s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/gDevang Patel2007-06-031-4/+4
* Remove an unused method.Owen Anderson2007-06-031-5/+0
* There's no need to have an Expression class... Value works just as well! Thi...Owen Anderson2007-06-031-285/+166
* clean() needs to process things in topological order.Owen Anderson2007-06-011-26/+19
* Fix Expression comparison, which in turn fixes a value numbering error.Owen Anderson2007-06-011-12/+11
* Add a topological sort function.Owen Anderson2007-05-311-2/+56
* Attempt to fix up phi_translate.Owen Anderson2007-05-311-11/+61
* Fix a typoOwen Anderson2007-05-291-1/+1
* Re-fix a bug, where I was now being too aggressive.Owen Anderson2007-05-291-1/+5
* Use proper debugging facilities so other people don't have to look at my comm...Owen Anderson2007-05-291-14/+18
* Comment debug code out that I accidentally uncommented last time.Owen Anderson2007-05-291-2/+2
* Add a place where I missed using the maximal set. Note that using the maximalOwen Anderson2007-05-291-3/+3
* Very first part of a GVN-PRE implementation. It currently performs a bunch o...Owen Anderson2007-05-291-0/+459
OpenPOWER on IntegriCloud