This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e38b67f [mips] Fix aui/daui/dahi/dati for MIPSR6 new 8ab74ba [LTO] Fix handling of mixed (regular and thin) mode LTO new ffabbc5 Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"
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: include/llvm/LTO/LTO.h | 2 +- lib/LTO/LTO.cpp | 15 +++++---- lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 10 ------ lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 36 ++++++++++++++++++++++ lib/Target/Mips/MicroMips32r6InstrInfo.td | 2 +- lib/Target/Mips/MicroMips64r6InstrInfo.td | 12 +++----- lib/Target/Mips/Mips32r6InstrInfo.td | 2 +- lib/Target/Mips/Mips64r6InstrInfo.td | 10 +++--- lib/Target/Mips/MipsInstrInfo.td | 14 --------- .../Resolution/X86/Inputs/mixed_lto.ll} | 0 test/LTO/Resolution/X86/mixed_lto.ll | 19 ++++++++++++ test/MC/Disassembler/Mips/micromips32r6/valid.txt | 2 +- test/MC/Disassembler/Mips/micromips64r6/valid.txt | 4 +-- .../Mips/mips32r6/valid-mips32r6-el.txt | 2 +- .../Disassembler/Mips/mips32r6/valid-mips32r6.txt | 2 +- .../Mips/mips64r6/valid-mips64r6-el.txt | 3 +- .../Disassembler/Mips/mips64r6/valid-mips64r6.txt | 4 +-- test/MC/Mips/micromips32r6/valid.s | 2 +- test/MC/Mips/micromips64r6/invalid.s | 15 ++------- test/MC/Mips/micromips64r6/valid.s | 5 ++- test/MC/Mips/mips32r6/invalid.s | 2 -- test/MC/Mips/mips32r6/valid.s | 2 +- test/MC/Mips/mips64r6/invalid.s | 13 -------- test/MC/Mips/mips64r6/valid.s | 14 ++++----- .../{thinlto_internalize.ll => mixed_lto.ll} | 0 test/tools/gold/X86/mixed_lto.ll | 18 +++++++++++ 26 files changed, 115 insertions(+), 95 deletions(-) copy test/{tools/gold/X86/Inputs/thinlto_internalize.ll => LTO/Resolution/X86/Inpu [...] create mode 100644 test/LTO/Resolution/X86/mixed_lto.ll copy test/tools/gold/X86/Inputs/{thinlto_internalize.ll => mixed_lto.ll} (100%) create mode 100644 test/tools/gold/X86/mixed_lto.ll