Go to file
Hal Finkel e0a28e54c7 [AggressiveAntiDepBreaker] Check for EarlyClobber on defining instruction
AggressiveAntiDepBreaker was doing some EarlyClobber checking, but was not
checking that the register being potentially renamed was defined by an
early-clobber def where there was also a use, in that instruction, of the
register being considered as the target of the rename. Fixes PR24014.

llvm-svn: 246423
2015-08-31 07:51:36 +00:00
clang [OPENMP 4.0] Codegen for array sections. 2015-08-31 07:32:19 +00:00
clang-tools-extra Updated to make use of the AST matcher instead of a custom matcher; NFC. 2015-08-28 19:40:30 +00:00
compiler-rt [compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMA 2015-08-28 20:40:50 +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 Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Move __lazy_* metafunctions to type traits and add tests 2015-08-31 03:50:31 +00:00
libcxxabi Fix or disable C++11 tests in C++03 mode 2015-08-20 01:22:17 +00:00
libunwind [libunwind] Add support for OpenRISC 1000. 2015-08-31 05:26:37 +00:00
lld Fix -Wcovered-switch-default warnings. 2015-08-31 06:46:00 +00:00
lldb Differential Review: http://reviews.llvm.org/D12363 2015-08-28 14:42:03 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm [AggressiveAntiDepBreaker] Check for EarlyClobber on defining instruction 2015-08-31 07:51:36 +00:00
openmp Add kmp_config.h.cmake 2015-08-28 19:24:39 +00:00
polly Enable modeling of scalar read-only dependences 2015-08-31 06:46:32 +00:00