Go to file
Sanjoy Das e75ed92630 IRCE: generalize to handle loops with decreasing induction variables.
IRCE can now split the iteration space for loops like:

   for (i = n; i >= 0; i--)
     a[i + k] = 42; // bounds check on access

llvm-svn: 230618
2015-02-26 08:19:31 +00:00
clang [X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic headers. We use appropriate shuffle vector instead. 2015-02-26 08:09:05 +00:00
clang-tools-extra Update for clang r230512 2015-02-25 17:36:49 +00:00
compiler-rt [asan] reenable odr-violation.cc test on non-x86-64 after confirming that it's fixed. PR22699 2015-02-25 23:23:01 +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 Implement log10 2015-01-30 18:00:34 +00:00
libcxx Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
libcxxabi Unwind: clean up some GCC warnings 2015-02-26 04:01:37 +00:00
lld [Core] Do not reclaim absolute atoms in resolver. 2015-02-26 05:39:57 +00:00
lldb Return a current executable's directory from HostInfoAndroid::ComputeSupportExeDirectory. 2015-02-26 02:50:14 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm IRCE: generalize to handle loops with decreasing induction variables. 2015-02-26 08:19:31 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly Add the IMPACT2015 publications 2015-02-25 21:31:38 +00:00