This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0a965f8 Don't rely on an implicit std::tuple constructor. new bb8d9fb SmallString doesn't have implicit conversion from const char*. new ec179d7 LTO: Fix a potential race condition in the caching API. new f5e1bc8 [ARM] Use alias analysis in ARMPreAllocLoadStoreOpt. new 5c2a1d9 Remove LessPreciseFPMADOption from TargetOptions along with a [...]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/CommandFlags.h | 6 ----- include/llvm/LTO/Caching.h | 11 ++++++--- include/llvm/Target/TargetOptions.h | 15 +++--------- lib/CodeGen/TargetOptionsImpl.cpp | 8 ------- lib/LTO/Caching.cpp | 33 +++++++++++++++++++------- lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 30 +++++++++++------------- lib/Target/TargetMachine.cpp | 1 - test/CodeGen/ARM/ldrd.ll | 18 ++++++++++++++ test/CodeGen/ARM/prera-ldst-aliasing.mir | 40 ++++++++++++++++++++++++++++++++ tools/gold/gold-plugin.cpp | 8 +++++-- tools/llvm-lto2/llvm-lto2.cpp | 11 +++------ unittests/Support/Path.cpp | 4 ++-- 12 files changed, 118 insertions(+), 67 deletions(-) create mode 100644 test/CodeGen/ARM/prera-ldst-aliasing.mir