This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b9f9e91ad00 Silence MSVC warning about unsigned integer overflow, which [...] new 5be8b939f0d Sema: allow imaginary constants via GNU extension if UDL ov [...] new 50bd917fab8 [MSP430] Add subtarget features for hardware multiplier.
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 5 ++++- lib/Target/MSP430/MSP430.td | 14 ++++++++++++ lib/Target/MSP430/MSP430ISelLowering.cpp | 27 +++--------------------- lib/Target/MSP430/MSP430Subtarget.cpp | 27 +++++++++++++++++++++++- lib/Target/MSP430/MSP430Subtarget.h | 11 ++++++++++ test/CodeGen/MSP430/hwmult16.ll | 1 + test/CodeGen/MSP430/hwmult32.ll | 1 + test/CodeGen/MSP430/hwmultf5.ll | 1 + 8 files changed, 61 insertions(+), 26 deletions(-)