summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/SCCVN.cpp
Commit message (Expand)AuthorAgeFilesLines
* SCCVN, we hardly knew ye!Owen Anderson2010-04-131-716/+0
* Use do+while instead of while for loops which obviously have aDan Gohman2010-01-051-2/+1
* Eliminte unnecessary uses of <cstdio>.Dan Gohman2009-12-181-1/+0
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-151-1/+3
* Remove unnecessary #include "llvm/LLVMContext.h".Nick Lewycky2009-12-081-1/+0
* Re-enable this code, since redundant PHIs are now being better nuked.Owen Anderson2009-11-121-4/+0
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-101-1/+1
* No newline at end of file.Edward O'Callaghan2009-10-281-1/+1
* Add a straight-forward implementation of SCCVN for aggressively eliminating s...Owen Anderson2009-10-261-0/+721
OpenPOWER on IntegriCloud