This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c29185b4fe [Hexagon] Fold offset in base+immediate loads/stores new fcf36ad098b [Hexagon] Silence unused variable warning in Release builds new 6ee63824e6b [Hexagon] Incorrectly removing dead flag and adding kill flag new 3b9d2408db6 [llvm-mca] Split the InstructionInfoView from the SummaryView. new b5af7692c5d [Hexagon] Assume all extendable branches to be of size 8 in [...]
The 4 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/Hexagon/HexagonBranchRelaxation.cpp | 9 ++- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 7 ++- lib/Target/Hexagon/HexagonOptAddrMode.cpp | 4 +- tools/llvm-mca/CMakeLists.txt | 1 + .../{SummaryView.cpp => InstructionInfoView.cpp} | 29 ++-------- tools/llvm-mca/InstructionInfoView.h | 66 ++++++++++++++++++++++ tools/llvm-mca/SummaryView.cpp | 60 ++------------------ tools/llvm-mca/SummaryView.h | 54 ++---------------- tools/llvm-mca/llvm-mca.cpp | 5 +- 9 files changed, 99 insertions(+), 136 deletions(-) copy tools/llvm-mca/{SummaryView.cpp => InstructionInfoView.cpp} (69%) create mode 100644 tools/llvm-mca/InstructionInfoView.h