This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f631b7a Add REQUIRES:X86 to test/tools/llvm-lto2/common.ll new d30b1a1 [X86] Explicitly list all X86 instruction forms in switch sta [...] new 6e07b06 [X86] Merge small helper function into the switch that calls [...] new b663f70 [X86] Space out the encodings of X86 instruction formats. I p [...] new 91e5e58 [X86] Create a new instruction format to handle MemOp4 encodi [...] new 08f89d5 [X86] Create a new instruction format to handle 4VOp3 encodin [...]
The 5 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/X86/MCTargetDesc/X86BaseInfo.h | 161 ++++++++------ lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 143 +++++++++--- lib/Target/X86/X86InstrFMA.td | 32 +-- lib/Target/X86/X86InstrFormats.td | 108 ++++----- lib/Target/X86/X86InstrInfo.td | 8 +- lib/Target/X86/X86InstrSSE.td | 8 +- lib/Target/X86/X86InstrShiftRotate.td | 20 +- lib/Target/X86/X86InstrXOP.td | 48 ++-- utils/TableGen/X86RecognizableInstr.cpp | 267 ++++++++++++----------- utils/TableGen/X86RecognizableInstr.h | 4 - 10 files changed, 462 insertions(+), 337 deletions(-)