Go to file
Matthew Simpson 3388de1349 [LV] Select legal insert point when fixing first-order recurrences
Because IRBuilder performs constant-folding, it's not guaranteed that an
instruction in the original loop map to an instruction in the vector loop. It
could map to a constant vector instead. The handling of first-order recurrences
was incorrectly making this assumption when setting the IRBuilder's insert
point.

llvm-svn: 297302
2017-03-08 18:18:20 +00:00
clang [ubsan] Detect UB loads from bitfields 2017-03-08 17:38:57 +00:00
clang-tools-extra [clang-tidy] misc-use-after-move: Fix failing assertion 2017-03-08 12:34:51 +00:00
compiler-rt [XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64. 2017-03-07 23:07:03 +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 Add list of filesystem NB comments to TODO.TXT so they can be tracked separately 2017-03-06 21:23:36 +00:00
libcxxabi Fully Reformat fallback_malloc.cpp 2017-03-04 03:23:15 +00:00
libunwind DARWF: silence some warnings about conversions 2017-03-08 16:03:27 +00:00
lld Revert r297008: [ELF] - Make Bss and BssRelRo sections to be synthetic (#2). 2017-03-08 17:24:24 +00:00
lldb Resubmit FileSystem changes. 2017-03-08 17:56:08 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [LV] Select legal insert point when fixing first-order recurrences 2017-03-08 18:18:20 +00:00
openmp Fix GNU strerror_r check for Android. 2017-03-07 22:18:05 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopDetection] Only allow SCoP-wide available base pointers. 2017-03-08 15:14:46 +00:00