This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a46c551c7e [AMDGPU] Fixed hang during DAG combine new a764eb906a0 [PGO] Context sensitive PGO (part 1)
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/InitializePasses.h | 1 + include/llvm/LTO/Config.h | 6 + include/llvm/LinkAllPasses.h | 1 + include/llvm/ProfileData/InstrProf.h | 16 ++ include/llvm/ProfileData/InstrProfData.inc | 2 + include/llvm/Transforms/Instrumentation.h | 18 +- .../Transforms/Instrumentation/InstrProfiling.h | 6 +- .../Instrumentation/PGOInstrumentation.h | 31 +++- lib/Passes/PassBuilder.cpp | 3 +- lib/ProfileData/InstrProf.cpp | 19 ++ lib/Transforms/Instrumentation/InstrProfiling.cpp | 53 +++++- .../Instrumentation/PGOInstrumentation.cpp | 203 +++++++++++++++------ tools/gold/gold-plugin.cpp | 14 +- tools/llvm-lto2/llvm-lto2.cpp | 11 ++ 14 files changed, 309 insertions(+), 75 deletions(-)