Go to file
Max Kazantsev 8aacef6cae [IRCE] Temporarily disable unsigned latch conditions by default
We have found some corner cases connected to range intersection where IRCE makes
a bad thing when the latch condition is unsigned. The fix for that will go as a follow up.
This patch temporarily disables IRCE for unsigned latch conditions until the issue is fixed.

The unsigned latch conditions were introduced to IRCE by rL310027.

Differential Revision: https://reviews.llvm.org/D38529

llvm-svn: 314881
2017-10-04 06:53:22 +00:00
clang Move verbosity check for opt remarks to the diag handler. 2017-10-04 04:25:31 +00:00
clang-tools-extra Fix hicpp-signed-bitwise.cpp test on Windows, where the MSVC ABI changes enum underlying types 2017-10-03 20:37:06 +00:00
compiler-rt [XRay][compiler-rt] Fix logical failure in BufferQueue::getBuffer() 2017-10-04 06:02:12 +00:00
debuginfo-tests Revert r313600 due to bot failures on Green Dragon. 2017-09-19 14:51:37 +00:00
libclc integer/sub_sat: Use clang builtin instead of llvm asm 2017-10-02 18:39:03 +00:00
libcxx Add C++17 explicit deduction guides to std::pair. 2017-10-04 00:04:26 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind build: use POSITION_INDEPENDENT_CODE instead of -fPIC 2017-10-03 20:22:26 +00:00
lld Call exitLld() from elf::link. 2017-10-04 00:50:11 +00:00
lldb cmake + xcode: prevent gtests from using includes from project root 2017-10-03 21:20:18 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [IRCE] Temporarily disable unsigned latch conditions by default 2017-10-04 06:53:22 +00:00
openmp [test] Fix uninitialized memory in omp_taskloop_grainsize.c 2017-09-29 13:53:03 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly UnXFAIL tests that previously failed VerifyDFSNumbers 2017-10-03 21:23:56 +00:00