This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fc57ceaf39a AMDGPU/GlobalISel: Default to using TableGen'd instruction [...] new 8e0778c059f Revert r335306 (and r335314) - the Call Graph Profile pass.
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: .../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 3 - include/llvm/InitializePasses.h | 1 - include/llvm/LinkAllPasses.h | 1 - include/llvm/Transforms/Instrumentation.h | 2 - lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 54 ++-------- lib/IR/Verifier.cpp | 20 ---- lib/Transforms/IPO/PassManagerBuilder.cpp | 2 - lib/Transforms/Instrumentation/CGProfile.cpp | 110 --------------------- lib/Transforms/Instrumentation/CMakeLists.txt | 1 - lib/Transforms/Instrumentation/Instrumentation.cpp | 1 - test/Instrumentation/cgprofile.ll | 28 ------ test/MC/ELF/cgprofile.ll | 50 ---------- test/Other/opt-O2-pipeline.ll | 4 - test/Other/opt-O3-pipeline.ll | 4 - test/Other/opt-Os-pipeline.ll | 4 - test/Verifier/module-flags-cgprofile.ll | 30 ------ 16 files changed, 7 insertions(+), 308 deletions(-) delete mode 100644 lib/Transforms/Instrumentation/CGProfile.cpp delete mode 100644 test/Instrumentation/cgprofile.ll delete mode 100644 test/MC/ELF/cgprofile.ll delete mode 100644 test/Verifier/module-flags-cgprofile.ll