This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 56af121 [Hexagon] Use timing class info as tie-breaker in machine scheduler new 5646cdb [MC] Cleanup Error Handling in AsmParser new fe4ad6d [PowerPC] Remove redundant direct moves when extracting integ [...]
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/MC/MCAsmStreamer.cpp | 8 +- lib/MC/MCParser/AsmParser.cpp | 755 +++++++++++-------------- lib/MC/MCParser/DarwinAsmParser.cpp | 1 - lib/MC/MCParser/ELFAsmParser.cpp | 8 + lib/Target/PowerPC/PPCInstrVSX.td | 43 ++ test/CodeGen/PowerPC/remove-redundant-moves.ll | 107 ++++ test/MC/AsmParser/preserve-comments.s | 2 + 7 files changed, 494 insertions(+), 430 deletions(-) create mode 100644 test/CodeGen/PowerPC/remove-redundant-moves.ll