Go to file
Pierre Gousseau 6953b32475 [X86][btver2] PR31902: Fix a crash in combineOrCmpEqZeroToCtlzSrl under fast math.
In combineOrCmpEqZeroToCtlzSrl, replace "getConstantOperand == 0" by "isNullConstant" to account for floating point constants.

Differential Revision: https://reviews.llvm.org/D29756

llvm-svn: 294588
2017-02-09 14:43:58 +00:00
clang [clang-format] Fix typo in comment. 2017-02-09 09:02:13 +00:00
clang-tools-extra [clang-tidy] Fix misc-unused-using-decls false positives in presence of compile errors 2017-02-09 10:41:27 +00:00
compiler-rt [XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Function Id in FDR logging mode. 2017-02-09 07:05:42 +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 logb builtin 2017-01-18 03:14:10 +00:00
libcxx Use protected name for the prototype arguments. 2017-02-09 14:12:29 +00:00
libcxxabi [libcxxabi][CMake] Support in-tree libunwind when building as part of runtimes 2017-02-09 02:19:30 +00:00
libunwind Revert "[libunwind][CMake] Use libc++ headers when available" 2017-02-09 03:56:47 +00:00
lld [ELF] Refactor PltSection and IPltSection into PltSection [NFC] 2017-02-09 10:56:15 +00:00
lldb Revert r294580 , it didn't fix the shared build 2017-02-09 12:30:09 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [X86][btver2] PR31902: Fix a crash in combineOrCmpEqZeroToCtlzSrl under fast math. 2017-02-09 14:43:58 +00:00
openmp [libomptarget] Align test code with runtime/ 2017-02-07 06:58:15 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopInfo] Expect the OriginalBaseAddr when looking at underlying instructions [NFC] 2017-02-09 10:11:58 +00:00