This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 91f112f [X86][SSE] Regenerate frem tests new 0f7cbe1 CodeExtractor : Add ability to preserve profile data.
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/BlockFrequencyInfo.h | 5 + include/llvm/Analysis/BlockFrequencyInfoImpl.h | 6 ++ include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 1 + include/llvm/Transforms/Utils/CodeExtractor.h | 24 ++++- lib/Analysis/BlockFrequencyInfo.cpp | 7 ++ lib/Analysis/BlockFrequencyInfoImpl.cpp | 8 +- lib/CodeGen/MachineBlockFrequencyInfo.cpp | 6 ++ lib/Transforms/IPO/PartialInlining.cpp | 39 +++++-- lib/Transforms/Utils/CodeExtractor.cpp | 126 ++++++++++++++++++++--- 9 files changed, 195 insertions(+), 27 deletions(-)