This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d9ac7ff948 Generalize MergeBlockIntoPredecessor. Replace uses of Merge [...] new a5a4f60b044 [mips] Add microMIPS specific addressing patterns.
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/Mips/MicroMipsInstrInfo.td | 153 ++++++++++++--------- lib/Target/Mips/MipsInstrInfo.td | 51 +++---- test/CodeGen/Mips/address-selection.ll | 38 +++++ .../cstmaterialization/isel-materialization.ll | 36 +++++ 4 files changed, 187 insertions(+), 91 deletions(-) create mode 100644 test/CodeGen/Mips/address-selection.ll create mode 100644 test/CodeGen/Mips/cstmaterialization/isel-materialization.ll