]> granicus.if.org Git - clang/commit
[PGO] Clang part of change for context-sensitive PGO (part1)
authorRong Xu <xur@google.com>
Mon, 4 Mar 2019 20:21:31 +0000 (20:21 +0000)
committerRong Xu <xur@google.com>
Mon, 4 Mar 2019 20:21:31 +0000 (20:21 +0000)
commit22faaea9697edcede1318f0f2afd5336df935d16
tree9c6f22ee7afa29e5de3de0beb4fdb01b6bdded59
parent24400dafe16716f28cd0e7e5fa6e004c0e50686a
[PGO] Clang part of change for context-sensitive PGO (part1)

Part 1 of CSPGO change in Clang. This includes changes in clang options
and calls to llvm PassManager. Tests will be committed in part2.
This change needs the PassManager change in llvm.

Differential Revision: https://reviews.llvm.org/D54176

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355331 91177308-0d34-0410-b5e6-96231b3b80d8
docs/UsersManual.rst
include/clang/Basic/CodeGenOptions.h
include/clang/Driver/Options.td
lib/CodeGen/BackendUtil.cpp
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Driver/ToolChains/CommonArgs.cpp
lib/Frontend/CompilerInvocation.cpp