Fix PR6826: GraphWriter delete the generated file before "dotty" load it,
[oota-llvm.git] / lib / Transforms / Scalar / SCCVN.cpp
2010-01-05 Dan GohmanUse do+while instead of while for loops which obviously...
2009-12-18 Dan GohmanEliminte unnecessary uses of <cstdio>.
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-08 Nick LewyckyRemove unnecessary #include "llvm/LLVMContext.h".
2009-11-12 Owen AndersonRe-enable this code, since redundant PHIs are now being...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-10-28 Edward O'CallaghanNo newline at end of file.
2009-10-26 Owen AndersonAdd a straight-forward implementation of SCCVN for...