Go to file
Chad Rosier ace9c5dfaf [arm load/store optimizer] When trying to merge a base update load/store, make
sure the base register and would-be writeback register don't conflict for
stores.  This was already being done for loads.

Unfortunately, it is rather difficult to create a test case for this issue.  It
was exposed in 450.soplex at LTO and requires unlucky register allocation.
<rdar://13394908>

llvm-svn: 177874
2013-03-25 16:29:20 +00:00
clang Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +00:00
clang-tools-extra Adding clang-headers as dependency of cpp11-migrate 2013-03-25 15:19:43 +00:00
compiler-rt Add basic support for building profile compiler-rt library in CMake build on Darwin 2013-03-25 14:20:11 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomial_distribution test. This eliminates the divide-by-zeros and describes in comments the numerical difficulties the test is having. Each of the problematic tests are exploring edge cases of the distribution. 2013-03-23 19:29:45 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF][Hexagon][test] check .got.plt order 2013-03-20 23:39:43 +00:00
lldb Add two additional DNBLog's in places where we're about to kill 2013-03-23 05:35:57 +00:00
llvm [arm load/store optimizer] When trying to merge a base update load/store, make 2013-03-25 16:29:20 +00:00
polly RegisterPasses: Improve comments 2013-03-23 21:35:52 +00:00