llvm with tablegen backend for capstone disassembler
Go to file
Craig Topper 3edda87c42 [InstCombine] Move the call to isSignBitCheck into getDemandedBitsLHSMask instead of calling it outside and passing its result through a flag. NFCI
The result of the isSignBitCheck isn't used anywhere else and this allows us to share the m_APInt call in the likely case that it isn't a sign bit check.

llvm-svn: 314018
2017-09-22 18:57:23 +00:00
clang [lit.cfg] Avoid concatenating which(clang-func-mapping) if it's missing 2017-09-22 18:42:28 +00:00
clang-tools-extra [clang-tidy] Fix example in documentation, NFC 2017-09-22 04:37:56 +00:00
compiler-rt [sanitizer] Replace AddressSanitizer with correct tool name 2017-09-22 18:50:18 +00:00
debuginfo-tests Revert r313600 due to bot failures on Green Dragon. 2017-09-19 14:51:37 +00:00
libclc Implement cl_khr_int64_extended_atomics builtins 2017-09-20 20:42:19 +00:00
libcxx Revert 313789 because gcc doesn't like it 2017-09-20 19:38:43 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind [libunwind] Partially revert r297174 to fix build on at least FreeBSD. 2017-09-21 21:28:48 +00:00
lld Update for llvm change. 2017-09-21 23:13:40 +00:00
lldb Revert this patch; I was emailing with Eugene and they have some other changes going 2017-09-21 23:02:56 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [InstCombine] Move the call to isSignBitCheck into getDemandedBitsLHSMask instead of calling it outside and passing its result through a flag. NFCI 2017-09-22 18:57:23 +00:00
openmp Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCKTIME 2017-09-05 15:45:48 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly polly-update-format after change in clang-format. NFC. 2017-09-22 11:30:26 +00:00