Go to file
Hao Liu 2aa06a989d [AArch64] Disable useAA for Cortex-A57.
Using AA during CodeGen is very useful for in-order cores. It is less useful for ooo cores. Also I find
enabling useAA for Cortex-A57 may generate worse code for some test cases. If useAA in codegen is improved 
and benefical for ooo cores, we can enable it again.

llvm-svn: 222333
2014-11-19 06:48:56 +00:00
clang Add the exception for strings in logical and expressions to -Wstring-conversion 2014-11-19 06:08:18 +00:00
clang-tools-extra Remove uses of StringMap::GetOrCreateValue in favor of stl-compatible API usage 2014-11-19 03:05:07 +00:00
compiler-rt Make the ASan OS X DYLD_INSERT_LIBRARIES detection path-independent 2014-11-19 01:31:59 +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 Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Overhaul and separate nullptr_t tests to pass with C++03. 2014-11-19 05:49:03 +00:00
libcxxabi Remove accidentally commited line in commit. Sorry 2014-11-19 05:00:57 +00:00
lld Revert "[ELF] Sectionkey should also contain path." 2014-11-19 06:47:29 +00:00
lldb Add additional checks to the SavedLocationForRegister method 2014-11-19 02:29:52 +00:00
llvm [AArch64] Disable useAA for Cortex-A57. 2014-11-19 06:48:56 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Enable SCEV based code generation by default 2014-11-16 22:50:23 +00:00