This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ede786dd187 Fix -Winconsistent-missing-overrides in AMDGPU code new cf35b20cbe0 [llvm-mca] Add the RetireStage.
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: tools/llvm-mca/Backend.cpp | 5 ++++ tools/llvm-mca/Backend.h | 23 ++++++++++----- tools/llvm-mca/CMakeLists.txt | 1 + tools/llvm-mca/DispatchStage.cpp | 27 ++++++----------- tools/llvm-mca/DispatchStage.h | 27 ++++++----------- tools/llvm-mca/RetireControlUnit.cpp | 37 ++++++++++-------------- tools/llvm-mca/RetireControlUnit.h | 17 +++++++---- tools/llvm-mca/RetireStage.cpp | 56 ++++++++++++++++++++++++++++++++++++ tools/llvm-mca/RetireStage.h | 48 +++++++++++++++++++++++++++++++ tools/llvm-mca/Scheduler.cpp | 2 +- tools/llvm-mca/Scheduler.h | 14 ++++----- 11 files changed, 175 insertions(+), 82 deletions(-) create mode 100644 tools/llvm-mca/RetireStage.cpp create mode 100644 tools/llvm-mca/RetireStage.h