This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a3db45981cb [ARM] GlobalISel: Simplify inst selector code. NFC new dba40dd7a11 [Linker] Add directives to support mixing ARM/Thumb module- [...] new 84aeab51dbf [mips][mt][3/7] Add IAS support for emt, dmt 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/Linker/IRMover.cpp | 18 ++++++++++++++++-- lib/Target/Mips/MipsInstrInfo.td | 11 ++++++++++- lib/Target/Mips/MipsSchedule.td | 4 ++++ lib/Target/Mips/MipsScheduleGeneric.td | 6 ++++++ lib/Target/Mips/MipsScheduleP5600.td | 2 +- test/Linker/Inputs/thumb-module-inline-asm.ll | 3 +++ test/Linker/link-arm-and-thumb-module-inline-asm.ll | 20 ++++++++++++++++++++ 7 files changed, 60 insertions(+), 4 deletions(-) create mode 100644 test/Linker/Inputs/thumb-module-inline-asm.ll create mode 100644 test/Linker/link-arm-and-thumb-module-inline-asm.ll