Go to file
Gerolf Hoflehner eb90500d06 [MachineCombiner] Fix for ICE bug 20598
The combiner ignored DBG nodes when checking
the uses of a virtual register.

It combined a sequence like
   %vreg1 = madd %vreg2, %vreg3,...
   DBG_VALUE (%vreg1 ...)
   %vreg4 = add %vreg1,...
to
  %vreg4 = madd %vreg2, %vreg3

leaving behind a dangling DBG_VALUE with
a definition. This triggered an assertion
in the MachineTraceMetrics.cpp module.

llvm-svn: 215431
2014-08-12 07:54:12 +00:00
clang Debuginfo: Correctly tag variadic ObjC methods with DW_TAG_unspecified_parameter. 2014-08-12 04:42:23 +00:00
clang-tools-extra Update for API change in r215391 2014-08-11 22:11:02 +00:00
compiler-rt [ASan] Add new options for asan_symbolize.py script. 2014-08-11 20:02:49 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc relational: Add islessequal(floatN) builtin 2014-08-01 21:50:59 +00:00
libcxx Change two tests to be less dependant on locales. 2014-08-12 00:48:56 +00:00
libcxxabi Update CREDITS.txt with the list of folks who worked on ARM EHABI support 2014-08-05 15:56:07 +00:00
lld [PECOFF] Fix /profile option. 2014-08-11 21:31:07 +00:00
lldb Fix incorrect Linux i386 register info initialization on x86_64. 2014-08-12 05:26:52 +00:00
llvm [MachineCombiner] Fix for ICE bug 20598 2014-08-12 07:54:12 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly [Minor] Change the number of cut lines for new tests 2014-08-12 03:31:23 +00:00