Go to file
David Majnemer 72a643dc8f InstCombine: Combine (X | Y) - X to (~X & Y)
This implements the transformation from (X | Y) - X to (~X & Y).

Differential Revision: http://reviews.llvm.org/D5791

llvm-svn: 221129
2014-11-03 05:53:55 +00:00
clang Remove definitions from Intrin.h that already exist in one of the other x86 intrinsic headers. Add a run line with Broadwell as the cpu type to ms-intrin.cpp test to catch some of these in the future. 2014-11-03 04:19:58 +00:00
clang-tools-extra [CMake] clangApplyReplacement: Add clangAST in libdeps to appease msc builder. 2014-10-30 03:22:32 +00:00
compiler-rt [asan] increase the initial buffer size in caller-callee dumper 2014-10-31 19:49:46 +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 Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Mark string_view::to_string as const. Fixes PR21428 2014-11-02 15:35:32 +00:00
libcxxabi Fix unicode chars into ascii in comment lines. 2014-10-27 08:08:18 +00:00
lld [LinkerScript] Change ErrorOr usage to fix MSVC2012 buildbots 2014-11-03 05:26:18 +00:00
lldb Fix the Makefile build by actually building ABI/SysV-ppc 2014-11-02 22:03:15 +00:00
llvm InstCombine: Combine (X | Y) - X to (~X & Y) 2014-11-03 05:53:55 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly [FIX] Move the statistic code to fix the build. 2014-11-01 01:30:11 +00:00