This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9a80c7c838e [CodeGen] Prepare for introduction of v3 and v5 MVTs new b68313482ba [CodeGen] Defined MVTs v3i32, v3f32, v5i32, v5f32 new a1745146ced [X86] Merge printf32mem/printi32mem into a single printdwor [...]
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/CodeGen/ValueTypes.td | 166 +++++++++---------- include/llvm/Support/MachineValueType.h | 178 ++++++++++++--------- lib/CodeGen/ValueTypes.cpp | 8 + lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 12 +- lib/Target/X86/InstPrinter/X86ATTInstPrinter.h | 31 +--- lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 12 +- lib/Target/X86/InstPrinter/X86IntelInstPrinter.h | 36 +---- lib/Target/X86/X86InstrFragmentsSIMD.td | 4 +- lib/Target/X86/X86InstrInfo.td | 62 ++++--- test/TableGen/intrinsic-varargs.td | 2 +- utils/TableGen/CodeGenTarget.cpp | 4 + 11 files changed, 257 insertions(+), 258 deletions(-)