This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c1630d37c4 [InstCombine] add potential calloc tests and regenerate che [...] new b41985cc636 [CostModel][X86] Regenerate bit count cost tests with updat [...] new b4cde9307b5 [X86] Merge itineraries for CLC, CMC, and STC. new 5a864681b87 [X86] Add an extra store address cycle to WriteRMW in the S [...] new 11ac674b8a2 [X86] Attempt to model basic arithmetic instructions in the [...]
The 4 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/X86InstrArithmetic.td | 27 +- lib/Target/X86/X86InstrInfo.td | 6 +- lib/Target/X86/X86SchedBroadwell.td | 72 +-- lib/Target/X86/X86SchedHaswell.td | 72 +-- lib/Target/X86/X86SchedSandyBridge.td | 6 +- lib/Target/X86/X86SchedSkylakeClient.td | 72 +-- lib/Target/X86/X86SchedSkylakeServer.td | 72 +-- lib/Target/X86/X86Schedule.td | 5 +- lib/Target/X86/X86ScheduleAtom.td | 4 +- test/Analysis/CostModel/X86/ctlz.ll | 807 ++++++++++++++++++++++++-------- test/Analysis/CostModel/X86/ctpop.ll | 370 +++++++++++---- test/Analysis/CostModel/X86/cttz.ll | 685 ++++++++++++++++++++------- test/CodeGen/X86/schedule-x86_32.ll | 40 +- test/CodeGen/X86/schedule-x86_64.ll | 798 +++++++++++++++---------------- 14 files changed, 1889 insertions(+), 1147 deletions(-)