Go to file
Lang Hames 5ec150c967 Replace X86 FMA intrinsic pseduo-instructions with def pats.
It looks like these pseudos were only used for pattern matching. Def pats are
the appropriate way to do that. As a bonus, these intrinsics will now have
memory operands folded properly, and better FMA3 variants selected where
appropriate (see r199933).

<rdar://problem/15611947>

llvm-svn: 200577
2014-01-31 21:29:19 +00:00
clang Track the currently-being-built submodule inside the preprocessor (rather than 2014-01-31 20:47:44 +00:00
clang-tools-extra check-clang-tools: Also it doesn't require neither llvm_src_root nor llvm_obj_root. 2014-01-26 12:40:18 +00:00
compiler-rt [sanitizer] Partial revert of recent ioctl changes. 2014-01-31 19:19:45 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Updated README.TXT with information about using DESTDIR and building with Ninja. 2014-01-29 20:03:28 +00:00
libcxx Remove default function template argument from the header. 2014-01-31 09:30:46 +00:00
libcxxabi [libunwind] remove stray conditional 2014-01-30 00:27:16 +00:00
lld Update for llvm api change. 2014-01-31 21:13:59 +00:00
lldb Fixing the Windows build for the changes brought in from the iohandler merge. 2014-01-31 18:48:46 +00:00
llvm Replace X86 FMA intrinsic pseduo-instructions with def pats. 2014-01-31 21:29:19 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly IndependentBlocks: Do not assert for PHI nodes outside of scops 2014-01-29 23:08:10 +00:00