This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 24088ba [X86] PADDUSB/W instructions should be commutable. new bd7c3fb [LSR] Don't try and create post-inc expressions on non-rotated loops new 91c19fb [Thumb] Validate branch target for CBZ/CBNZ instructions.
The 2 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/AsmParser/ARMAsmParser.cpp | 6 +++ lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 5 +++ lib/Transforms/Scalar/LoopStrengthReduce.cpp | 20 ++++++++++ test/CodeGen/AMDGPU/wqm.ll | 5 ++- test/CodeGen/ARM/2011-03-23-PeepholeBug.ll | 3 +- test/CodeGen/Hexagon/hwloop-crit-edge.ll | 1 + test/CodeGen/Hexagon/hwloop-loop1.ll | 2 - test/CodeGen/X86/lsr-loop-exit-cond.ll | 4 +- test/MC/ARM/thumb-cb-negative-offsets.s | 19 ++++++++++ test/MC/ARM/thumb-diagnostics.s | 17 +++++++++ .../LoopStrengthReduce/post-inc-optsize.ll | 43 ++++++++++++++++++++++ 11 files changed, 118 insertions(+), 7 deletions(-) create mode 100644 test/MC/ARM/thumb-cb-negative-offsets.s create mode 100644 test/Transforms/LoopStrengthReduce/post-inc-optsize.ll