This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8e6d19ebe4a [MergeICmps] Break eargerly out of loop new bce5921b79c [llvm-mca] Move the routine that computes processor resourc [...] new f659c36f7f5 [X86][SandyBridge] Merge multiple InstrRW entries that map [...]
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: lib/Target/X86/X86SchedSandyBridge.td | 2872 ++++++++++++++++----------------- tools/llvm-mca/Backend.cpp | 2 +- tools/llvm-mca/Backend.h | 2 +- tools/llvm-mca/CMakeLists.txt | 3 +- tools/llvm-mca/InstrBuilder.cpp | 15 +- tools/llvm-mca/InstrBuilder.h | 23 +- tools/llvm-mca/Scheduler.cpp | 39 +- tools/llvm-mca/Scheduler.h | 41 +- tools/llvm-mca/Support.cpp | 52 + tools/llvm-mca/Support.h | 49 + 10 files changed, 1489 insertions(+), 1609 deletions(-) create mode 100644 tools/llvm-mca/Support.cpp create mode 100644 tools/llvm-mca/Support.h