This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d7398385c01 [llvm-mca] Minor refactoring. NFCI new 3d2595ce36e DWARFVerifier: verify debug_names abbreviation table new 047303ecc62 [X86][SSE42] Use the default PCMPEST/PCMPIST scheduler clas [...]
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: .../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 4 + include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 9 +- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 86 ++++++++++++++++++ lib/Target/X86/X86SchedBroadwell.td | 101 +++++++-------------- lib/Target/X86/X86SchedHaswell.td | 87 ++++++------------ lib/Target/X86/X86SchedSandyBridge.td | 27 ++---- lib/Target/X86/X86SchedSkylakeClient.td | 99 +++++++------------- lib/Target/X86/X86SchedSkylakeServer.td | 101 +++++++-------------- ...plicate.s => debug-names-verify-abbrev-forms.s} | 38 +++++++- .../X86/debug-names-verify-no-buckets.s | 2 +- 10 files changed, 262 insertions(+), 292 deletions(-) copy test/tools/llvm-dwarfdump/X86/{debug-names-verify-abbrev-duplicate.s => debug [...]