summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/GVNSink.cpp
Commit message (Expand)AuthorAgeFilesLines
* [GVNSink] Fix failing GVNSink tests in the reverse iteration botMandeep Singh Grang2017-10-231-8/+15
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-131-28/+63
* GVNSink: Make ModelledPHIs constructor linear (and avoid edge case it worries...Daniel Berlin2017-09-201-7/+8
* Revert "[GVNSink] Remove dependency on SmallPtrSet iteration order."Daniel Berlin2017-09-201-2/+0
* [GVNSink] Remove dependency on SmallPtrSet iteration order.Benjamin Kramer2017-08-301-0/+2
* Hide dbgs() stream for when built with -fmodules.Frederich Munch2017-06-141-0/+11
* Changed a comparison operator for std::stable_sort to implement strict weak o...Galina Kistanova2017-06-081-3/+3
* [GVNSink] Pacify MSVCJames Molloy2017-05-251-1/+1
* [GVNSink] Don't define operator<< in NDEBUGJames Molloy2017-05-251-0/+2
* [GVNSink] GVNSink passJames Molloy2017-05-251-0/+870
OpenPOWER on IntegriCloud