This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe32ecc ADT: Split out iplist_impl from iplist, NFC new 0d65f1d ADT: Do not inherit from std::iterator in ilist_iterator new f86e7ee [PowerPC] Support asm parsing for bc[l][a][+-] mnemonics
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/ADT/ilist_iterator.h | 16 ++++----- include/llvm/CodeGen/MachineInstrBundleIterator.h | 14 ++++---- lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 1 + lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 9 +++++ lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h | 1 + lib/Target/PowerPC/PPCInstrFormats.td | 16 +++++++++ lib/Target/PowerPC/PPCInstrInfo.td | 43 +++++++++++++++++++++++ lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +- test/MC/PowerPC/ppc64-encoding.s | 41 +++++++++++++++++++++ 9 files changed, 124 insertions(+), 19 deletions(-)