This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02f4e31 (LLVM part) Implement MASM-flavor intel syntax behavior for i [...] new fe681a8 [PowerPC] Add support for the extended dcbf form and mnemonics new 1211eb0 [PowerPC] Add asm parser/disassembler support for hrfid,nap,slbmfev
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/PowerPC/AsmParser/PPCAsmParser.cpp | 17 +++++++++++++++++ lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 19 +++++++++++++++++++ lib/Target/PowerPC/PPCInstrFormats.td | 19 +++++++++++++++++++ lib/Target/PowerPC/PPCInstrInfo.td | 19 ++++++++++++++++--- lib/Target/PowerPC/PPCSchedule.td | 1 + .../MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt | 6 ++++++ .../Disassembler/PowerPC/ppc64-encoding-bookIII.txt | 9 +++++++++ test/MC/PowerPC/ppc64-encoding-bookII.s | 14 ++++++++++++-- test/MC/PowerPC/ppc64-encoding-bookIII.s | 12 ++++++++++++ 9 files changed, 111 insertions(+), 5 deletions(-)