This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b8c067b8506 [opt] Port the debugify passes to the new pass manager new 048f392b852 [X86][3DNOW] Teach decoder about AMD 3DNow! instrs new ff74bbe2b9e Don't make PDBs by default in Release mode new da3c20caee4 [Debugify] Don't check functions which were skipped
The 3 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: cmake/modules/HandleLLVMOptions.cmake | 15 +++-- .../X86/Disassembler/X86DisassemblerDecoder.cpp | 45 ++++++++++++- .../X86/Disassembler/X86DisassemblerDecoder.h | 3 +- .../Disassembler/X86DisassemblerDecoderCommon.h | 6 +- lib/Target/X86/X86Instr3DNow.td | 7 +- test/DebugInfo/debugify.ll | 4 ++ test/MC/Disassembler/X86/amd3dnow.txt | 76 ++++++++++++++++++++++ tools/opt/Debugify.cpp | 12 +++- utils/TableGen/X86DisassemblerTables.cpp | 8 ++- utils/TableGen/X86RecognizableInstr.cpp | 29 +++++---- utils/TableGen/X86RecognizableInstr.h | 14 ++-- 11 files changed, 182 insertions(+), 37 deletions(-) create mode 100644 test/MC/Disassembler/X86/amd3dnow.txt