Go to file
Johannes Doerfert 6cd59e9076 Probably overwritten loads should not be considered hoistable
Do not assume a load to be hoistable/invariant if the pointer is used by
another instruction in the SCoP that might write to memory and that is
always executed.

llvm-svn: 287272
2016-11-17 22:25:17 +00:00
clang [CrashReproducer][Darwin] Suggest attaching .crash diagnostic file 2016-11-17 21:41:22 +00:00
clang-tools-extra [include-fixer] Add a test for the full round trip through libclang and the plugin. 2016-11-17 15:23:06 +00:00
compiler-rt [sanitizers] specifying style for global constant 2016-11-17 21:57:43 +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 Fix build since r286752. 2016-11-14 16:06:33 +00:00
libcxx Workaround compilers w/o C++1z inline variables 2016-11-17 20:08:43 +00:00
libcxxabi __cxa_demangle: allow demangling invocation blocks 2016-11-14 03:07:47 +00:00
libunwind [CMake] Get libunwind building under LLVM/runtimes 2016-11-08 23:02:49 +00:00
lld [ELF][MIPS] Remove 'mips' word from MipsGotSection fields and methods names. NFC 2016-11-17 21:49:14 +00:00
lldb Make GetRegisterByName() take a StringRef. 2016-11-17 21:54:37 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [CMake] Error when LTO and lld are enabled on Darwin 2016-11-17 20:22:49 +00:00
openmp Update stats-gathering code 2016-11-14 21:13:44 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly Probably overwritten loads should not be considered hoistable 2016-11-17 22:25:17 +00:00