Go to file
Hal Finkel 0f2ddcb83f [PowerPC] PPCVSXFMAMutate should ignore trivial-copy addends
We might end up with a trivial copy as the addend, and if so, we should ignore
the corresponding FMA instruction. The trivial copy can be coalesced away later,
so there's nothing to do here. We should not, however, assert. Fixes PR24544.

llvm-svn: 245907
2015-08-24 23:48:28 +00:00
clang [ARM NEON] Use CGF cached Types instead of llvm::Type::get. NFC. 2015-08-24 23:47:29 +00:00
clang-tools-extra [clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy. 2015-08-21 15:08:51 +00:00
compiler-rt [UBSan] Add the ability to print more precise error kind in summary line. 2015-08-24 23:18:49 +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 Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Move test/std/utilities/date.time to proper stable name utilities/time/date.time 2015-08-24 21:27:25 +00:00
libcxxabi Fix or disable C++11 tests in C++03 mode 2015-08-20 01:22:17 +00:00
libunwind unwind: fix invalid memory access 2015-08-21 03:21:31 +00:00
lld COFF: Update for LTO API change. 2015-08-24 22:22:58 +00:00
lldb Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm [PowerPC] PPCVSXFMAMutate should ignore trivial-copy addends 2015-08-24 23:48:28 +00:00
openmp Update z_Linux_asm.s to use platform macros 2015-08-20 19:46:14 +00:00
polly [Vectorizer] Detect strides in multi-dimensional arrays 2015-08-24 22:20:46 +00:00