This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8739616 Delete unused file. new 318da23 Retry: [BPI] Use a safer constructor to calculate branch prob [...] new d24b18f [Hexagon] 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: lib/Analysis/BranchProbabilityInfo.cpp | 24 +++--- lib/Target/Hexagon/HexagonHazardRecognizer.cpp | 7 +- lib/Target/Hexagon/HexagonHazardRecognizer.h | 18 ++--- lib/Target/Hexagon/HexagonISelLowering.cpp | 53 +++++++------ lib/Target/Hexagon/HexagonISelLowering.h | 24 ++++-- lib/Target/Hexagon/HexagonSplitDouble.cpp | 73 +++++++++--------- lib/Target/Hexagon/HexagonStoreWidening.cpp | 66 +++++++--------- lib/Target/Hexagon/HexagonVectorPrint.cpp | 56 +++++++++----- .../Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp | 23 ++++-- .../Hexagon/MCTargetDesc/HexagonMCELFStreamer.h | 17 ++--- .../Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 34 +++++---- .../Hexagon/MCTargetDesc/HexagonMCTargetDesc.h | 12 +-- unittests/Analysis/BranchProbabilityInfoTest.cpp | 88 ++++++++++++++++++++++ unittests/Analysis/CMakeLists.txt | 1 + 14 files changed, 321 insertions(+), 175 deletions(-) create mode 100644 unittests/Analysis/BranchProbabilityInfoTest.cpp