This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02f3e0be784 [PatternMatch] define m_FNeg using m_FSub new 8c6c51699f8 [MC][Tablegen] Allow models to describe the retire control [...]
The 1 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/MC/MCSchedule.h | 7 ++-- include/llvm/Target/TargetSchedule.td | 19 +++++++++- lib/Target/X86/X86ScheduleBtVer2.td | 5 +++ test/tools/llvm-mca/X86/BtVer2/dot-product.s | 11 +++--- test/tools/llvm-mca/X86/BtVer2/pipes-fpu.s | 43 +++++++++++------------ test/tools/llvm-mca/X86/BtVer2/register-files-5.s | 42 +++++++++++----------- tools/llvm-mca/Backend.h | 6 ++-- tools/llvm-mca/Dispatch.cpp | 18 ++++++++++ tools/llvm-mca/Dispatch.h | 20 ++++------- utils/TableGen/CodeGenSchedule.cpp | 26 +++++++++++++- utils/TableGen/CodeGenSchedule.h | 12 +++++-- utils/TableGen/SubtargetEmitter.cpp | 17 +++++++++ 12 files changed, 153 insertions(+), 73 deletions(-)