This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eac8acfa949 AMDGPU: Don't use struct type for argument layout new 551913f7e3a Revert "Extend CFGPrinter and CallPrinter with Heat Colors"
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: include/llvm/Analysis/CFGPrinter.h | 197 +++++----------------- include/llvm/Analysis/HeatUtils.h | 54 ------ lib/Analysis/CFGPrinter.cpp | 250 ++++++---------------------- lib/Analysis/CMakeLists.txt | 1 - lib/Analysis/CallPrinter.cpp | 327 +++---------------------------------- lib/Analysis/DomPrinter.cpp | 9 +- lib/Analysis/HeatUtils.cpp | 130 --------------- lib/Analysis/RegionPrinter.cpp | 8 +- lib/Passes/PassRegistry.def | 8 +- lib/Transforms/Scalar/NewGVN.cpp | 2 +- llvm/Analysis/HeatUtils.h | 54 ------ test/Other/2007-06-05-PassID.ll | 8 - 12 files changed, 129 insertions(+), 919 deletions(-) delete mode 100644 include/llvm/Analysis/HeatUtils.h delete mode 100644 lib/Analysis/HeatUtils.cpp delete mode 100644 llvm/Analysis/HeatUtils.h