This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2050a0312db Model cache size and associativity in TargetTransformInfo new 6e59618ef93 [ARM, Thumb1] Prevent ARMTargetLowering::isLegalAddressingM [...]
The 1 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/ARMISelLowering.cpp | 22 +++- lib/Target/ARM/ARMISelLowering.h | 4 + test/CodeGen/Thumb/addr-modes.ll | 45 ++++++++ .../LoopStrengthReduce/illegal-addr-modes.ll | 122 +++++++++++++++++++++ 4 files changed, 189 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/Thumb/addr-modes.ll create mode 100644 test/Transforms/LoopStrengthReduce/illegal-addr-modes.ll