Go to file
Hal Finkel 3b79f55c5f BBVectorize: Only some insert element operand pairs are free.
This fixes another infinite recursion case when using target costs.
We can only replace insert element input chains that are pure (end
with inserting into an undef).

llvm-svn: 167784
2012-11-12 23:55:36 +00:00
clang Enable C++11 attribute syntax for warn_unused_result and allow it to be 2012-11-12 23:48:05 +00:00
clang-tools-extra Following the example from loop-convert tests, simplifying the remove-cstr-calls lit script. 2012-11-05 18:28:45 +00:00
compiler-rt [ASan] test blacklist functionality for global-init-order checker (r167725) 2012-11-12 14:03:00 +00:00
debuginfo-tests
libclc
libcxx Dimitry Andric: Silence some miscellaneous warnings. 2012-11-06 21:55:44 +00:00
libcxxabi Wen-Han Gu: Fix for http://llvm.org/bugs/show_bug.cgi?id=14312 Exception Table out-of-range but still keep walking. 2012-11-12 18:19:15 +00:00
lld Add absolute symbol scope recognition in lld/Core 2012-11-05 19:13:54 +00:00
lldb Patch from Andrew Kaylor that fixes a race condition in the Listener.cpp. 2012-11-12 23:15:22 +00:00
llvm BBVectorize: Only some insert element operand pairs are free. 2012-11-12 23:55:36 +00:00
polly