llvm with tablegen backend for capstone disassembler
Go to file
Duncan P. N. Exon Smith 04934b0fec InstCombine: Fix a crash in Descale for multiply-by-zero
Fix a crash in `InstCombiner::Descale()` when a multiply-by-zero gets
created as an argument to a GEP partway through an iteration, causing
-instcombine to optimize the GEP before the multiply.

rdar://problem/17615671

llvm-svn: 212742
2014-07-10 17:13:27 +00:00
clang Provide -verify support to match "any" line for diagnostics in included files. 2014-07-10 16:43:29 +00:00
clang-tools-extra Removed the "-fix" suffix from tests that verify both fixes and messages. 2014-07-09 21:21:39 +00:00
compiler-rt [msan] Fix performance issue in fast_memset. 2014-07-10 12:45:56 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Support the built-in type-trait support in gcc 4.7 and later. Thanks to Albert Wong for the patch. 2014-07-10 15:38:20 +00:00
libcxxabi Add lit configs for libcxxabi tests. 2014-07-10 02:20:11 +00:00
lld [mach-o]: support -Z option to skip standard library paths 2014-07-10 11:46:13 +00:00
lldb Reapply typo fix. 2014-07-10 14:45:57 +00:00
llvm InstCombine: Fix a crash in Descale for multiply-by-zero 2014-07-10 17:13:27 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly clang-format polly to avoid buildbot noise 2014-07-09 10:50:10 +00:00