Go to file
Nadav Rotem e7785686a5 Fix a bug in the code that checks if we can vectorize loops while using dynamic
memory bound checks.  Before the fix we were able to vectorize this loop from
the Livermore Loops benchmark:

for ( k=1 ; k<n ; k++ )
  x[k] = x[k-1] + y[k];

llvm-svn: 170811
2012-12-21 00:07:35 +00:00
clang Fix some bugs where we would sometimes use 0, not -1, when emitting a null constant of type pointer-to-data-member. 2012-12-20 23:49:09 +00:00
clang-tools-extra Use renamed CommonOptionsParser member functions 2012-12-14 18:59:24 +00:00
compiler-rt tsan: java interface implementation skeleton 2012-12-20 17:29:34 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Fix build against recent versions of Clang. Based on patch by Alastair Donaldson! 2012-12-05 07:39:02 +00:00
libcxx Test case for http://llvm.org/bugs/show_bug.cgi?id=14670. 2012-12-20 16:50:07 +00:00
libcxxabi Rename class __lambda_node to ___lambda_node to fix compile failure with gcc 4.6 and 4.7 2012-12-05 18:55:49 +00:00
lld [ELF][Reader] Ignore SHF_GROUP when switching on flags. 2012-12-20 00:37:24 +00:00
lldb Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. 2012-12-20 23:08:03 +00:00
llvm Fix a bug in the code that checks if we can vectorize loops while using dynamic 2012-12-21 00:07:35 +00:00
polly return -1 when polly::getNumberOfIterations returns -1 2012-12-18 08:56:51 +00:00