svn commit: r309857 - in stable: 10/contrib/llvm/lib/Analysis 11/contrib/llvm/lib/Analysis 9/contrib/llvm/lib/Analysis

2016-12-11 Thread Dimitry Andric
Author: dim Date: Sun Dec 11 19:58:13 2016 New Revision: 309857 URL: https://svnweb.freebsd.org/changeset/base/309857 Log: MFC r309722: Pull in r281586 from upstream llvm trunk (by Wei Mi): Add some shortcuts in LazyValueInfo to reduce compile time of Correlated Value Propagation

svn commit: r309860 - stable/9/contrib/llvm/lib/Analysis

2016-12-11 Thread Dimitry Andric
Author: dim Date: Mon Dec 12 00:09:08 2016 New Revision: 309860 URL: https://svnweb.freebsd.org/changeset/base/309860 Log: Fix libllvmanalysis build failure after r309857: on stable/9, llvm is compiled by gcc, and without -std=c++11, so the nullptr keyword is unknown. Use the old-school pla