Go to file
Hao Liu 04183242b3 [MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction sequences as follows
%Q5_Q6<def> = COPY %Q2_Q3
   %D5<def> =
   %D3<def> =
   %D3<def> = COPY %D6     // Incorrectly removed in MachineCopyPropagation
   Using of %D3 results in incorrect result ...

   Reviewed in http://reviews.llvm.org/D8242 

llvm-svn: 232142
2015-03-13 05:15:23 +00:00
clang [libclang] During member ref expression visitation, ignore base anonymous struct/union fields. 2015-03-13 04:40:07 +00:00
clang-tools-extra Add clangBasic to libdeps according to r232051 since the interface of ASTMatchers was changed. 2015-03-13 03:47:43 +00:00
compiler-rt We want single precision here. 2015-03-13 00:18:28 +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 Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Update copyright year to 2015. 2015-03-12 20:13:11 +00:00
libcxxabi Update copyright year to 2015. 2015-03-12 20:13:54 +00:00
lld LinkerScript: Add evaluation of the EXTERN command 2015-03-12 21:55:55 +00:00
lldb Don't require AVX registers if the target CPU doesn't have them 2015-03-13 03:43:46 +00:00
llgo [llgo] update year in LICENSE.txt 2015-03-13 01:36:02 +00:00
llvm [MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction sequences as follows 2015-03-13 05:15:23 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Add -polly-vectorizer=stripmine 2015-03-12 20:48:07 +00:00