Go to file
Johannes Doerfert 13771738d3 [RTC] Split alias groups according to read only base addresses
If there are multiple read only base addresses in an alias group
  we can split it into multiple alias groups each with only one
  read only access. This way we might reduce the number of
  comparisons significantly as it grows linear in the number of
  alias groups but exponential in their size.

Differential Revision: http://reviews.llvm.org/D5435

llvm-svn: 218757
2014-10-01 12:40:46 +00:00
clang [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP 2014-10-01 09:03:02 +00:00
clang-tools-extra [clang-tidy] Updated documentation 2014-09-27 21:47:01 +00:00
compiler-rt Disable the ubsan-asan config on Darwin. 2014-10-01 08:53:00 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Remove more redundant semi-colons 2014-09-18 09:23:40 +00:00
libcxx Mark module atomic as cplusplus11. 2014-09-24 04:44:54 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld [PECOFF] Fix x64 export table. 2014-10-01 01:39:34 +00:00
lldb Adding a test for k5 binaries 2014-10-01 10:41:53 +00:00
llvm [x86] Fix a few more tiny patterns with the new vector shuffle lowering 2014-10-01 11:14:02 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly [RTC] Split alias groups according to read only base addresses 2014-10-01 12:40:46 +00:00