[PATCH] D39287: Use CountingFunctionInserter both mcount and cygprofile calls, before and after inlining

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 13:10:14 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL318195: Rename CountingFunctionInserter and use for both mcount and cygprofile calls… (authored by hans).

Changed prior to commit:
  https://reviews.llvm.org/D39287?vs=122554&id=122900#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39287

Files:
  llvm/trunk/include/llvm/CodeGen/Passes.h
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/include/llvm/LinkAllPasses.h
  llvm/trunk/include/llvm/Transforms/Scalar.h
  llvm/trunk/include/llvm/Transforms/Utils/EntryExitInstrumenter.h
  llvm/trunk/lib/CodeGen/CMakeLists.txt
  llvm/trunk/lib/CodeGen/CodeGen.cpp
  llvm/trunk/lib/CodeGen/CountingFunctionInserter.cpp
  llvm/trunk/lib/CodeGen/TargetPassConfig.cpp
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/trunk/lib/Transforms/Scalar/Scalar.cpp
  llvm/trunk/lib/Transforms/Utils/CMakeLists.txt
  llvm/trunk/lib/Transforms/Utils/EntryExitInstrumenter.cpp
  llvm/trunk/test/CodeGen/PowerPC/mcount-insertion.ll
  llvm/trunk/test/CodeGen/X86/O0-pipeline.ll
  llvm/trunk/test/Transforms/CountingFunctionInserter/mcount.ll
  llvm/trunk/tools/llc/llc.cpp
  llvm/trunk/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39287.122900.patch
Type: text/x-patch
Size: 23854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171114/82c878ab/attachment.bin>


More information about the llvm-commits mailing list