This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 73f2788 update test to use FileCheck for tighter checking new c418e32 update test to use FileCheck for tighter checking new 9ee5a28 Loop unroller: set thresholds for optsize and minsize functio [...] new 654d431 MemCpyOpt: combine local load/store sequences into memcpy. new 946a2f0 ARM: report an error when attempting to target a misalgined BLX new 0d5b5cf Revert "MemCpyOpt: combine local load/store sequences into memcpy." new 8fd08e9 remove some comments and other cruft from checks
The 6 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/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 15 ++- lib/Transforms/Scalar/LoopUnrollPass.cpp | 4 +- test/CodeGen/X86/vector-rem.ll | 118 +++++++++++++++++++-- test/MC/ARM/aligned-blx.s | 34 ++++++ test/MC/ARM/misaligned-blx.s | 40 +++++++ test/Transforms/LoopUnroll/PowerPC/a2-unrolling.ll | 25 ----- test/Transforms/LoopUnroll/PowerPC/p7-unrolling.ll | 49 --------- .../LoopUnroll/partial-unroll-optsize.ll | 53 --------- test/Transforms/LoopUnroll/unroll-opt-attribute.ll | 56 +++------- test/Transforms/LoopUnroll/unroll-pragmas.ll | 23 ++++ 10 files changed, 234 insertions(+), 183 deletions(-) create mode 100644 test/MC/ARM/aligned-blx.s create mode 100644 test/MC/ARM/misaligned-blx.s delete mode 100644 test/Transforms/LoopUnroll/partial-unroll-optsize.ll