Go to file
Tobias Grosser 29a4dd92b7 CodegenCleanup: Drop CFLAA pass from codegen cleanup sequence
Since r274197 -polly-position=before-vectorizer caused various LNT failures
for example in SingleSource/Benchmarks/Linpack. These failures seem to only
occur when the CFLAA pass is scheduled in our codegen-cleanup passes, which
suggests that the way we call this AA pass is somehow problematic.  As this pass
is not of high importance, we drop the pass for now to prevent these failures
from happening. At a later point, we might investigate more in-depth why this
specific usage scenario caused correctness issues.

llvm-svn: 274427
2016-07-02 07:58:13 +00:00
clang [X86] Replace 128-bit and 256 masked vpermilps/vpermilpd builtins with native IR. 2016-07-02 05:36:43 +00:00
clang-tools-extra [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved. 2016-07-01 20:12:15 +00:00
compiler-rt [esan|cfrag] Add struct array access report 2016-07-02 03:25:55 +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 configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Add unordered_map::insert benchmark test and rename file 2016-07-02 05:30:54 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld Fix formatting. NFC. 2016-07-02 06:08:44 +00:00
lldb Fixed thread local storage test case to run normally with no expected fail for Darwin, always skip on windows, and expected fail for all other OSs while mentioning the new bug I filed to track fixing TLS variables: https://llvm.org/bugs/show_bug.cgi?id=28392 2016-07-01 22:33:13 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [esan|cfrag] Add counters for struct array accesses 2016-07-02 03:25:37 +00:00
openmp Fix checks on schedule struct 2016-07-01 17:54:32 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly CodegenCleanup: Drop CFLAA pass from codegen cleanup sequence 2016-07-02 07:58:13 +00:00