This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ddf645b77a [DAGCombine] Permit combining of shuffles of equivalent spl [...] new 63ea643e1fa [X86] Add RDPID instruction for assembler and disassembler. new 23a29475b9a [X86] Add PTWRITE instruction for assembler and disassembler. new 69a114112f3 Update DPPD/DPPS instruction scheduling on btver2. Differen [...]
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: lib/Target/X86/X86InstrInfo.td | 6 ++-- lib/Target/X86/X86InstrSystem.td | 25 +++++++++++++++-- lib/Target/X86/X86ScheduleBtVer2.td | 46 +++++++++++++++++++++++++++++++ test/CodeGen/X86/avx-schedule.ll | 4 +-- test/CodeGen/X86/sse41-schedule.ll | 8 +++--- test/MC/Disassembler/X86/simple-tests.txt | 3 ++ test/MC/Disassembler/X86/x86-32.txt | 9 ++++++ test/MC/Disassembler/X86/x86-64.txt | 11 ++++++++ test/MC/X86/x86-32.s | 12 ++++++++ test/MC/X86/x86-64.s | 20 ++++++++++++++ 10 files changed, 133 insertions(+), 11 deletions(-)