Go to file
Eli Friedman 1c9216b003 [ARM] Fix insert point for store rescheduling.
In ARMPreAllocLoadStoreOpt::RescheduleOps, LastOp should be the last
operation which we want to merge. If we break out of the loop because
an operation has the wrong offset, we shouldn't use that operation as
LastOp.
    
This patch fixes some cases where we would sink stores for no reason.
    
Differential Revision: https://reviews.llvm.org/D30124

llvm-svn: 296708
2017-03-01 23:20:29 +00:00
clang clang-format: [JS] Properly format object literals with shorthands. 2017-03-01 19:47:28 +00:00
clang-tools-extra [clangd] Unbreak the shared build. 2017-03-01 16:23:40 +00:00
compiler-rt Use pthreads for thread-local lsan allocator cache on darwin 2017-03-01 23:18:15 +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 Apple-specific XFAIL directive in libc++ test 2017-03-01 23:14:34 +00:00
libcxxabi [libcxxabi] Clean up macro usage. 2017-03-01 11:42:01 +00:00
libunwind Fix the project name in the license file. 2017-02-27 17:47:58 +00:00
lld Add missing test dependency. 2017-03-01 23:11:58 +00:00
lldb Make it clear what you should modify when you copy any of these sample 2017-03-01 22:23:30 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [ARM] Fix insert point for store rescheduling. 2017-03-01 23:20:29 +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 [ScopInfo] Disable memory folding in case it results in multi-disjunct relations 2017-03-01 21:11:27 +00:00