This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b8b865bdd85 [RISCV] Add missed tests for RV64D MC layer support new 9fb4bebf8e4 [FuzzMutate] Allow only sized pointers for the GEP instruction new 5eb1a174377 [dsymutil] Add -verify option to run DWARF verifier after linking. new b21bd46f2dc Add proper BTVER2 sched support for MOV instr. Differential [...]
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: include/llvm/FuzzMutate/OpDescriptor.h | 18 ++++ lib/FuzzMutate/Operations.cpp | 2 +- lib/Target/X86/X86ScheduleBtVer2.td | 2 +- test/CodeGen/X86/mmx-schedule.ll | 166 ++++++++++++++++---------------- test/CodeGen/X86/mul-constant-i32.ll | 18 ++-- test/CodeGen/X86/mul-constant-i64.ll | 18 ++-- test/CodeGen/X86/schedule-x86_64.ll | 4 +- test/CodeGen/X86/sse2-schedule.ll | 8 +- test/CodeGen/X86/sse3-schedule.ll | 6 +- test/CodeGen/X86/sse42-schedule.ll | 30 +++--- test/CodeGen/X86/x87-schedule.ll | 4 +- test/tools/dsymutil/X86/verify.test | 8 ++ test/tools/dsymutil/cmdline.test | 1 + tools/dsymutil/dsymutil.cpp | 41 ++++++++ unittests/FuzzMutate/OperationsTest.cpp | 47 +++++++++ 15 files changed, 244 insertions(+), 129 deletions(-) create mode 100644 test/tools/dsymutil/X86/verify.test