[all-commits] [llvm/llvm-project] c92a8c: [LPM] Port CGProfilePass from NPM to LPM
ZequanWu via All-commits
all-commits at lists.llvm.org
Thu Jul 9 13:04:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c92a8c0a0f68fbbb23e3fdde071007e63a552e82
https://github.com/llvm/llvm-project/commit/c92a8c0a0f68fbbb23e3fdde071007e63a552e82
Author: Zequan Wu <zequanwu at google.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.def
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Transforms/IPO.h
M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
M llvm/include/llvm/Transforms/Instrumentation/CGProfile.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/lib/Transforms/Instrumentation/CGProfile.cpp
M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
M llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
M llvm/test/Instrumentation/cgprofile.ll
R llvm/test/Other/new-pm-cgprofile.ll
M llvm/test/Other/opt-O2-pipeline.ll
M llvm/test/Other/opt-O3-pipeline.ll
M llvm/test/Other/opt-Os-pipeline.ll
Log Message:
-----------
[LPM] Port CGProfilePass from NPM to LPM
Reviewers: hans, chandlerc!, asbirlea, nikic
Reviewed By: hans, nikic
Subscribers: steven_wu, dexonsmith, nikic, echristo, void, zhizhouy, cfe-commits, aeubanks, MaskRay, jvesely, nhaehnle, hiraditya, kerbowa, llvm-commits
Tags: #llvm, #clang
Differential Revision: https://reviews.llvm.org/D83013
More information about the All-commits
mailing list