Go to file
Johannes Doerfert bc7cff4c18 [FIX] Do not hoist invariant pointers with non-loaded base ptr in SCoP
If the base pointer of a load is invariant and defined in the SCoP but
  not loaded we cannot hoist the load as we would not hoist the base
  pointer definition.

  This fixes bug 25237.

llvm-svn: 250663
2015-10-18 19:49:25 +00:00
clang Support linking against OpenMP runtime on FreeBSD. 2015-10-18 13:32:20 +00:00
clang-tools-extra Make a bunch of static arrays const. 2015-10-18 05:14:41 +00:00
compiler-rt Use struct type instead of raw array for raw profile header (NFC) 2015-10-16 22:21:56 +00:00
debuginfo-tests
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Fix an unfortunate yet old typo that never got attention before r250507. 2015-10-16 11:26:26 +00:00
libcxxabi Fix LIBCXXABI_HAS_NO_THREADS configuration. 2015-10-14 19:21:38 +00:00
libunwind Add FreeBSD _Unwind_Ptr typedef 2015-10-16 19:40:09 +00:00
lld Simplify. NFC. 2015-10-18 03:13:46 +00:00
lldb Silence -Wqual-cast warnings from GCC 5.2 2015-10-18 19:34:38 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm Preserve CFG in MergedLoadStoreMotion. This fixes PR24426. 2015-10-18 19:34:10 +00:00
openmp [OMPT] Add OMPT events for API locking 2015-10-16 16:52:58 +00:00
polly [FIX] Do not hoist invariant pointers with non-loaded base ptr in SCoP 2015-10-18 19:49:25 +00:00