This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e149599f734 [SLH][AArch64] Remove accidentally retained -debug-only lin [...] new 798bb559878 [DAGCombine] Enable more pre-indexed stores new 1284ee3c47b [llvm-objcopy] [COFF] Clear the unwritten tail of coff_sect [...] new 1bba626c445 [ARM][CGP] Check trunc type before replacing
The 3 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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 +- lib/Target/ARM/ARMCodeGenPrepare.cpp | 20 ++-- test/CodeGen/ARM/CGP/arm-cgp-casts.ll | 44 ++++++++ test/CodeGen/ARM/indexed-mem.ll | 186 +++++++++++++++++++++++++++++++ tools/llvm-objcopy/COFF/Writer.cpp | 1 + 5 files changed, 251 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/ARM/indexed-mem.ll