This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cffbbb125ea [MS Demangler] Support extern "C" functions. new 0365cb94940 [ARM] Adjust AND immediates to make them cheaper to select.
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/ARMISelDAGToDAG.cpp | 5 ++ lib/Target/ARM/ARMISelLowering.cpp | 77 ++++++++++++++++++++++++++ lib/Target/ARM/ARMISelLowering.h | 3 + test/CodeGen/ARM/Windows/alloca.ll | 2 +- test/CodeGen/ARM/Windows/vla.ll | 4 +- test/CodeGen/ARM/and-cmpz.ll | 9 ++- test/CodeGen/ARM/illegal-bitfield-loadstore.ll | 4 +- test/CodeGen/ARM/select_const.ll | 5 +- test/CodeGen/Thumb/bic_imm.ll | 67 ++++++++++++++++++++-- test/CodeGen/Thumb/shift-and.ll | 24 +++++--- 10 files changed, 172 insertions(+), 28 deletions(-)