This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9f33bbfea84 [dsymutil] Make the CachedBinaryHolder the default new 03cec5cbaf0 [X86] Use a std::vector for the memory unfolding table. new d36457d104a [dsymutil] Rename conflicting declaration new 8b6f52ae8e8 Extend CFGPrinter and CallPrinter with Heat Colors
The 3 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/Target/X86/X86InstrInfo.cpp | 59 ++++--- lib/Target/X86/X86InstrInfo.h | 23 ++- lib/Transforms/Scalar/NewGVN.cpp | 2 +- llvm/Analysis/HeatUtils.h | 54 ++++++ test/Other/2007-06-05-PassID.ll | 8 + tools/dsymutil/BinaryHolder.cpp | 16 +- tools/dsymutil/BinaryHolder.h | 2 +- 16 files changed, 984 insertions(+), 164 deletions(-) create mode 100644 include/llvm/Analysis/HeatUtils.h create mode 100644 lib/Analysis/HeatUtils.cpp create mode 100644 llvm/Analysis/HeatUtils.h