Go to file
Nadav Rotem 8f924f3891 SLPVectorizer: Improve the compile time of isConsecutive by adding a simple constant-gep check before using SCEV.
This check does not always work because not all of the GEPs use a constant offset, but it happens often enough to reduce the number of times we use SCEV.

llvm-svn: 186465
2013-07-16 22:51:07 +00:00
clang Make Expr::isConstantInitializer match IRGen. 2013-07-16 22:40:53 +00:00
clang-tools-extra Update for llvm API change. 2013-07-16 19:44:28 +00:00
compiler-rt Give compiler-rt a chance to compile with mingw-w64. 2013-07-16 22:37:55 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Fix and re-enable R600 vload/vstore assembly 2013-07-16 14:29:01 +00:00
libcxx Bug 16599 part 2: Make std::pair's constructors and comparison operators (and make_pair) constexpr. 2013-07-16 17:45:44 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld Fix the build with clang and libstdc++4.7. 2013-07-16 20:18:13 +00:00
lldb Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLocationList::FindByAddress 2013-07-16 21:22:53 +00:00
llvm SLPVectorizer: Improve the compile time of isConsecutive by adding a simple constant-gep check before using SCEV. 2013-07-16 22:51:07 +00:00
polly Ensure a correct order between memory accesses. 2013-07-16 15:20:29 +00:00