This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 181c24a [MIRPrinter] Print raw branch probabilities as expected by MIRParser new 9262f00 Timer: Track name and description. new 9df5d1c Statistic/Timer: Include timers in PrintStatisticsJSON().
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: docs/ReleaseNotes.rst | 4 ++ include/llvm/ADT/Statistic.h | 5 +- include/llvm/CodeGen/AsmPrinter.h | 11 ++- include/llvm/Support/Timer.h | 53 +++++++++++--- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 47 ++++++++----- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 9 ++- lib/CodeGen/RegAllocBase.cpp | 6 +- lib/CodeGen/RegAllocBase.h | 1 + lib/CodeGen/RegAllocGreedy.cpp | 12 ++-- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 45 +++++++----- lib/IR/LegacyPassManager.cpp | 8 ++- lib/IRReader/IRReader.cpp | 9 ++- lib/Support/Statistic.cpp | 32 ++++----- lib/Support/Timer.cpp | 99 +++++++++++++++++++-------- lib/Target/Hexagon/HexagonGenInsert.cpp | 13 ++-- lib/Target/Hexagon/RDFGraph.cpp | 3 +- lib/Target/Hexagon/RDFGraph.h | 1 - test/Other/statistic.ll | 7 +- unittests/Support/TimerTest.cpp | 4 +- utils/yaml-bench/YAMLBench.cpp | 28 ++++---- 20 files changed, 269 insertions(+), 128 deletions(-)