Go to file
Sanjoy Das b641a90529 Adapt to llvm change r296992 to unbreak the bots
r296992 made ScalarEvolution's CompareValueComplexity less aggressive,
and that broke the polly test being fixed in this change.  This change
explicitly bumps CompareValueComplexity in said test case to make it
pass.

Can someone from the polly team please can give me an idea on if this
case is important enough to have
scalar-evolution-max-value-compare-depth be 3 by default?

llvm-svn: 296994
2017-03-06 01:12:16 +00:00
clang GCC workaround: use explicit qualification to avoid injected class name. 2017-03-04 21:46:14 +00:00
clang-tools-extra Replaced UserNullMacros with NullMacros in modernize-use-nullptr check docs 2017-03-04 14:06:26 +00:00
compiler-rt [compiler-rt][asan] Turn on ASAN unittests for win64. 2017-03-03 16:35:46 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Fix nonsense comment 2017-03-04 12:28:12 +00:00
libcxxabi Fully Reformat fallback_malloc.cpp 2017-03-04 03:23:15 +00:00
libunwind Drop the dependency on dl_unwind_find_exidx(). 2017-03-05 19:11:24 +00:00
lld [Windows] Remove the #include <eh.h> hack. 2017-03-03 20:21:59 +00:00
lldb Truncate thread names if they're too long. 2017-03-04 16:42:25 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [APInt] Remove unused And/Or/Xor methods. They just forward to the corresponding operator overload. 2017-03-06 00:24:53 +00:00
openmp Removing couple unnecessary architecture guards. 2017-02-28 21:43:28 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Adapt to llvm change r296992 to unbreak the bots 2017-03-06 01:12:16 +00:00