Go to file
Sanjay Patel 40e7ba0046 [InstCombine] add helper function to foldCastedBitwiseLogic() ; NFCI
This is a straight cut and paste of the existing code and is intended to
be the first step in solving part of PR26702:
https://llvm.org/bugs/show_bug.cgi?id=26702

We should be able to reuse most of this and delete the nearly identical 
existing code in visitOr(). Then, we can enhance visitXor() to use the
same code too.

llvm-svn: 261649
2016-02-23 16:36:07 +00:00
clang Fix a typo. NFC 2016-02-23 16:12:08 +00:00
clang-tools-extra [clang-tidy] Updated docs on testing clang-tidy checks. 2016-02-23 09:30:20 +00:00
compiler-rt [tests] Run test that uses gnu asm syntax on Posix only. 2016-02-23 04:10:53 +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: Add ilogb ported from amd-builtins 2016-02-23 14:43:09 +00:00
libcxx Add additional tests to ensure that we DTRT with short lists. This is LWG#2590, but there are no code changes, just additional tests 2016-02-23 16:25:20 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld [ELF][MIPS] Rename test case. NFC 2016-02-23 08:34:18 +00:00
lldb Work around a stepping bug in arm64 android M 2016-02-23 13:56:30 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [InstCombine] add helper function to foldCastedBitwiseLogic() ; NFCI 2016-02-23 16:36:07 +00:00
openmp Remove unnecessary semicolons after braces 2016-02-18 19:38:25 +00:00
polly Annotation of SIMD loops 2016-02-23 09:00:13 +00:00