This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b997056fc04 [mips] Correct the predicates of sign extension instructions new c2f66823b6b [X86] Convert most remaining uses of X86SchedWritePair sche [...] new d0aace53a9f Revert "[mips] Correct the predicates of sign extension ins [...]
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/Target/Mips/MicroMips32r6InstrFormats.td | 14 + lib/Target/Mips/MicroMips32r6InstrInfo.td | 10 + lib/Target/Mips/MicroMipsInstrInfo.td | 8 +- lib/Target/Mips/MipsInstrInfo.td | 2 +- lib/Target/X86/X86InstrSSE.td | 407 ++++++++++++++------------- lib/Target/X86/X86Schedule.td | 9 + test/MC/Mips/micromips/valid.s | 4 - test/MC/Mips/mips32r2/valid.s | 4 - test/MC/Mips/mips32r3/valid.s | 4 - test/MC/Mips/mips32r5/valid.s | 4 - test/MC/Mips/mips32r6/valid.s | 4 - test/MC/Mips/mips64r2/valid.s | 4 - test/MC/Mips/mips64r3/valid.s | 4 - test/MC/Mips/mips64r5/valid.s | 4 - test/MC/Mips/mips64r6/valid.s | 12 +- 15 files changed, 255 insertions(+), 239 deletions(-)