This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 206dfa3 AMDGPU: Don't add emergency stack slot if all spills are SGPR->VGPR new e9d7ca1 [Hexagon] Implement @llvm.readcyclecounter() new 096e40d [CodeGen] Fix some Clang-tidy modernize and Include What You [...]
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: include/llvm/CodeGen/MachineScheduler.h | 97 +++++------ include/llvm/CodeGen/ScheduleDAG.h | 181 ++++++++++----------- include/llvm/CodeGen/ScheduleDAGMutation.h | 25 +-- include/llvm/CodeGen/ScheduleDFS.h | 26 +-- include/llvm/CodeGen/ScheduleHazardRecognizer.h | 8 +- include/llvm/CodeGen/ScoreboardHazardRecognizer.h | 22 ++- include/llvm/CodeGen/StackMaps.h | 51 +++--- include/llvm/CodeGen/StackProtector.h | 18 +- lib/CodeGen/MachineScheduler.cpp | 137 +++++++++++----- lib/CodeGen/ScheduleDAG.cpp | 43 +++-- lib/CodeGen/ScoreboardHazardRecognizer.cpp | 9 +- lib/CodeGen/StackMaps.cpp | 24 ++- lib/CodeGen/StackProtector.cpp | 21 ++- .../Hexagon/Disassembler/HexagonDisassembler.cpp | 4 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 15 ++ lib/Target/Hexagon/HexagonISelLowering.h | 2 + lib/Target/Hexagon/HexagonPatterns.td | 8 + lib/Target/Hexagon/HexagonRegisterInfo.cpp | 4 +- lib/Target/Hexagon/HexagonRegisterInfo.td | 10 +- test/CodeGen/Hexagon/readcyclecounter.ll | 10 ++ 20 files changed, 424 insertions(+), 291 deletions(-) create mode 100644 test/CodeGen/Hexagon/readcyclecounter.ll